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.