Exchange implementation to provide the following to applications:
24252627282930
@Override public void applySpecification(ExchangeSpecification exchangeSpecification) { super.applySpecification(exchangeSpecification); this.pollingMarketDataService = new VirtExMarketDataService(exchangeSpecification); }