ProtoOAUnsubscribeDepthQuotesRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOAUnsubscribeDepthQuotesReq request.

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

Properties

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

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

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

Gets whether the "ctidTraderAccountId" field is set

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

Gets whether the "payloadType" field is set

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAUnsubscribeDepthQuotesRes.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOAUnsubscribeDepthQuotesRes.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAUnsubscribeDepthQuotesRes.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAUnsubscribeDepthQuotesRes.PayloadTypeFieldNumber

Field number for the "payloadType" field.