Interface ExecutionReportSummary

    • Method Detail

      • getOrderID

        OrderID getOrderID()
        Gets the order id value.
        Returns:
        an OrderID value
      • getOriginalOrderID

        OrderID getOriginalOrderID()
        Gets the original order id value.
        Returns:
        an OrderID value
      • getSecurityType

        SecurityType getSecurityType()
        Gets the security type value.
        Returns:
        a SecurityType value
      • getSymbol

        String getSymbol()
        Gets the symbol value.
        Returns:
        a String value
      • getExpiry

        String getExpiry()
        Gets the expiry value.
        Returns:
        a String value
      • getStrikePrice

        BigDecimal getStrikePrice()
        Gets the strike price value.
        Returns:
        a BigDecimal value
      • getOptionType

        OptionType getOptionType()
        Gets the option type value.
        Returns:
        an OptionType value
      • getAccount

        String getAccount()
        Gets the account value.
        Returns:
        a String value
      • getRootOrderID

        OrderID getRootOrderID()
        Get the rootOrderId value.
        Returns:
        an OrderID value
      • getSide

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

        BigDecimal getCumulativeQuantity()
        Get the cumQuantity value.
        Returns:
        a BigDecimal value
      • getEffectiveCumulativeQuantity

        BigDecimal getEffectiveCumulativeQuantity()
        Get the effectiveCumQuantity value.
        Returns:
        a BigDecimal value
      • getAveragePrice

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

        BigDecimal getLastQuantity()
        Get the lastQuantity value.
        Returns:
        a BigDecimal value
      • getLastPrice

        BigDecimal getLastPrice()
        Get the lastPrice value.
        Returns:
        a BigDecimal value
      • getOrderStatus

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

        ExecutionType getExecutionType()
        Get the execType value.
        Returns:
        an ExecutionType value
      • getSendingTime

        Date getSendingTime()
        Get the sendingTime value.
        Returns:
        a Date value
      • getViewer

        User getViewer()
        Get the viewer value.
        Returns:
        a User value
      • getActor

        User getActor()
        Get the actor value.
        Returns:
        a User value
      • getReport

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

        UserID getViewerID()
        Gets the viewer ID value.
        Returns:
        a UserID value or null
      • getBrokerOrderId

        OrderID getBrokerOrderId()
        Get the broker order id value.
        Returns:
        an OrderID value
      • getExecutionId

        String getExecutionId()
        Get the execution id value.
        Returns:
        a String 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
      • getOrderType

        OrderType getOrderType()
        Get the order type value.
        Returns:
        an OrderType value
      • getPrice

        BigDecimal getPrice()
        Get the price value.
        Returns:
        a BigDecimal value
      • getTimeInForce

        TimeInForce getTimeInForce()
        Get the time-in-force value.
        Returns:
        a TimeInForce value
      • getMutableVersion

        default MutableExecutionReportSummary getMutableVersion()
        Get a mutable version of this object.
        Returns:
        a MutableExecutionReportSummary value