search Nothing found
Main Algotrading documentation Trade operations Executed orders

ExecutedOrders.Find

We get the executed order by its unique identifier 

ExecutedOrder ExecutedOrders.Find(Id)

Input parameters:

Parameter
Type
Description
id
int
Unique identifier of the executed order


Return value:

It returns an object of ExecutedOrder type - if the order exists and NULL, if there is no such order