ProtoOATickData

StockSharp.cTrader.Native.Model

* Historical tick data type.

Реализует: IMessage<ProtoOATickData>, IMessage, IEquatable<ProtoOATickData>, IDeepCloneable<ProtoOATickData>, IBufferMessage

Свойства

HasTick : bool

Gets whether the "tick" field is set

HasTimestamp : bool

Gets whether the "timestamp" field is set

Tick : long

Tick price.

Timestamp : long

The Unix time in milliseconds of the tick. See ProtoOAGetTickDataRes.tickData for details.

Методы

ClearTick()

Clears the value of the "tick" field

ClearTimestamp()

Clears the value of the "timestamp" field

Поля

TickFieldNumber : int

Field number for the "tick" field.

TimestampFieldNumber : int

Field number for the "timestamp" field.