ProtoOAReconcileReq
* Request for getting Trader's current open positions and pending orders data.
Implements: IMessage<ProtoOAReconcileReq>, IMessage, IEquatable<ProtoOAReconcileReq>, IDeepCloneable<ProtoOAReconcileReq>, IBufferMessage
Properties
public long CtidTraderAccountId { get; set; }
value = protoOAReconcileReq.CtidTraderAccountId
protoOAReconcileReq.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
public bool HasCtidTraderAccountId { get; }
value = protoOAReconcileReq.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
public bool HasPayloadType { get; }
value = protoOAReconcileReq.HasPayloadType
Gets whether the "payloadType" field is set
public bool HasReturnProtectionOrders { get; }
value = protoOAReconcileReq.HasReturnProtectionOrders
Gets whether the "returnProtectionOrders" field is set
public bool ReturnProtectionOrders { get; set; }
value = protoOAReconcileReq.ReturnProtectionOrders
protoOAReconcileReq.ReturnProtectionOrders = value
If TRUE, then current protection orders are returned separately, otherwise you can use position.stopLoss and position.takeProfit fields.
Methods
public void ClearCtidTraderAccountId()
protoOAReconcileReq.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
public void ClearPayloadType()
protoOAReconcileReq.ClearPayloadType()
Clears the value of the "payloadType" field
public void ClearReturnProtectionOrders()
protoOAReconcileReq.ClearReturnProtectionOrders()
Clears the value of the "returnProtectionOrders" field
Fields
public const int CtidTraderAccountIdFieldNumber
value = ProtoOAReconcileReq.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
public const int PayloadTypeFieldNumber
value = ProtoOAReconcileReq.PayloadTypeFieldNumber
Field number for the "payloadType" field.
public const int ReturnProtectionOrdersFieldNumber
value = ProtoOAReconcileReq.ReturnProtectionOrdersFieldNumber
Field number for the "returnProtectionOrders" field.