dmikushin / binance-cxx-api

Binance Bincoin Exchange C++ API
MIT License
66 stars 42 forks source link

added test order #6

Closed akildemir closed 4 years ago

akildemir commented 4 years ago

Testing orders is needed to be able to check for the errors that might occur on the Binance side for a particular order. Just to make sure your order won't fail when you actually try to place it.

dmikushin commented 4 years ago

Merged, thank you very much for your great work!