public class Order extends Object
Constructor and Description |
---|
Order(long orderId,
Status status,
String symbol,
Type type,
BigDecimal price,
BigDecimal amount,
BigDecimal dealAmount,
BigDecimal avgPrice,
Instant createDate) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
BigDecimal |
getAvgPrice() |
Instant |
getCreateDate() |
BigDecimal |
getDealAmount() |
long |
getOrderId() |
BigDecimal |
getPrice() |
Status |
getStatus() |
String |
getSymbol() |
Type |
getType() |
String |
toString() |
public Order(long orderId, Status status, String symbol, Type type, BigDecimal price, BigDecimal amount, BigDecimal dealAmount, BigDecimal avgPrice, Instant createDate)
public long getOrderId()
public Status getStatus()
public String getSymbol()
public Type getType()
public BigDecimal getPrice()
public BigDecimal getAmount()
public BigDecimal getDealAmount()
public BigDecimal getAvgPrice()
public Instant getCreateDate()
Copyright © 2013–2017. All rights reserved.