ProtoOAReconcileReq

StockSharp.cTrader.Native.Model

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

Implements: IMessage<ProtoOAReconcileReq>, IMessage, IEquatable<ProtoOAReconcileReq>, IDeepCloneable<ProtoOAReconcileReq>, IBufferMessage

Properties

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.

Methods

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType()

Clears the value of the "payloadType" field

ClearReturnProtectionOrders()

Clears the value of the "returnProtectionOrders" field

Fields

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.

ReturnProtectionOrdersFieldNumber : int

Field number for the "returnProtectionOrders" field.