ProtoOAMarginCall
* 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.