public void applySpecification(ExchangeSpecification exchangeSpecification) {
super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new ItBitMarketDataService(exchangeSpecification, nonceFactory);
this.pollingAccountService = new ItBitAccountService(exchangeSpecification, nonceFactory);
this.pollingTradeService = new ItBitTradeService(exchangeSpecification, nonceFactory);
}