wisespace-io / binance-rs

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

Future WebSocket Support #94

Open lasys opened 3 years ago

lasys commented 3 years ago

Hey,

first of all: great project - thanks!

I am already using the DayTickerAll WebSocket as shown in the README, and would now like to use the Future WebSockets. I have seen that there are already models and code for it, but it seems that it is not ready yet.

My question now is whether it is already being developed further, or if I should develop it further myself and then submit a pull request.

Thanks a lot for your help.

wisespace-io commented 3 years ago

@lasys Future API is in very early stage with few features implemented. @AlexApps99 started this work last year.

The websockets support is missing and needs to be implement.

Feel free to submit a PR.

dorak88783 commented 3 years ago

I made a PR at https://github.com/wisespace-io/binance-rs/pull/124.