knowm / XChange

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
http://knowm.org/open-source/xchange/
MIT License
3.86k stars 1.94k forks source link

[bybit-stream] getOrderChanges, getPositionChanges #4885

Closed rizer1980 closed 3 months ago

rizer1980 commented 4 months ago
  1. websocket getOrderChanges
  2. websocket getPositionChanges two implementation a. return Openposition.class b. return more complex BybitComplexPositionChanges.class
  3. switch bybit demonet to bybit testnet,to bring all sandbox(REST, stream,stream private) to one source.