Class FlowItem

    • Field Detail

      • executedDate

        public String executedDate
        Execution date string, e.g. "2024-01-15"
      • executedTimestamp

        public String executedTimestamp
        Execution timestamp (JSON string; may be int or string)
      • code

        public String code
        Security code / ticker
      • direction

        public FlowDirection direction
        Direction of the flow.
      • executedQuantity

        public BigDecimal executedQuantity
        Executed quantity; may be null
      • executedPrice

        public BigDecimal executedPrice
        Executed price; may be null
      • executedCost

        public BigDecimal executedCost
        Executed cost; may be null
      • describe

        public String describe
        Human-readable description
    • Constructor Detail

      • FlowItem

        public FlowItem()