Class DcaHistoryRecord


  • public class DcaHistoryRecord
    extends Object
    One DCA execution record.
    • Field Detail

      • createdAt

        public String createdAt
        Execution time.
      • orderId

        public String orderId
        Associated order ID.
      • status

        public String status
        Status.
      • action

        public String action
        Action type.
      • orderType

        public String orderType
        Order type.
      • executedQty

        public BigDecimal executedQty
        Executed quantity.
      • executedPrice

        public BigDecimal executedPrice
        Executed price.
      • executedAmount

        public BigDecimal executedAmount
        Executed amount.
      • rejectedReason

        public String rejectedReason
        Rejection reason (if any).
      • symbol

        public String symbol
        Security symbol.
    • Constructor Detail

      • DcaHistoryRecord

        public DcaHistoryRecord()