Class BiboxTicker
java.lang.Object
org.knowm.xchange.bibox.dto.marketdata.BiboxTicker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBuy()getHigh()getLast()getLow()getSell()longgetVol()voidsetAdditionalProperty(String name, Object value) voidsetBuy(BigDecimal buy) voidsetHigh(BigDecimal high) voidsetLast(BigDecimal last) voidsetLastCny(BigDecimal lastCny) voidsetLastUsd(BigDecimal lastUsd) voidsetLow(BigDecimal low) voidsetPercent(String percent) voidsetSell(BigDecimal sell) voidsetTimestamp(long timestamp) voidsetVol(BigDecimal vol)
-
Constructor Details
-
BiboxTicker
public BiboxTicker()
-
-
Method Details
-
getBuy
- Returns:
- The buy
-
setBuy
- Parameters:
buy- The buy
-
getHigh
- Returns:
- The high
-
setHigh
- Parameters:
high- The high
-
getLast
- Returns:
- The last
-
setLast
- Parameters:
last- The last
-
getLow
- Returns:
- The low
-
setLow
- Parameters:
low- The low
-
getSell
- Returns:
- The sell
-
setSell
- Parameters:
sell- The sell
-
getTimestamp
public long getTimestamp()- Returns:
- The timestamp
-
setTimestamp
public void setTimestamp(long timestamp) - Parameters:
timestamp- The timestamp
-
getVol
- Returns:
- The vol
-
setVol
- Parameters:
vol- The vol
-
getLastCny
- Returns:
- The lastCny
-
setLastCny
- Parameters:
lastCny- The last_cny
-
getLastUsd
- Returns:
- The lastUsd
-
setLastUsd
- Parameters:
lastUsd- The last_usd
-
getPercent
- Returns:
- The percent
-
setPercent
- Parameters:
percent- The percent
-
getAdditionalProperties
-
setAdditionalProperty
-