Class GateioTicker
java.lang.Object
org.knowm.xchange.gateio.dto.GateioBaseResponse
org.knowm.xchange.gateio.dto.marketdata.GateioTicker
-
Constructor Summary
ConstructorsConstructorDescriptionGateioTicker
(boolean result, String message, BigDecimal highestBid, BigDecimal low24hr, BigDecimal last, BigDecimal high24hr, BigDecimal percentChange, BigDecimal lowestAsk, BigDecimal quoteVolume, BigDecimal baseVolume) -
Method Summary
Methods inherited from class org.knowm.xchange.gateio.dto.GateioBaseResponse
getMessage
-
Constructor Details
-
GateioTicker
public GateioTicker(boolean result, String message, BigDecimal highestBid, BigDecimal low24hr, BigDecimal last, BigDecimal high24hr, BigDecimal percentChange, BigDecimal lowestAsk, BigDecimal quoteVolume, BigDecimal baseVolume)
-
-
Method Details
-
getHighestBid
-
isResult
public boolean isResult()- Overrides:
isResult
in classGateioBaseResponse
-
getLow24hr
-
getLast
-
getHigh24hr
-
getPercentChange
-
getLowestAsk
-
getQuoteVolume
-
getBaseVolume
-
toString
- Overrides:
toString
in classGateioBaseResponse
-