ProtoOASubscribeDepthQuotesReq

StockSharp.cTrader.Native.Model

* Request for subscribing on depth of market of the specified symbol.

Implements: IMessage<ProtoOASubscribeDepthQuotesReq>, IMessage, IEquatable<ProtoOASubscribeDepthQuotesReq>, IDeepCloneable<ProtoOASubscribeDepthQuotesReq>, IBufferMessage

Properties

CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOASubscribeDepthQuotesReq.CtidTraderAccountId
protoOASubscribeDepthQuotesReq.CtidTraderAccountId = value

Unique identifier of the trader's account. Used to match responses to trader's accounts.

HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOASubscribeDepthQuotesReq.HasCtidTraderAccountId

Gets whether the "ctidTraderAccountId" field is set

HasPayloadType
public bool HasPayloadType { get; }
value = protoOASubscribeDepthQuotesReq.HasPayloadType

Gets whether the "payloadType" field is set

SymbolId
public RepeatedField<long> SymbolId { get; }
value = protoOASubscribeDepthQuotesReq.SymbolId

Unique identifier of the Symbol in cTrader platform.

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASubscribeDepthQuotesReq.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOASubscribeDepthQuotesReq.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASubscribeDepthQuotesReq.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASubscribeDepthQuotesReq.PayloadTypeFieldNumber

Field number for the "payloadType" field.

SymbolIdFieldNumber
public const int SymbolIdFieldNumber
value = ProtoOASubscribeDepthQuotesReq.SymbolIdFieldNumber

Field number for the "symbolId" field.