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

org.knowm.xchange.yobit.dto.DefaultTickerRequestParams Maven / Gradle / Ivy

package org.knowm.xchange.yobit.dto;

import org.knowm.xchange.currency.CurrencyPair;

public class DefaultTickerRequestParams extends MultiCurrencyPairTickersRequestParams {

  public DefaultTickerRequestParams(CurrencyPair currencyPair) {
    super(currencyPair);
  }

  public CurrencyPair getCurrencyPair() {
    return currencyPairs.iterator().next();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy