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.81k stars 1.93k forks source link

[bybit] ws ComplexOrdersChanges and ComplexPositionChanges #4900

Closed rizer1980 closed 3 weeks ago

rizer1980 commented 3 weeks ago

in addition to the websocket methods, getsOrdersChanges and getPositionsChanges, added full methods, getComplexOrdersChanges and getComplexPositionsChanges. With full or most of the parameters from the exchange API.

Perhaps this is a temporary solution, and then it will be possible to create (adapt) classes in the [core]. But so far there is no understanding of what and how to change there.