ProtoOAInterval

StockSharp.cTrader.Native.Model

* シンボル取引セッションの実体。

実装: IMessage<ProtoOAInterval>, IMessage, IEquatable<ProtoOAInterval>, IDeepCloneable<ProtoOAInterval>, IBufferMessage

プロパティ

EndSecond
public uint EndSecond { get; set; }
value = protoOAInterval.EndSecond
protoOAInterval.EndSecond = value

インターバルエンドは、指定したタイムゾーン(間隔から除外)でSUNDAY 00:00から始まる秒で指定されます。

HasEndSecond
public bool HasEndSecond { get; }
value = protoOAInterval.HasEndSecond

"endSecond" フィールドがセットされているかどうかを取得する

HasStartSecond
public bool HasStartSecond { get; }
value = protoOAInterval.HasStartSecond

"startSecond" フィールドがセットされているかどうかを取得する

StartSecond
public uint StartSecond { get; set; }
value = protoOAInterval.StartSecond
protoOAInterval.StartSecond = value

インターバル開始、指定した時間帯(間隔を含む)でSUNDAY 00:00から始まる秒で指定します。

メソッド

ClearEndSecond
public void ClearEndSecond()
protoOAInterval.ClearEndSecond()

フィールドの「endSecond」の値をクリア

ClearStartSecond
public void ClearStartSecond()
protoOAInterval.ClearStartSecond()

フィールドの「startSecond」の値をクリア

フィールド

EndSecondFieldNumber
public const int EndSecondFieldNumber
value = ProtoOAInterval.EndSecondFieldNumber

フィールド番号は、"endSecond" フィールドです。

StartSecondFieldNumber
public const int StartSecondFieldNumber
value = ProtoOAInterval.StartSecondFieldNumber

フィールド番号は、"startSecond" フィールドです。