@Override
public void applySpecification(ExchangeSpecification exchangeSpecification) {
super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new BitMarketDataService(exchangeSpecification);
this.pollingTradeService = null;
this.pollingAccountService = null;
}