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

com.xeiam.xchange.poloniex.dto.marketdata.PoloniexTicker Maven / Gradle / Ivy

The newest version!
package com.xeiam.xchange.poloniex.dto.marketdata;

import com.xeiam.xchange.currency.CurrencyPair;

/**
 * @author Zach Holmes
 */

public class PoloniexTicker {

  private PoloniexMarketData poloniexMarketData;
  private CurrencyPair currencyPair;

  public PoloniexTicker(PoloniexMarketData poloniexMarketData, CurrencyPair currencyPair) {

    super();
    this.poloniexMarketData = poloniexMarketData;
    this.currencyPair = currencyPair;
  }

  public PoloniexMarketData getPoloniexMarketData() {

    return poloniexMarketData;
  }

  public CurrencyPair getCurrencyPair() {

    return currencyPair;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy