1314151617181920
@Override public void applySpecification(final ExchangeSpecification exchangeSpecification) { super.applySpecification(exchangeSpecification); this.pollingMarketDataService = new MintPalMarketDataService(exchangeSpecification); }