Class BitfinexTickerTraidingPair
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTickerTraidingPair
-
- All Implemented Interfaces:
BitfinexTicker
public class BitfinexTickerTraidingPair extends Object implements BitfinexTicker
-
-
Constructor Summary
Constructors Constructor Description BitfinexTickerTraidingPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisTradingPair()-
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, isFundingCurrency
-
-
-
-
Method Detail
-
isTradingPair
public boolean isTradingPair()
- Specified by:
isTradingPairin interfaceBitfinexTicker
-
-