super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new CryptsyMarketDataService(exchangeSpecification);
this.pollingAccountService = new CryptsyAccountService(exchangeSpecification);
this.pollingTradeService = new CryptsyTradeService(exchangeSpecification);
this.pollingPublicMarketDataService = new CryptsyPublicMarketDataService();
}