wisespace-io / binance-rs

Rust Library for the Binance API
Other
649 stars 295 forks source link

Add Stop Limit orders #82

Closed ppamorim closed 3 years ago

ppamorim commented 3 years ago

In this PR I am including these functions:

I also removed unnecessary conversion from Data -> String -> JSON, now the library converts Data -> JSON directly and the code got simplified.

I have updated some libraries, please let me known if you want to revert this change.

dorak88783 commented 3 years ago

I think your cleanup is cool, I didn't review all the details yet, but it's nicer if that would be a separate PR.

If you want you could make a new branch, git cherry-pick the commits that only refactor code, and make a separate PR.