Class AttachedOrderDetail


  • public class AttachedOrderDetail
    extends Object
    Attached order detail
    • Constructor Detail

      • AttachedOrderDetail

        public AttachedOrderDetail()
    • Method Detail

      • getOrderId

        public String getOrderId()
        Returns the order ID.
        Returns:
        order ID
      • getAttachedTypeDisplay

        public AttachedOrderType getAttachedTypeDisplay()
        Returns the attached type display (1=take-profit, 2=stop-loss).
        Returns:
        attached type display
      • getTriggerPrice

        public BigDecimal getTriggerPrice()
        Returns the trigger price.
        Returns:
        trigger price
      • getQuantity

        public BigDecimal getQuantity()
        Returns the quantity.
        Returns:
        quantity
      • getExecutedQty

        public BigDecimal getExecutedQty()
        Returns the executed quantity.
        Returns:
        executed quantity
      • getStatus

        public OrderStatus getStatus()
        Returns the order status.
        Returns:
        order status
      • getUpdatedAt

        public OffsetDateTime getUpdatedAt()
        Returns the last update time.
        Returns:
        last update time
      • isWithdrawn

        public boolean isWithdrawn()
        Returns whether the order has been withdrawn.
        Returns:
        withdrawn flag
      • getGtd

        public LocalDate getGtd()
        Returns the good-till date.
        Returns:
        good-till date
      • getTimeInForce

        public TimeInForceType getTimeInForce()
        Returns the time-in-force type.
        Returns:
        time-in-force type
      • getCounterId

        public String getCounterId()
        Returns the counter ID.
        Returns:
        counter ID
      • getTriggerStatus

        public TriggerStatus getTriggerStatus()
        Returns the trigger status.
        Returns:
        trigger status
      • getExecutedAmount

        public BigDecimal getExecutedAmount()
        Returns the executed amount.
        Returns:
        executed amount
      • getTag

        public OrderTag getTag()
        Returns the tag.
        Returns:
        tag
      • getSubmittedAt

        public OffsetDateTime getSubmittedAt()
        Returns the submission time.
        Returns:
        submission time
      • getExecutedPrice

        public BigDecimal getExecutedPrice()
        Returns the executed price.
        Returns:
        executed price
      • getForceOnlyRth

        public OutsideRTH getForceOnlyRth()
        Returns the force-only-RTH setting.
        Returns:
        force-only-RTH setting
      • isReviewed

        public boolean isReviewed()
        Returns whether the order has been reviewed.
        Returns:
        reviewed flag
      • getActivateOrderType

        public OrderType getActivateOrderType()
        Returns the activate order type.
        Returns:
        activate order type
      • getActivateRth

        public OutsideRTH getActivateRth()
        Returns the activate RTH setting.
        Returns:
        activate RTH setting
      • getSubmitPrice

        public BigDecimal getSubmitPrice()
        Returns the submit price.
        Returns:
        submit price