ProtoOASymbolCategoryListReq
StockSharp.cTrader.Native.Model
* Request for a list of symbol categories available for a trading account.
Implements: IMessage<ProtoOASymbolCategoryListReq>, IMessage, IEquatable<ProtoOASymbolCategoryListReq>, IDeepCloneable<ProtoOASymbolCategoryListReq>, IBufferMessage
Properties
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOASymbolCategoryListReq.CtidTraderAccountId
protoOASymbolCategoryListReq.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOASymbolCategoryListReq.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOASymbolCategoryListReq.HasPayloadType
Gets whether the "payloadType" field is set
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASymbolCategoryListReq.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOASymbolCategoryListReq.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolCategoryListReq.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASymbolCategoryListReq.PayloadTypeFieldNumber
Field number for the "payloadType" field.