ProtoOAUnsubscribeSpotsRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOASubscribeSpotsRes request. Reflects that your request to unsubscribe will has been added to queue and will be completed shortly. You may still occasionally receive ProtoOASpotEvents until request processing is complete.

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

Properties

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

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

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

Gets whether the "ctidTraderAccountId" field is set

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

Gets whether the "payloadType" field is set

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAUnsubscribeSpotsRes.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOAUnsubscribeSpotsRes.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAUnsubscribeSpotsRes.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAUnsubscribeSpotsRes.PayloadTypeFieldNumber

Field number for the "payloadType" field.