itBitPublic = RestProxyFactory.createProxy(ItBit.class, exchangeSpecification.getSslUri());
}
public ItBitTicker getItBitTicker(CurrencyPair currencyPair) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException {
ItBitTicker ticker = itBit.getTicker(currencyPair.baseSymbol, currencyPair.counterSymbol);
return ticker;
}