Cancel multiple Binance Futures orders
Source:R/endpoints-futures-trade.R
futures_cancel_batch_orders.RdCancel multiple Binance Futures orders
Usage
futures_cancel_batch_orders(
symbol,
order_ids = NULL,
orig_client_order_ids = NULL,
config = config_futures()
)Arguments
- symbol
Trading pair symbol.
- order_ids
Optional numeric vector of exchange order IDs.
- orig_client_order_ids
Optional character vector of client order IDs.
- config
A futures configuration created by
config_futures().