Svg

Results 4 comments of Svg

I have the same issue. It's situated in the constructor at line 42 (org.knowm.xchange.binance.dto.marketdata.BinanceKline): `this.closed = (Boolean)obj[11];` obj[11] is a String ("0") that's being attempted to be converted into a...

> 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);` >...

I also would like to know how to compile the code? I've tried in various C/C++ ide's but get errors in all of them. I would like to add a...

@tyger07 Thx, that's what I did, I contacted the dev and he helped me. Basically you need to install the Visual Build Tools (http://landinghub.visualstudio.com/visual-cpp-build-tools) and use the 'Visual C++ 2015...