ProtoOATrendbar
* 歴史的トレンドバーの実体。
実装: IMessage<ProtoOATrendbar>, IMessage, IEquatable<ProtoOATrendbar>, IDeepCloneable<ProtoOATrendbar>, IBufferMessage
プロパティ
public ulong DeltaClose { get; set; }
value = protoOATrendbar.DeltaClose
protoOATrendbar.DeltaClose = value
デルタは、価格が近い。 閉じる = 低 + deltaClose 。
public ulong DeltaHigh { get; set; }
value = protoOATrendbar.DeltaHigh
protoOATrendbar.DeltaHigh = value
高値と低価格のデルタ。高値=低+ deltaHigh。
public ulong DeltaOpen { get; set; }
value = protoOATrendbar.DeltaOpen
protoOATrendbar.DeltaOpen = value
開いていると低価格のデルタ。オープン = 低 + deltaOpen 。
public bool HasDeltaClose { get; }
value = protoOATrendbar.HasDeltaClose
"deltaClose" フィールドがセットされているかどうかを取得する
public bool HasDeltaHigh { get; }
value = protoOATrendbar.HasDeltaHigh
"deltaHigh" フィールドがセットされているかどうかを取得する
public bool HasDeltaOpen { get; }
value = protoOATrendbar.HasDeltaOpen
"deltaOpen" フィールドがセットされているかどうかを取得する
public bool HasPeriod { get; }
value = protoOATrendbar.HasPeriod
"period" フィールドがセットされているかどうかを取得する
public bool HasUtcTimestampInMinutes { get; }
value = protoOATrendbar.HasUtcTimestampInMinutes
"utcTimestampInMinutes" フィールドがセットされているかどうかを取得する
public bool HasVolume { get; }
value = protoOATrendbar.HasVolume
"volume" フィールドが設定されているかを調べる
public ProtoOATrendbarPeriod Period { get; set; }
value = protoOATrendbar.Period
protoOATrendbar.Period = value
棒の期間。
public uint UtcTimestampInMinutes { get; set; }
value = protoOATrendbar.UtcTimestampInMinutes
protoOATrendbar.UtcTimestampInMinutes = value
棒の分数分でUnix 時間が、開いたダニのタイムスタンプに等しい。
public long Volume { get; set; }
value = protoOATrendbar.Volume
protoOATrendbar.Volume = value
ティックスのバーボリューム。
メソッド
public void ClearDeltaClose()
protoOATrendbar.ClearDeltaClose()
フィールドの「deltaClose」の値をクリア
public void ClearDeltaHigh()
protoOATrendbar.ClearDeltaHigh()
フィールドの「deltaHigh」の値をクリア
public void ClearDeltaOpen()
protoOATrendbar.ClearDeltaOpen()
フィールドの「deltaOpen」の値をクリア
public void ClearUtcTimestampInMinutes()
protoOATrendbar.ClearUtcTimestampInMinutes()
フィールドの「utcTimestampInMinutes」の値をクリア
フィールド
public const int DeltaCloseFieldNumber
value = ProtoOATrendbar.DeltaCloseFieldNumber
フィールド番号は、"deltaClose" フィールドです。
public const int DeltaHighFieldNumber
value = ProtoOATrendbar.DeltaHighFieldNumber
フィールド番号は、"deltaHigh" フィールドです。
public const int DeltaOpenFieldNumber
value = ProtoOATrendbar.DeltaOpenFieldNumber
フィールド番号は、"deltaOpen" フィールドです。
public const int LowFieldNumber
value = ProtoOATrendbar.LowFieldNumber
"low" フィールドのフィールド番号。
public const int PeriodFieldNumber
value = ProtoOATrendbar.PeriodFieldNumber
フィールド番号は「period」フィールドのフィールド番号です。
public const int UtcTimestampInMinutesFieldNumber
value = ProtoOATrendbar.UtcTimestampInMinutesFieldNumber
フィールド番号は、"utcTimestampInMinutes" フィールドです。
public const int VolumeFieldNumber
value = ProtoOATrendbar.VolumeFieldNumber
フィールド番号は「ボリューム」フィールドです。