
com.xeiam.xchange.cointrader.service.polling.CointraderBasePollingService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-cointrader Show documentation
Show all versions of xchange-cointrader Show documentation
XChange implementation for the Cointrader Exchange
The newest version!
package com.xeiam.xchange.cointrader.service.polling;
import com.xeiam.xchange.Exchange;
import com.xeiam.xchange.service.BaseExchangeService;
import com.xeiam.xchange.service.polling.BasePollingService;
public class CointraderBasePollingService extends BaseExchangeService implements BasePollingService {
public CointraderBasePollingService(Exchange exchange) {
super(exchange);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy