public final class OperationEntry extends Object
Constructor and Description |
---|
OperationEntry(BigDecimal volume,
BigDecimal price,
BigDecimal rate,
Long created) |
Modifier and Type | Method and Description |
---|---|
Long |
getCreated() |
BigDecimal |
getPrice() |
BigDecimal |
getRate() |
BigDecimal |
getVolume() |
String |
toString() |
public OperationEntry(BigDecimal volume, BigDecimal price, BigDecimal rate, Long created)
public BigDecimal getVolume()
public BigDecimal getPrice()
public BigDecimal getRate()
public Long getCreated()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.