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