All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xeiam.xchange.cointrader.service.polling.CointraderBasePollingService Maven / Gradle / Ivy

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