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

Change update rate to 100ms for binance market data service #487

Closed lepus closed 4 years ago

lepus commented 4 years ago

I have changed the update speed for binance market data service from 1000ms (default) to 100ms

badgerwithagun commented 4 years ago

@lepus - this project is shortly to be merged with the main XChange project so we are clearing outstanding pull requests. Will you be able to implement the review changes?

lepus commented 4 years ago

@lepus - this project is shortly to be merged with the main XChange project so we are clearing outstanding pull requests. Will you be able to implement the review changes?

For sure. I think I will implement the review changes in the next few days. When do you plan to merge to main XChange?