ProtoOASubscribeLiveTrendbarRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOASubscribeLiveTrendbarReq request.

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

Properties

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

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

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

Gets whether the "ctidTraderAccountId" field is set

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

Gets whether the "payloadType" field is set

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASubscribeLiveTrendbarRes.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOASubscribeLiveTrendbarRes.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASubscribeLiveTrendbarRes.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASubscribeLiveTrendbarRes.PayloadTypeFieldNumber

Field number for the "payloadType" field.