ProtoOATrendbar

StockSharp.cTrader.Native.Model

* Historical Trendbar entity.

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

Propriedades

DeltaClose : ulong

Delta between close and low price. close = low + deltaClose.

DeltaHigh : ulong

Delta between high and low price. high = low + deltaHigh.

DeltaOpen : ulong

Delta between open and low price. open = low + deltaOpen.

HasDeltaClose : bool

Gets whether the "deltaClose" field is set

HasDeltaHigh : bool

Gets whether the "deltaHigh" field is set

HasDeltaOpen : bool

Gets whether the "deltaOpen" field is set

HasLow : bool

Gets whether the "low" field is set

HasPeriod : bool

Gets whether the "period" field is set

HasUtcTimestampInMinutes : bool

Gets whether the "utcTimestampInMinutes" field is set

HasVolume : bool

Gets whether the "volume" field is set

Low : long

Low price of the bar.

UtcTimestampInMinutes : uint

The Unix time in minutes of the bar, equal to the timestamp of the open tick.

Volume : long

Bar volume in ticks.

Métodos

ClearDeltaClose()

Clears the value of the "deltaClose" field

ClearDeltaHigh()

Clears the value of the "deltaHigh" field

ClearDeltaOpen()

Clears the value of the "deltaOpen" field

ClearLow()

Clears the value of the "low" field

ClearPeriod()

Clears the value of the "period" field

ClearUtcTimestampInMinutes()

Clears the value of the "utcTimestampInMinutes" field

ClearVolume()

Clears the value of the "volume" field

Campos

DeltaCloseFieldNumber : int

Field number for the "deltaClose" field.

DeltaHighFieldNumber : int

Field number for the "deltaHigh" field.

DeltaOpenFieldNumber : int

Field number for the "deltaOpen" field.

LowFieldNumber : int

Field number for the "low" field.

PeriodFieldNumber : int

Field number for the "period" field.

UtcTimestampInMinutesFieldNumber : int

Field number for the "utcTimestampInMinutes" field.

VolumeFieldNumber : int

Field number for the "volume" field.