public method IOrdersManager.removeOrder

Overview

Remove order

Declaration

function removeOrder(orderId)
public void removeOrder(String orderId);
public void removeOrder(string orderId);

Parameters

Name Description
orderId Required parameter. A parameter that represents the unique identifier of the market order that the function should remove

Details

Declared in IOrdersManager