Ilya Smirnov
Ilya Smirnov
Hello, @mtdayacap The given code is not enough to understand the reason. There is a class BinanceKlineExample in Binance-stream with an example, it works, I just checked it.
As I understand it, you are trying to receive data not from binance-stream, but through a regular binance api something like that: `List kline = ((BinanceMarketDataServiceRaw) binanceExchange.getMarketDataService()).klines(new CurrencyPair("BTC/USDT"),m1);` The code...
> Is that legacy/deprecated code ? not legacy/deprecated, but usually we have public methods in MarketDataService, and MarketDataServiceRaw is for internal use only. Since in this case there is no...
+1 Server response: Unsupported target: ipq40xx/generic
please write in more detail
Hi. Two requests for tickers: api/v3/ticker/price - **Latest price** for a symbol or symbols. api/v3/ticker/bookTicker - **Best price/qty** on the order book for a symbol or symbols. But there is...
done #4868
Hello [francitoshi](https://github.com/francitoshi) As minimum, TestTradeOgreAdapters is failed after your fix. Also, as i think(not sure for 100%), you need to fix adaptTradeOgreCurrencyPair method too. And, if possible, add some test...