go-binance
go-binance copied to clipboard
Fixes price/quantity mixup in order book.
There was a minor mistake here I found when using this library. Also found that making market orders was not possible because Binance freaks out if you send up the parameter for the price
or the TimeInForce
. So we need to make those only send up if they are set.