wisespace-io / binance-rs

Rust Library for the Binance API
Other
640 stars 290 forks source link

Added custom futures order for professional traders #135

Closed ghost closed 2 years ago

ghost commented 2 years ago

Added a method that allows you to create a custom order letting developers choose which parameters to output to binance.

Motivation: While working on one of my experiments I noticed that there are several combinations of advanced orders that are not included in the library. Since it is difficult to predict all possible cases, it may be useful for experienced traders and advanced programmers to have a custom method available with which to customize their orders.