Implementation of the generic market data service for BitcoinAverage
24252627282930
@Override public void applySpecification(ExchangeSpecification exchangeSpecification) { super.applySpecification(exchangeSpecification); this.pollingMarketDataService = new BitcoinAverageMarketDataService(exchangeSpecification); }