XChange icon indicating copy to clipboard operation
XChange copied to clipboard

[bybit] extend functionality

Open bigscoop opened this issue 3 years ago • 5 comments

  • Refactored dto
  • Added time_now field to responses payload
  • Added getting of ticker
  • Added loading of currency pairs metadata

bigscoop avatar Jul 10 '22 13:07 bigscoop

@timmolter @walec51 can anyone have a look please once you have time? thanks in advance

bigscoop avatar Jul 17 '22 12:07 bigscoop

@timmolter ping

bigscoop avatar Aug 04 '22 11:08 bigscoop

@mdvx ping

bigscoop avatar Aug 26 '22 07:08 bigscoop

let me see if i can tests this with a patch

mdvx avatar Sep 06 '22 00:09 mdvx

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

mdvx avatar Sep 06 '22 00:09 mdvx

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

bigscoop avatar Oct 16 '22 16:10 bigscoop