XChange
XChange copied to clipboard
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.
If reconnection is handled by the client code every call of disconnect() and connecting again creates a new thread while the old one still lives
Kraken: optionally limit the rate of WebSocket messages sent to the server to avoid "Exceeded msg rate" error message
Otherwise, checksum calculation fails too often (if the server book doesn't match local one)
```2022-10-11 20:41:24.106 [main] INFO o.cryptocoinpartners.module.Context - deployed module BasicPortfolioService.epl 2022-10-11 20:41:24.313 [main] DEBUG si.mazi.rescu.Config - Loaded properties from rescu.properties. 2022-10-11 20:41:24.314 [main] DEBUG si.mazi.rescu.Config - Configuration from rescu.properties: 2022-10-11 20:41:24.314...
Hello Everyone, I'm conducting a research experiment with open source repositories on Github about merge conflicts. Our script detect merge conflicts in https://github.com/knowm/XChange/commit/afbafeb3fbc52f9f0aa12ee0f84de31069237c4a. If possible, may I ask for the...
Bumps [pubnub-gson](https://github.com/pubnub/java) from 4.31.3 to 6.2.0. Release notes Sourced from pubnub-gson's releases. v6.2.0 September 20 2022 Added PNFileEventResult has messageJson field with the same JsonElement type as in other events....
Currently the org.knowm.xchange.dto.marketdata.OrderBook `timestamp` is to type `Date`, which is not threadsafe. I suggest we move it to use ZonedDateTime, if we want it all backwardly compatible we can wrap...
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes...
Deribit seems to fail to init due to missing enum field: Parsing response as org.knowm.xchange.deribit.v2.dto.DeribitResponse failed: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `org.knowm.xchange.deribit.v2.dto.Kind` from String "future_combo": not one of the...