Class BitfinexTickerFundingCurrency
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTickerFundingCurrency
-
- All Implemented Interfaces:
BitfinexTicker
public class BitfinexTickerFundingCurrency extends Object implements BitfinexTicker
-
-
Constructor Summary
Constructors Constructor Description BitfinexTickerFundingCurrency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFundingCurrency()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
getAsk, getAskSize, getBid, getBidSize, getDailyChange, getDailyChangePerc, getHigh, getLastPrice, getLow, getSymbol, getVolume, isTradingPair
-
-
-
-
Method Detail
-
isFundingCurrency
public boolean isFundingCurrency()
- Specified by:
isFundingCurrencyin interfaceBitfinexTicker
-
-