@Override
public void applySpecification(ExchangeSpecification exchangeSpecification) {
super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new CexIOMarketDataService(exchangeSpecification);
this.pollingAccountService = new CexIOAccountService(exchangeSpecification);
this.pollingTradeService = new CexIOTradeService(exchangeSpecification);
}