ProtoOAUnsubscribeDepthQuotesReq

StockSharp.cTrader.Native.Model

* Request for unsubscribing from the depth of market of the specified symbol.

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

Properties

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

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

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

Gets whether the "ctidTraderAccountId" field is set

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

Gets whether the "payloadType" field is set

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

Unique identifier of the Symbol in cTrader platform.

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAUnsubscribeDepthQuotesReq.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOAUnsubscribeDepthQuotesReq.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAUnsubscribeDepthQuotesReq.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAUnsubscribeDepthQuotesReq.PayloadTypeFieldNumber

Field number for the "payloadType" field.

SymbolIdFieldNumber
public const int SymbolIdFieldNumber
value = ProtoOAUnsubscribeDepthQuotesReq.SymbolIdFieldNumber

Field number for the "symbolId" field.