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