binance_all_orders.Rd
Fetch all orders from the Binance account
binance_all_orders(symbol, order_id, start_time, end_time, limit)
string
optional number
optional POSIX timestamp
optional POSIX timestamp
optional int
data.table
if (FALSE) {
binance_all_orders('ARKETH')
binance_all_orders('ARKBTC', order_id = '123456')
}