Class PoloniexTicker
- java.lang.Object
-
- org.knowm.xchange.poloniex.dto.marketdata.PoloniexTicker
-
public class PoloniexTicker extends Object
- Author:
- Zach Holmes
-
-
Constructor Summary
Constructors Constructor Description PoloniexTicker(PoloniexMarketData poloniexMarketData, CurrencyPair currencyPair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyPairgetCurrencyPair()PoloniexMarketDatagetPoloniexMarketData()
-
-
-
Constructor Detail
-
PoloniexTicker
public PoloniexTicker(PoloniexMarketData poloniexMarketData, CurrencyPair currencyPair)
-
-
Method Detail
-
getPoloniexMarketData
public PoloniexMarketData getPoloniexMarketData()
-
getCurrencyPair
public CurrencyPair getCurrencyPair()
-
-