public class CryptsySellOrder extends Object
Constructor and Description |
---|
CryptsySellOrder(BigDecimal sellPrice,
BigDecimal quantity,
BigDecimal total) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getQuantity() |
BigDecimal |
getSellPrice() |
BigDecimal |
getTotal() |
String |
toString() |
public CryptsySellOrder(BigDecimal sellPrice, BigDecimal quantity, BigDecimal total)
public BigDecimal getSellPrice()
public BigDecimal getQuantity()
public BigDecimal getTotal()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.