PendingOrder
An object with properties of the selected pending order
Properties:
Parameter | Type | Description |
PendingOrder.OrderId | int | Unique identifier of a pending order |
PendingOrder.SymbolName | string | Pending order symbol name |
PendingOrder.OrderType | int | Pending order type: 100 – Buy Limit 101 – Sell Limit 102 – Buy Stop 103 – SellStop |
PendingOrder.Volume | double | Pending order volume in lots |
PendingOrder.OpenPrice | double | Price for placing a pending order in the quote currency |
PendingOrder.OpenDate | DateTime | Date of placing a pending order |
PendingOrder.TakeProfit | double | Take profit of a pending order. Price level in quoted currency for profit fixing. |
PendingOrder.StopLoss | double | Stop loss of a pending order. Price level in quoted currency for fixing losses. |
PendingOrder.Label | string | A unique label of a pending order, which is used to identify a pending order in an asynchronous function call method. |