public class OrderResponse extends Object
| Constructor and Description |
|---|
OrderResponse(String orderId,
OrderAction action,
BigDecimal amount,
BigDecimal price,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
OrderAction |
getAction() |
BigDecimal |
getAmount() |
String |
getOrderId() |
BigDecimal |
getPrice() |
long |
getTimestamp() |
String |
toString() |
public OrderResponse(String orderId, OrderAction action, BigDecimal amount, BigDecimal price, long timestamp)
public OrderAction getAction()
public BigDecimal getAmount()
public String getOrderId()
public BigDecimal getPrice()
public long getTimestamp()