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