ProtoOAReconcileReq

StockSharp.cTrader.Native.Model

* Request for getting Trader's current open positions and pending orders data.

Реализует: IMessage<ProtoOAReconcileReq>, IMessage, IEquatable<ProtoOAReconcileReq>, IDeepCloneable<ProtoOAReconcileReq>, 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

HasPayloadType : bool

Gets whether the "payloadType" field is set

HasReturnProtectionOrders : bool

Gets whether the "returnProtectionOrders" field is set

ReturnProtectionOrders : bool

If TRUE, then current protection orders are returned separately, otherwise you can use position.stopLoss and position.takeProfit fields.

Методы

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType()

Clears the value of the "payloadType" field

ClearReturnProtectionOrders()

Clears the value of the "returnProtectionOrders" field

Поля

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.

ReturnProtectionOrdersFieldNumber : int

Field number for the "returnProtectionOrders" field.