Class CoinEggTicker
- java.lang.Object
-
- org.knowm.xchange.coinegg.dto.marketdata.CoinEggTicker
-
public class CoinEggTicker extends Object
-
-
Constructor Summary
Constructors Constructor Description CoinEggTicker(BigDecimal high, BigDecimal low, BigDecimal buy, BigDecimal sell, BigDecimal last, BigDecimal volume)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getBuy()
BigDecimal
getHigh()
BigDecimal
getLast()
BigDecimal
getLow()
BigDecimal
getSell()
BigDecimal
getVolume()
String
toString()
-
-
-
Constructor Detail
-
CoinEggTicker
public CoinEggTicker(BigDecimal high, BigDecimal low, BigDecimal buy, BigDecimal sell, BigDecimal last, BigDecimal volume)
-
-
Method Detail
-
getLast
public BigDecimal getLast()
-
getHigh
public BigDecimal getHigh()
-
getLow
public BigDecimal getLow()
-
getVolume
public BigDecimal getVolume()
-
getBuy
public BigDecimal getBuy()
-
getSell
public BigDecimal getSell()
-
-