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

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

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

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

/**
 * Address of the account for which the trade history is requested.
 */
public interface RippleTradeHistoryAccount extends TradeHistoryParams {

  public String getAccount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy