public method IOrdersManager.getOrderById

Overview

Gets a data of a specific market order by order ID

Declaration

function getOrderById(orderId)
public Order getOrderById(String orderId);
public Order getOrderById(string orderId);

Parameters

Name Description
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

Details

Declared in IOrdersManager