[bybit] extend functionality
- Refactored dto
- Added time_now field to responses payload
- Added getting of ticker
- Added loading of currency pairs metadata
@timmolter @walec51 can anyone have a look please once you have time? thanks in advance
@timmolter ping
@mdvx ping
let me see if i can tests this with a patch
does not build anymore public BybitResult<List<BybitSymbol>> getSymbols() throws IOException { BybitResult<List<BybitSymbol>> result = bybit.getSymbols();
[ERROR] /P:/Mainbloq/xSor/xsor-top/xsor-build/XChange-mdvx/xchange-bybit/src/main/java/org/knowm/xchange/bybit/service/BybitMarketDataServiceRaw.java:[28,50] cannot find symbol symbol: method getSymbols() location: variable bybit of type org.knowm.xchange.bybit.Bybit
does not build anymore public BybitResult<List> getSymbols() throws IOException { BybitResult<List> result = bybit.getSymbols();
[ERROR] /P:/Mainbloq/xSor/xsor-top/xsor-build/XChange-mdvx/xchange-bybit/src/main/java/org/knowm/xchange/bybit/service/BybitMarketDataServiceRaw.java:[28,50] cannot find symbol symbol: method getSymbols() location: variable bybit of type org.knowm.xchange.bybit.Bybit
merged latest develop into the branch. pls check again