public final class BinanceTicker24h extends Object
| Constructor and Description |
|---|
BinanceTicker24h(BigDecimal priceChange,
BigDecimal priceChangePercent,
BigDecimal weightedAvgPrice,
BigDecimal prevClosePrice,
BigDecimal lastPrice,
BigDecimal lastQty,
BigDecimal bidPrice,
BigDecimal bidQty,
BigDecimal askPrice,
BigDecimal askQty,
BigDecimal openPrice,
BigDecimal highPrice,
BigDecimal lowPrice,
BigDecimal volume,
BigDecimal quoteVolume,
long openTime,
long closeTime,
long firstId,
long lastId,
long count,
String symbol) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAskPrice() |
BigDecimal |
getAskQty() |
BigDecimal |
getBidPrice() |
BigDecimal |
getBidQty() |
Date |
getCloseTime() |
CurrencyPair |
getCurrencyPair() |
long |
getFirstTradeId() |
BigDecimal |
getHighPrice() |
BigDecimal |
getLastPrice() |
BigDecimal |
getLastQty() |
long |
getLastTradeId() |
BigDecimal |
getLowPrice() |
BigDecimal |
getOpenPrice() |
Date |
getOpenTime() |
BigDecimal |
getPrevClosePrice() |
BigDecimal |
getPriceChange() |
BigDecimal |
getPriceChangePercent() |
BigDecimal |
getQuoteVolume() |
String |
getSymbol() |
long |
getTradeCount() |
BigDecimal |
getVolume() |
BigDecimal |
getWeightedAvgPrice() |
void |
setCurrencyPair(CurrencyPair pair) |
Ticker |
toTicker() |
public BinanceTicker24h(BigDecimal priceChange, BigDecimal priceChangePercent, BigDecimal weightedAvgPrice, BigDecimal prevClosePrice, BigDecimal lastPrice, BigDecimal lastQty, BigDecimal bidPrice, BigDecimal bidQty, BigDecimal askPrice, BigDecimal askQty, BigDecimal openPrice, BigDecimal highPrice, BigDecimal lowPrice, BigDecimal volume, BigDecimal quoteVolume, long openTime, long closeTime, long firstId, long lastId, long count, String symbol)
public String getSymbol()
public CurrencyPair getCurrencyPair()
public void setCurrencyPair(CurrencyPair pair)
public BigDecimal getPriceChange()
public BigDecimal getPriceChangePercent()
public BigDecimal getWeightedAvgPrice()
public BigDecimal getPrevClosePrice()
public BigDecimal getLastPrice()
public BigDecimal getLastQty()
public BigDecimal getBidPrice()
public BigDecimal getBidQty()
public BigDecimal getAskPrice()
public BigDecimal getAskQty()
public BigDecimal getOpenPrice()
public BigDecimal getHighPrice()
public BigDecimal getLowPrice()
public BigDecimal getVolume()
public BigDecimal getQuoteVolume()
public long getFirstTradeId()
public long getLastTradeId()
public long getTradeCount()
public Date getOpenTime()
public Date getCloseTime()
public Ticker toTicker()
Copyright © 2012–2018 Knowm Inc.. All rights reserved.