ProtoOATrendbar
* Historical Trendbar entity.
Implementa: IMessage<ProtoOATrendbar>, IMessage, IEquatable<ProtoOATrendbar>, IDeepCloneable<ProtoOATrendbar>, IBufferMessage
Propiedades
DeltaClose : ulong
Delta between close and low price. close = low + deltaClose.
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
HasUtcTimestampInMinutes : bool
Gets whether the "utcTimestampInMinutes" field is set
Period : ProtoOATrendbarPeriod
Bar period.
UtcTimestampInMinutes : uint
The Unix time in minutes of the bar, equal to the timestamp of the open tick.
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.