ProtoOASubscribeSpotsRes
StockSharp.cTrader.Native.Model
* Response to the ProtoOASubscribeSpotsReq request. Reflects that your request to subscribe for symbol has been added to queue. You'll receive technical ProtoOASpotEvent with current price shortly after this response.
Implements: IMessage<ProtoOASubscribeSpotsRes>, IMessage, IEquatable<ProtoOASubscribeSpotsRes>, IDeepCloneable<ProtoOASubscribeSpotsRes>, IBufferMessage
Properties
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOASubscribeSpotsRes.CtidTraderAccountId
protoOASubscribeSpotsRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOASubscribeSpotsRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOASubscribeSpotsRes.HasPayloadType
Gets whether the "payloadType" field is set
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASubscribeSpotsRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOASubscribeSpotsRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASubscribeSpotsRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASubscribeSpotsRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.