ProtoOAInterval

StockSharp.cTrader.Native.Model

* Symbol trading session entity.

Implements: IMessage<ProtoOAInterval>, IMessage, IEquatable<ProtoOAInterval>, IDeepCloneable<ProtoOAInterval>, IBufferMessage

Properties

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

Interval end, specified in seconds starting from SUNDAY 00:00 in specified time zone (exclusive from the interval).

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

Gets whether the "endSecond" field is set

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

Gets whether the "startSecond" field is set

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

Interval start, specified in seconds starting from SUNDAY 00:00 in specified time zone (inclusive to the interval).

Methods

ClearEndSecond
public void ClearEndSecond()
protoOAInterval.ClearEndSecond()

Clears the value of the "endSecond" field

ClearStartSecond
public void ClearStartSecond()
protoOAInterval.ClearStartSecond()

Clears the value of the "startSecond" field

Fields

EndSecondFieldNumber
public const int EndSecondFieldNumber
value = ProtoOAInterval.EndSecondFieldNumber

Field number for the "endSecond" field.

StartSecondFieldNumber
public const int StartSecondFieldNumber
value = ProtoOAInterval.StartSecondFieldNumber

Field number for the "startSecond" field.