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.