ProtoOAUnsubscribeSpotsRes
* 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
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.
public bool HasCtidTraderAccountId { get; }
value = protoOAUnsubscribeSpotsRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
public bool HasPayloadType { get; }
value = protoOAUnsubscribeSpotsRes.HasPayloadType
Gets whether the "payloadType" field is set
Methods
public void ClearCtidTraderAccountId()
protoOAUnsubscribeSpotsRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
public void ClearPayloadType()
protoOAUnsubscribeSpotsRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAUnsubscribeSpotsRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
public const int PayloadTypeFieldNumber
value = ProtoOAUnsubscribeSpotsRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.