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
Modifier and Type Method Description booleanisTradingPair()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.bitfinex.v2.dto.marketdata.BitfinexTicker
getAsk, getAskSize, getBid, getBidSize, getDailyChange, getDailyChangePerc, getHigh, getLastPrice, getLow, getSymbol, getVolume, isFundingCurrency
-
Constructor Details
-
BitfinexTickerTraidingPair
public BitfinexTickerTraidingPair()
-
-
Method Details
-
isTradingPair
public boolean isTradingPair()- Specified by:
isTradingPairin interfaceBitfinexTicker
-