ProtoOAUnsubscribeLiveTrendbarRes
StockSharp.cTrader.Native.Model
* Response to the ProtoOASubscribeLiveTrendbarReq request.
Implements: IMessage<ProtoOAUnsubscribeLiveTrendbarRes>, IMessage, IEquatable<ProtoOAUnsubscribeLiveTrendbarRes>, IDeepCloneable<ProtoOAUnsubscribeLiveTrendbarRes>, IBufferMessage
Properties
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOAUnsubscribeLiveTrendbarRes.CtidTraderAccountId
protoOAUnsubscribeLiveTrendbarRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOAUnsubscribeLiveTrendbarRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAUnsubscribeLiveTrendbarRes.HasPayloadType
Gets whether the "payloadType" field is set
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOAUnsubscribeLiveTrendbarRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOAUnsubscribeLiveTrendbarRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAUnsubscribeLiveTrendbarRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAUnsubscribeLiveTrendbarRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.