public method IOrdersManager.getOrderByIdGets a data of a specific market order by order ID
Declaration
protojavascriptjavacsharppublic getOrderById(orderId : string) : Order
| Parameters | |
orderId |
A parameter that represents the unique identifier of the market order that the function should retrieve data for |
Returns
The method returns a data of a specific market order by order ID
See also: Order
Declared in IOrdersManager