Interface MutableOrderSummary

    • Method Detail

      • setOrderStatus

        void setOrderStatus​(OrderStatus inOrderStatus)
        Set the orderStatus value.
        Parameters:
        inOrderStatus - an OrderStatus value
      • setReport

        void setReport​(Report inReport)
        Set the report value.
        Parameters:
        inReport - a Report value
      • setRootOrderId

        void setRootOrderId​(OrderID inRootOrderId)
        Set the rootOrderId value.
        Parameters:
        inRootOrderId - an OrderID value
      • setOrderId

        void setOrderId​(OrderID inOrderId)
        Set the orderId value.
        Parameters:
        inOrderId - an OrderID value
      • setCumulativeQuantity

        void setCumulativeQuantity​(BigDecimal inCumulativeQuantity)
        Set the cumulative quantity value.
        Parameters:
        inCumulativeQuantity - a BigDecimal value
      • setAccount

        void setAccount​(String inAccount)
        Set the account value.
        Parameters:
        inAccount - a String value
      • setBrokerId

        void setBrokerId​(BrokerID inBrokerId)
        Set the brokerId value.
        Parameters:
        inBrokerId - a BrokerID value
      • setSide

        void setSide​(Side inSide)
        Set the side value.
        Parameters:
        inSide - a Side value
      • setInstrument

        void setInstrument​(Instrument inInstrument)
        Set the instrument value.
        Parameters:
        inInstrument - an Instrument value
      • setAveragePrice

        void setAveragePrice​(BigDecimal inAveragePrice)
        Set the average price value.
        Parameters:
        inAveragePrice - a BigDecimal value
      • setLastQuantity

        void setLastQuantity​(BigDecimal inLastQuantity)
        Set the last quantity value.
        Parameters:
        inLastQuantity - a BigDecimal value
      • setLeavesQuantity

        void setLeavesQuantity​(BigDecimal inLeavesQuantity)
        Set the leaves quantity value.
        Parameters:
        inLeavesQuantity - a BigDecimal value
      • setOrderQuantity

        void setOrderQuantity​(BigDecimal inOrderQuantity)
        Set the order quantity value.
        Parameters:
        inOrderQuantity - a BigDecimal value
      • setLastPrice

        void setLastPrice​(BigDecimal inLastPrice)
        Set the last price value.
        Parameters:
        inLastPrice - a BigDecimal value
      • setOrderPrice

        void setOrderPrice​(BigDecimal inOrderPrice)
        Set the order price value.
        Parameters:
        inOrderPrice - a BigDecimal value
      • setSendingTime

        void setSendingTime​(Date inSendingTime)
        Set the sending time value.
        Parameters:
        inSendingTime - a Date value
      • setTransactTime

        void setTransactTime​(Date inTransactTime)
        Set the transact time value.
        Parameters:
        inTransactTime - a Date value
      • setActor

        void setActor​(User inActor)
        Set the order status actor value.
        Parameters:
        inActor - a User value
      • setViewer

        void setViewer​(User inViewer)
        Set the order status viewer value.
        Parameters:
        inViewer - a User value