public class OrderRequest extends Object
| Constructor and Description |
|---|
OrderRequest() |
| Modifier and Type | Method and Description |
|---|---|
OrderAction |
getAction() |
BigDecimal |
getAmount() |
BigDecimal |
getPrice() |
long |
getTimestamp() |
OrderType |
getType() |
void |
setAction(OrderAction action) |
void |
setAmount(BigDecimal amount) |
void |
setPrice(BigDecimal price) |
void |
setTimestamp(long timestamp) |
void |
setType(OrderType type) |
String |
toString() |
public OrderAction getAction()
public void setAction(OrderAction action)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public OrderType getType()
public void setType(OrderType type)
public long getTimestamp()
public void setTimestamp(long timestamp)