search Nothing found
Main Algotrading documentation Trade operations Executed orders

ExecutedOrder

An object with the properties of an executed order

Properties:

ExecutedOrder.OrderId
int
Unique identifier of the executed order
ExecutedOrder.SymbolName
string
Symbol name
ExecutedOrder.OrderType
int
Pending order type (buy stop, buy limit, sell stop, sell limit):
100 – Buy Limit
101 – Sell Limit
102 – Buy Stop
103 – SellStop
ExecutedOrder.Volume
double
Volume of an executed order in lots
ExecutedOrder.OpenPrice
double
Executed order opening price in quoted currency
ExecutedOrder.OpenDate
DateTime
Opening date of the executed order
ExecutedOrder.ClosePrice
double
Executed order closing price in quoted currency
ExecutedOrder.CloseDate
DateTime
Closing date of the executed order
ExecutedOrder.TakeProfit
double
Take profit. Price level in quoted currency for profit fixing
 
ExecutedOrder.StopLoss
double
Stoploss. Price level in quoted currency for fixing losses.