Description Usage Arguments Value Examples
Open new order on the Binance account
1 2 3 4 |
symbol |
string |
side |
enum |
type |
enum |
time_in_force |
optional enum |
quantity |
number |
price |
optional number |
stop_price |
optional number |
iceberg_qty |
optional number |
test |
bool |
data.table
1 2 3 4 5 6 | ## Not run:
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')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.