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

com.xeiam.xchange.clevercoin.service.polling.CleverCoinBasePollingService Maven / Gradle / Ivy

package com.xeiam.xchange.clevercoin.service.polling;

import com.xeiam.xchange.Exchange;
import com.xeiam.xchange.service.BaseExchangeService;
import com.xeiam.xchange.service.polling.BasePollingService;

/**
 * @author timmolter
 */
public class CleverCoinBasePollingService extends BaseExchangeService implements BasePollingService {

  /**
   * Constructor
   *
   * @param exchange
   */
  public CleverCoinBasePollingService(Exchange exchange) {

    super(exchange);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy