public class Btc38Ticker extends Object
| Constructor and Description |
|---|
Btc38Ticker(BigDecimal buy,
BigDecimal high,
BigDecimal last,
BigDecimal low,
BigDecimal sell,
BigDecimal vol)
Constructor for Btc38Ticker
|
Btc38Ticker(String emptyString)
Constructor for Btc38Ticker without data
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBuy() |
BigDecimal |
getHigh() |
BigDecimal |
getLast() |
BigDecimal |
getLow() |
BigDecimal |
getSell() |
BigDecimal |
getVol() |
String |
toString() |
public Btc38Ticker(String emptyString)
emptyString - Not usedpublic Btc38Ticker(BigDecimal buy, BigDecimal high, BigDecimal last, BigDecimal low, BigDecimal sell, BigDecimal vol)
buy - Buy pricehigh - High pricelast - Last pricelow - Low pricesell - Sell pricevol - Volumepublic BigDecimal getBuy()
public BigDecimal getHigh()
public BigDecimal getLast()
public BigDecimal getLow()
public BigDecimal getSell()
public BigDecimal getVol()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.