ProtoOAExpectedMarginRes

StockSharp.cTrader.Native.Model

* The response to the ProtoOAExpectedMarginReq request.

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

Свойства

CtidTraderAccountId : long

Unique identifier of the trader's account. Used to match responses to trader's accounts.

HasCtidTraderAccountId : bool

Gets whether the "ctidTraderAccountId" field is set

HasMoneyDigits : bool

Gets whether the "moneyDigits" field is set

HasPayloadType : bool

Gets whether the "payloadType" field is set

Margin : RepeatedField<ProtoOAExpectedMargin>

The buy and sell margin estimate.

MoneyDigits : uint

Specifies the exponent of the monetary values. E.g. moneyDigits = 8 must be interpret as business value multiplied by 10^8, then real balance would be 10053099944 / 10^8 = 100.53099944. Affects margin.buyMargin, margin.sellMargin.

Методы

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearMoneyDigits()

Clears the value of the "moneyDigits" field

ClearPayloadType()

Clears the value of the "payloadType" field

Поля

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

MarginFieldNumber : int

Field number for the "margin" field.

MoneyDigitsFieldNumber : int

Field number for the "moneyDigits" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.