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

Live updates for some Bitmex socket channels #508

Closed ablack13 closed 4 years ago

ablack13 commented 4 years ago

Added support for listening live updates for next socket channels: "affiliate", // Affiliate status, such as total referred users & payout % "execution", // Individual executions; can be multiple per order "order", // Live updates on your orders "margin", // Updates on your current account balance and margin requirements "position", // Updates on your positions "wallet" // Bitcoin address balance data, including total deposits & withdrawals