binance_new_order.Rd
Open new order on the Binance account
string
enum
enum
optional enum
number
optional number
optional number
optional number
bool
data.table
if (FALSE) {
binance_new_order('ARKETH', side = 'BUY', type = 'MARKET', quantity = 1)
binance_new_order('ARKBTC', side = 'BUY', type = 'LIMIT', quantity = 1,
price = 0.5, time_in_force = 'GTC')
}