Class BiboxMarket
java.lang.Object
org.knowm.xchange.bibox.dto.marketdata.BiboxMarket
- Author:
- odrotleff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHigh()longgetId()getLast()getLow()voidsetAmount(BigDecimal amount) voidsetChange(BigDecimal change) voidsetCoinSymbol(String coinSymbol) voidsetCurrencySymbol(String currencySymbol) voidsetHigh(BigDecimal high) voidsetHighCny(BigDecimal highCny) voidsetHighUsd(BigDecimal highUsd) voidsetId(long id) voidsetLast(BigDecimal last) voidsetLastCny(BigDecimal lastCny) voidsetLastUsd(BigDecimal lastUsd) voidsetLow(BigDecimal low) voidsetLowCny(BigDecimal lowCny) voidsetLowUsd(BigDecimal lowUsd) voidsetPercent(String percent) voidsetVol24H(BigDecimal vol24H)
-
Constructor Details
-
BiboxMarket
public BiboxMarket()
-
-
Method Details
-
getId
public long getId()- Returns:
- The id
-
setId
public void setId(long id) - Parameters:
id- The id
-
getCoinSymbol
- Returns:
- The coinSymbol
-
setCoinSymbol
- Parameters:
coinSymbol- The coin_symbol
-
getCurrencySymbol
- Returns:
- The currencySymbol
-
setCurrencySymbol
- Parameters:
currencySymbol- The currency_symbol
-
getLast
- Returns:
- The last
-
setLast
- Parameters:
last- The last
-
getHigh
- Returns:
- The high
-
setHigh
- Parameters:
high- The high
-
getLow
- Returns:
- The low
-
setLow
- Parameters:
low- The low
-
getChange
- Returns:
- The change
-
setChange
- Parameters:
change- The change
-
getPercent
- Returns:
- The percent
-
setPercent
- Parameters:
percent- The percent
-
getVol24H
- Returns:
- The vol24H
-
setVol24H
- Parameters:
vol24H- The vol24H
-
getAmount
- Returns:
- The amount
-
setAmount
- Parameters:
amount- The amount
-
getLastCny
- Returns:
- The lastCny
-
setLastCny
- Parameters:
lastCny- The last_cny
-
getHighCny
- Returns:
- The highCny
-
setHighCny
- Parameters:
highCny- The high_cny
-
getLowCny
- Returns:
- The lowCny
-
setLowCny
- Parameters:
lowCny- The low_cny
-
getLastUsd
- Returns:
- The lastUsd
-
setLastUsd
- Parameters:
lastUsd- The last_usd
-
getHighUsd
- Returns:
- The highUsd
-
setHighUsd
- Parameters:
highUsd- The high_usd
-
getLowUsd
- Returns:
- The lowUsd
-
setLowUsd
- Parameters:
lowUsd- The low_usd
-