ProtoOAInterval
StockSharp.cTrader.Native.Model
* Symbol trading session entity.
実装: IMessage<ProtoOAInterval>, IMessage, IEquatable<ProtoOAInterval>, IDeepCloneable<ProtoOAInterval>, IBufferMessage
プロパティ
EndSecond : uint
Interval end, specified in seconds starting from SUNDAY 00:00 in specified time zone (exclusive from the interval).
HasEndSecond : bool
Gets whether the "endSecond" field is set
HasStartSecond : bool
Gets whether the "startSecond" field is set
StartSecond : uint
Interval start, specified in seconds starting from SUNDAY 00:00 in specified time zone (inclusive to the interval).
メソッド
ClearEndSecond()
Clears the value of the "endSecond" field
ClearStartSecond()
Clears the value of the "startSecond" field
フィールド
EndSecondFieldNumber : int
Field number for the "endSecond" field.
StartSecondFieldNumber : int
Field number for the "startSecond" field.