ProtoOAMarginCall

StockSharp.cTrader.Native.Model

* マージンコールエンティティティティティティティティティティティティティティティティティティティティティは、マージンコールタイプを正確に満たすための閾値を指定します。marginCallType で特定されたマージンコールの3インスタンスのみがサポートされます。詳細はProtoOANotificationTypeをご覧ください。

実装: IMessage<ProtoOAMarginCall>, IMessage, IEquatable<ProtoOAMarginCall>, IDeepCloneable<ProtoOAMarginCall>, IBufferMessage

プロパティ

HasMarginCallType
public bool HasMarginCallType { get; }
value = protoOAMarginCall.HasMarginCallType

"marginCallType" フィールドがセットされているかどうかを取得する

HasMarginLevelThreshold
public bool HasMarginLevelThreshold { get; }
value = protoOAMarginCall.HasMarginLevelThreshold

"marginLevelThreshold" フィールドがセットされているかどうかを取得する

HasUtcLastUpdateTimestamp
public bool HasUtcLastUpdateTimestamp { get; }
value = protoOAMarginCall.HasUtcLastUpdateTimestamp

"utcLastUpdateTimestamp" フィールドがセットされているかどうかを取得する

MarginCallType
public ProtoOANotificationType MarginCallType { get; set; }
value = protoOAMarginCall.MarginCallType
protoOAMarginCall.MarginCallType = value

余白コールの種類。 証拠金コールはすべて似ています。 違いはmarginLevelThresholdにあります。

MarginLevelThreshold
public double MarginLevelThreshold { get; set; }
value = protoOAMarginCall.MarginLevelThreshold
protoOAMarginCall.MarginLevelThreshold = value

マージンレベルは、マージンコールの閾値です。

UtcLastUpdateTimestamp
public long UtcLastUpdateTimestamp { get; set; }
value = protoOAMarginCall.UtcLastUpdateTimestamp
protoOAMarginCall.UtcLastUpdateTimestamp = value

証拠金コールの最後の更新のミリ秒単位のUnix時間。

メソッド

ClearMarginCallType
public void ClearMarginCallType()
protoOAMarginCall.ClearMarginCallType()

フィールドの「marginCallType」の値をクリア

ClearMarginLevelThreshold
public void ClearMarginLevelThreshold()
protoOAMarginCall.ClearMarginLevelThreshold()

フィールドの「marginLevelThreshold」の値をクリア

ClearUtcLastUpdateTimestamp
public void ClearUtcLastUpdateTimestamp()
protoOAMarginCall.ClearUtcLastUpdateTimestamp()

フィールドの「utcLastUpdateTimestamp」の値をクリア

フィールド

MarginCallTypeFieldNumber
public const int MarginCallTypeFieldNumber
value = ProtoOAMarginCall.MarginCallTypeFieldNumber

フィールド番号は、"marginCallType" フィールドです。

MarginLevelThresholdFieldNumber
public const int MarginLevelThresholdFieldNumber
value = ProtoOAMarginCall.MarginLevelThresholdFieldNumber

フィールド番号は、"marginLevelThreshold" フィールドです。

UtcLastUpdateTimestampFieldNumber
public const int UtcLastUpdateTimestampFieldNumber
value = ProtoOAMarginCall.UtcLastUpdateTimestampFieldNumber

フィールド番号は、"utcLastUpdateTimestamp" フィールドです。