public void applySpecification(ExchangeSpecification exchangeSpecification) {
super.applySpecification(exchangeSpecification);
this.pollingMarketDataService = new VaultOfSatoshiMarketDataService(exchangeSpecification);
this.pollingTradeService = new VaultOfSatoshiTradeService(exchangeSpecification);
this.pollingAccountService = new VaultOfSatoshiAccountService(exchangeSpecification);
}