bitrich-info / xchange-stream

XChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin and other crypto currency exchanges via WebSocket protocol. It is build on top of of XChange library providing new interfaces for streaming API. User can subscribe for live updates via reactive streams of RxJava library.
Apache License 2.0
414 stars 219 forks source link

[BINANCE] Add specific param: use higher update frequency #526

Closed lepus closed 4 years ago

lepus commented 4 years ago
lepus commented 4 years ago

Hi @badgerwithagun, I've created a new clean pull request. Now I'm using only a boolean param, Because the allowed values are only 1000ms (default) and 100ms. So tell me what else I should change.

Thanks a lot for your help.