ProtoOAMarginCall

StockSharp.cTrader.Native.Model

* Margin call entity, specifies threshold for exact margin call type. Only 3 instances of margin calls are supported, identified by marginCallType. See ProtoOANotificationType for details.

Реализует: IMessage<ProtoOAMarginCall>, IMessage, IEquatable<ProtoOAMarginCall>, IDeepCloneable<ProtoOAMarginCall>, IBufferMessage

Свойства

HasMarginCallType : bool

Gets whether the "marginCallType" field is set

HasMarginLevelThreshold : bool

Gets whether the "marginLevelThreshold" field is set

HasUtcLastUpdateTimestamp : bool

Gets whether the "utcLastUpdateTimestamp" field is set

MarginCallType : ProtoOANotificationType

Type of margin call. All margin calls are similar, only difference is in marginLevelThreshold.

MarginLevelThreshold : double

Margin level threshold for margin call.

UtcLastUpdateTimestamp : long

The Unix time in milliseconds of the last update of the margin call.

Методы

ClearMarginCallType()

Clears the value of the "marginCallType" field

ClearMarginLevelThreshold()

Clears the value of the "marginLevelThreshold" field

ClearUtcLastUpdateTimestamp()

Clears the value of the "utcLastUpdateTimestamp" field

Поля

MarginCallTypeFieldNumber : int

Field number for the "marginCallType" field.

MarginLevelThresholdFieldNumber : int

Field number for the "marginLevelThreshold" field.

UtcLastUpdateTimestampFieldNumber : int

Field number for the "utcLastUpdateTimestamp" field.