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

com.xeiam.xchange.ripple.service.polling.params.RippleTradeHistoryPreferredCurrencies Maven / Gradle / Ivy

The newest version!
package com.xeiam.xchange.ripple.service.polling.params;

import java.util.Collection;

import com.xeiam.xchange.service.polling.trade.params.TradeHistoryParams;

/**
 * Convert the Ripple trade currency pairs into having these preferred base or counter currency. Preferred base currency is considered first.
 */
public interface RippleTradeHistoryPreferredCurrencies extends TradeHistoryParams {

  public Collection getPreferredBaseCurrency();

  public Collection getPreferredCounterCurrency();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy