super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new VircurexMarketDataService(exchangeSpecification);
this.pollingAccountService = new VircurexAccountService(exchangeSpecification);
this.pollingTradeService = new VircurexTradeService(exchangeSpecification);
}