-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Market Orders
When placing a Market Order there is only allowance for a decimal value and not a double.
This makes it impossible to place a small purchase example:
binance.MarketOrder("BTC_USDT", Binance.NetCore.Entities.Side.BUY, 0.003);
Could we change this to a double to allow for small transactions?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels