ProtoOASymbolCategoryListRes
StockSharp.cTrader.Native.Model
* Response to the ProtoSymbolCategoryListReq request.
Implements: IMessage<ProtoOASymbolCategoryListRes>, IMessage, IEquatable<ProtoOASymbolCategoryListRes>, IDeepCloneable<ProtoOASymbolCategoryListRes>, IBufferMessage
Properties
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOASymbolCategoryListRes.CtidTraderAccountId
protoOASymbolCategoryListRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOASymbolCategoryListRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOASymbolCategoryListRes.HasPayloadType
Gets whether the "payloadType" field is set
SymbolCategory
public RepeatedField<ProtoOASymbolCategory> SymbolCategory { get; }
value = protoOASymbolCategoryListRes.SymbolCategory
The list of symbol categories.
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASymbolCategoryListRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOASymbolCategoryListRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolCategoryListRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASymbolCategoryListRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.
SymbolCategoryFieldNumber
public const int SymbolCategoryFieldNumber
value = ProtoOASymbolCategoryListRes.SymbolCategoryFieldNumber
Field number for the "symbolCategory" field.