ProtoOASubscribeLiveTrendbarReq

StockSharp.cTrader.Native.Model

* Request for subscribing for live trend bars. Requires subscription on the spot events, see ProtoOASubscribeSpotsReq.

Implementiert: IMessage<ProtoOASubscribeLiveTrendbarReq>, IMessage, IEquatable<ProtoOASubscribeLiveTrendbarReq>, IDeepCloneable<ProtoOASubscribeLiveTrendbarReq>, IBufferMessage

Eigenschaften

CtidTraderAccountId : long

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

HasCtidTraderAccountId : bool

Gets whether the "ctidTraderAccountId" field is set

HasPayloadType : bool

Gets whether the "payloadType" field is set

HasPeriod : bool

Gets whether the "period" field is set

HasSymbolId : bool

Gets whether the "symbolId" field is set

Period : ProtoOATrendbarPeriod

Specifies period of trend bar series (e.g. M1, M10, etc.).

SymbolId : long

Unique identifier of the Symbol in cTrader platform.

Methoden

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType()

Clears the value of the "payloadType" field

ClearPeriod()

Clears the value of the "period" field

ClearSymbolId()

Clears the value of the "symbolId" field

Felder

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.

PeriodFieldNumber : int

Field number for the "period" field.

SymbolIdFieldNumber : int

Field number for the "symbolId" field.