this.cexio = RestProxyFactory.createProxy(CexIO.class, exchangeSpecification.getSslUri());
}
public CexIOTicker getCexIOTicker(CurrencyPair currencyPair) throws IOException {
CexIOTicker cexIOTicker = cexio.getTicker(currencyPair.baseSymbol, currencyPair.counterSymbol);
return cexIOTicker;
}