Package com.longbridge.trade
Class OrderHistoryDetail
- java.lang.Object
-
- com.longbridge.trade.OrderHistoryDetail
-
public class OrderHistoryDetail extends Object
A single entry in the order history
-
-
Constructor Summary
Constructors Constructor Description OrderHistoryDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMsg()Returns the message associated with this history entry.BigDecimalgetPrice()Returns the price at this history point.BigDecimalgetQuantity()Returns the quantity at this history point.OrderStatusgetStatus()Returns the order status at this history point.OffsetDateTimegetTime()Returns the time of this history entry.StringtoString()
-
-
-
Method Detail
-
getPrice
public BigDecimal getPrice()
Returns the price at this history point.- Returns:
- price
-
getQuantity
public BigDecimal getQuantity()
Returns the quantity at this history point.- Returns:
- quantity
-
getStatus
public OrderStatus getStatus()
Returns the order status at this history point.- Returns:
- order status
-
getMsg
public String getMsg()
Returns the message associated with this history entry.- Returns:
- message
-
getTime
public OffsetDateTime getTime()
Returns the time of this history entry.- Returns:
- time
-
-