BINANCE.FUTURE.ORDER.CANCEL
Premium
Cancle an active order. NOTE: either OrderId or OrigClientOrderId must be specified.
Syntax
=BINANCE.FUTURE.ORDER.CANCEL(Symbol, [OrderId], [OrigClientOrderId], [ParametersJSON], [ResponseTarget])
Arguments
| Name | Type | Description | 
|---|---|---|
| Symbol | String | Symbol of the digital asset, e.g. BTCUSDT. Please refer to the Binance Docs for a list of supported assets. | 
| OrderId (optional) | Number | ID of order to cancel. | 
| OrigClientOrderId (optional) | String | ID of original client order. | 
| ParametersJSON (optional) | JSON | JSON which defines additional parameters as key value pairs. See binance api for supported parameters and their values. | 
| ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to. | 
Return
| Type | Description | 
|---|---|
| JSON | Response if successful. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | JSON | Cancels specified order. |