super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new CexIOMarketDataService(exchangeSpecification);
this.pollingAccountService = new CexIOAccountService(exchangeSpecification);
this.pollingTradeService = new CexIOTradeService(exchangeSpecification);
}