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?