public method IOrdersManager.removeOrder

Brief

Remove order

Declaration

protojavascriptjavacsharp
public removeOrder(orderId : string) : void

Parameters
orderId

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

Details

Declared in IOrdersManager

back