ProtoOAGetTrendbarsRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOAGetTrendbarsReq request.

Implementa: IMessage<ProtoOAGetTrendbarsRes>, IMessage, IEquatable<ProtoOAGetTrendbarsRes>, IDeepCloneable<ProtoOAGetTrendbarsRes>, IBufferMessage

Propiedades

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

HasHasMore : bool

Gets whether the "hasMore" field is set

HasMore : bool

If TRUE then the number of records by filter is larger than chunkSize, the response contains the number of records that is equal to chunkSize.

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

HasTimestamp : bool

Gets whether the "timestamp" 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.

Timestamp : long

Simply don't use this field, as your original request already contains toTimestamp.

Trendbar : RepeatedField<ProtoOATrendbar>

The list of trend bars.

Métodos

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearHasMore()

Clears the value of the "hasMore" 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

ClearTimestamp()

Clears the value of the "timestamp" field

Campos

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

HasMoreFieldNumber : int

Field number for the "hasMore" 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.

TimestampFieldNumber : int

Field number for the "timestamp" field.

TrendbarFieldNumber : int

Field number for the "trendbar" field.