Class OrderHistoryDetail


  • public class OrderHistoryDetail
    extends Object
    A single entry in the order history
    • Constructor Detail

      • OrderHistoryDetail

        public OrderHistoryDetail()
    • 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