public final class ANXOrder extends Object
Constructor and Description |
---|
ANXOrder(BigDecimal price,
BigDecimal amount,
long priceInt,
long amountInt,
long stamp)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
long |
getAmountInt() |
BigDecimal |
getPrice() |
long |
getPriceInt() |
long |
getStamp() |
String |
toString() |
public ANXOrder(BigDecimal price, BigDecimal amount, long priceInt, long amountInt, long stamp)
price
- amount
- priceInt
- amountInt
- stamp
- public BigDecimal getPrice()
public BigDecimal getAmount()
public long getPriceInt()
public long getAmountInt()
public long getStamp()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.