wisespace-io / binance-rs

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

Docs about multiple symbols for kindle stream #48

Open emmtte opened 4 years ago

emmtte commented 4 years ago

Hi,

Any docs about multiple symbols for kindle stream?

I try :

let kline: String = format!("{}", "ethbtc@kline_1m bnbbtc@kline_1m");

without success

With nodejs I use an array of symbols

see : https://github.com/Ashlar/binance-api-node#candles-1

wisespace-io commented 4 years ago

@emmtte Interesting, we would need to implement it. Currently not supported. It seems a nice feature. I will try to implement when I got sometime, or feel free to submit a PR.