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
413 stars 220 forks source link

GDAX support? #2

Closed pirocks closed 7 years ago

pirocks commented 7 years ago

Any plans to support https://www.gdax.com/? it has a fix and rest websocket, documented here:https://docs.gdax.com/#websocket-feed and here: https://docs.gdax.com/#fix-api.

dozd commented 7 years ago

Imeplemented in #3 #4. Released in version 4.2.1. Will be on maven in few hours

lucarosellini commented 7 years ago

@pirocks, let me know if you find any problem with this code