@Override
public void applySpecification(ExchangeSpecification exchangeSpecification) {
super.applySpecification(exchangeSpecification);
this.pollingTradeService = new BTCChinaTradeService(exchangeSpecification, tonceFactory);
this.pollingAccountService = new BTCChinaAccountService(exchangeSpecification, tonceFactory);
exchangeSpecification.setSslUri("https://data.btcchina.com");
this.pollingMarketDataService = new BTCChinaMarketDataService(exchangeSpecification, tonceFactory);
}