0xMak
0xMak
Hello, yesterday i had an error on the websocket with a message: 2020-01-16 11:48:54 ERROR WebSocketClientHandler:112 - WebSocket client encountered exception (IOException - Invalid argument). Closing Searching the logs i...
Hello, the implementation of orderChanges in BitmexStreamingTradeService has a bug when an order has been filled. When Bitmex sends a FILLED order message, it doesn't include many required fields in...
Hello, everyone there is a issue with UserTrades class when someone wants to parse it to json and then deserialize it again. If you run the below code you will...
Hello, i was instantiating an FtxStreamingExchange instance and the remoteInit was never called in order to get CurrencyPairMetaData. My question is, is this feature by default for every StreamingExchange instance?...
Hello, instead of having many Params interface classes ,is it better to create only one ParamsAll class for every case? TradeHistoryParamsAll already exist, why don't we delete all the other...
Hello, i would like to ask you if you find it good idea the following: Adding fixed/static test functions that we will use in every exchange in order to test...