Interface OrderSummary

    • Method Detail

      • getOrderStatus

        OrderStatus getOrderStatus()
        Get the orderStatus value.
        Returns:
        an OrderStatus value
      • getReport

        Report getReport()
        Get the report value.
        Returns:
        a Report value
      • getRootOrderId

        OrderID getRootOrderId()
        Get the rootOrderId value.
        Returns:
        an OrderID value
      • getOrderId

        OrderID getOrderId()
        Get the orderId value.
        Returns:
        an OrderID value
      • getCumulativeQuantity

        BigDecimal getCumulativeQuantity()
        Get the cumulative quantity value.
        Returns:
        a BigDecimal value
      • getAccount

        String getAccount()
        Get the account value.
        Returns:
        a String value
      • getBrokerId

        BrokerID getBrokerId()
        Get the brokerId value.
        Returns:
        a BrokerID value
      • getSide

        Side getSide()
        Get the side value.
        Returns:
        a Side value
      • getInstrument

        Instrument getInstrument()
        Get the instrument value.
        Returns:
        an Instrument value
      • getAveragePrice

        BigDecimal getAveragePrice()
        Get the average price value.
        Returns:
        a BigDecimal value
      • getLastQuantity

        BigDecimal getLastQuantity()
        Get the last quantity value.
        Returns:
        a BigDecimal value
      • getLeavesQuantity

        BigDecimal getLeavesQuantity()
        Get the leaves quantity value.
        Returns:
        a BigDecimal value
      • getOrderQuantity

        BigDecimal getOrderQuantity()
        Get the order quantity value.
        Returns:
        a BigDecimal value
      • getLastPrice

        BigDecimal getLastPrice()
        Get the last price value.
        Returns:
        a BigDecimal value
      • getOrderPrice

        BigDecimal getOrderPrice()
        Get the order price value.
        Returns:
        a BigDecimal value
      • getSendingTime

        Date getSendingTime()
        Get the sending time value.
        Returns:
        a Date value
      • getTransactTime

        Date getTransactTime()
        Get the transact time value.
        Returns:
        a Date value
      • getActor

        User getActor()
        Get the order status actor value.
        Returns:
        a User value
      • getViewer

        User getViewer()
        Get the order status viewer value.
        Returns:
        a User value