363738394041424344
return cexIOTicker; } public CexIODepth getCexIOOrderBook(CurrencyPair currencyPair) throws IOException { CexIODepth cexIODepth = cexio.getDepth(currencyPair.baseSymbol, currencyPair.counterSymbol); return cexIODepth; }