craysiii / binance

API Wrapper for the Binance cryptocurrency exchange written in Ruby.
MIT License
97 stars 79 forks source link

Allow rest.open_orders without params #11

Closed kke closed 6 years ago

kke commented 6 years ago

Currently it has to be called with rest.open_orders({}) or you will get ArgumentError: wrong number of arguments (given 0, expected 1)

craysiii commented 6 years ago

I'm going to end up accepting this and fixing the errors myself due to the critical nature of this and the previous pull request.