Class DVChainLevel
- java.lang.Object
-
- org.knowm.xchange.dvchain.dto.marketdata.DVChainLevel
-
public class DVChainLevel extends Object
-
-
Constructor Summary
Constructors Constructor Description DVChainLevel(BigDecimal sellPrice, BigDecimal buyPrice, BigDecimal maxQuantity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getBuyPrice()
BigDecimal
getMaxQuantity()
BigDecimal
getSellPrice()
String
toString()
-
-
-
Constructor Detail
-
DVChainLevel
public DVChainLevel(BigDecimal sellPrice, BigDecimal buyPrice, BigDecimal maxQuantity)
-
-
Method Detail
-
getBuyPrice
public BigDecimal getBuyPrice()
-
getMaxQuantity
public BigDecimal getMaxQuantity()
-
getSellPrice
public BigDecimal getSellPrice()
-
-