super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new JustcoinMarketDataService(exchangeSpecification);
this.pollingAccountService = new JustcoinAccountService(exchangeSpecification);
this.pollingTradeService = new JustcoinTradeService(exchangeSpecification);
}