Class PushOrderChanged


  • public class PushOrderChanged
    extends Object
    Real-time order change push event
    • Constructor Detail

      • PushOrderChanged

        public PushOrderChanged()
    • Method Detail

      • getSide

        public OrderSide getSide()
        Returns the order side.
        Returns:
        order side
      • getStockName

        public String getStockName()
        Returns the security name.
        Returns:
        security name
      • getSubmittedQuantity

        public BigDecimal getSubmittedQuantity()
        Returns the submitted quantity.
        Returns:
        submitted quantity
      • getSymbol

        public String getSymbol()
        Returns the security code.
        Returns:
        security code
      • getOrderType

        public OrderType getOrderType()
        Returns the order type.
        Returns:
        order type
      • getSubmittedPrice

        public BigDecimal getSubmittedPrice()
        Returns the submitted price.
        Returns:
        submitted price
      • getExecutedQuantity

        public BigDecimal getExecutedQuantity()
        Returns the executed quantity.
        Returns:
        executed quantity
      • getExecutedPrice

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

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

        public String getCurrency()
        Returns the currency.
        Returns:
        currency
      • getStatus

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

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

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

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

        public String getMsg()
        Returns the rejection message.
        Returns:
        rejection message
      • getTag

        public OrderTag getTag()
        Returns the order tag.
        Returns:
        order tag
      • getTriggerStatus

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

        public OffsetDateTime getTriggerAt()
        Returns the trigger time.
        Returns:
        trigger time
      • getTrailingAmount

        public BigDecimal getTrailingAmount()
        Returns the trailing amount.
        Returns:
        trailing amount
      • getTrailingPercent

        public BigDecimal getTrailingPercent()
        Returns the trailing percentage.
        Returns:
        trailing percentage
      • getLimitOffset

        public BigDecimal getLimitOffset()
        Returns the limit offset.
        Returns:
        limit offset
      • getAccountNo

        public String getAccountNo()
        Returns the account number.
        Returns:
        account number
      • getLastShare

        public BigDecimal getLastShare()
        Returns the last fill quantity.
        Returns:
        last fill quantity
      • getLastPrice

        public BigDecimal getLastPrice()
        Returns the last fill price.
        Returns:
        last fill price
      • getRemark

        public String getRemark()
        Returns the remark.
        Returns:
        remark