rootpd / go-binance

Go wrapper for Binance API
MIT License
33 stars 121 forks source link

Fixes price/quantity mixup in order book. #1

Open JaTochNietDan opened 6 years ago

JaTochNietDan commented 6 years ago

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.