@Override
public void applySpecification(ExchangeSpecification exchangeSpecification) {
super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new CoinsetterMarketDataService(exchangeSpecification);
this.pollingAccountService = new CoinsetterAccountService(exchangeSpecification);
this.pollingTradeService = new CoinsetterTradeService(exchangeSpecification);
}