binance_cancel_order {binancer} | R Documentation |
Cancel order on the Binance account
Description
Cancel order on the Binance account
Usage
binance_cancel_order(symbol, order_id, client_order_id)
Arguments
symbol |
string |
order_id |
optional number |
client_order_id |
optional string |
Value
data.table
Examples
## Not run:
binance_cancel_order('ARKETH', order_id = 123456)
binance_cancel_order('ARKBTC', client_order_id = 'myOrder7')
## End(Not run)
[Package binancer version 1.2.0 Index]