Interface Report

  • All Known Subinterfaces:
    MutableReport

    public interface Report
    Represents a report object received as part of a trade flow.
    Since:
    $Release$
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Method Detail

      • getActorID

        UserID getActorID()
        Gets the actor id of the report.
        Returns:
        a UserID value or null
      • getViewerID

        UserID getViewerID()
        Gets the viewer id of the report.
        Returns:
        a UserID value or null
      • getOrderID

        OrderID getOrderID()
        Get the orderID value.
        Returns:
        an OrderID value
      • getActor

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

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

        String getFixMessage()
        Get the fixMessage value.
        Returns:
        a String value
      • getSessionId

        quickfix.SessionID getSessionId()
        Get the sessionId value.
        Returns:
        a SessionID value
      • getMsgSeqNum

        int getMsgSeqNum()
        Get the msgSeqNum value.
        Returns:
        an int value
      • getSendingTime

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

        Date getTransactTime()
        Get the transactTime value.
        Returns:
        a Date value
      • getReportType

        ReportType getReportType()
        Get the reportType value.
        Returns:
        a ReportType value
      • getBrokerID

        BrokerID getBrokerID()
        Get the brokerID value.
        Returns:
        a BrokerID value
      • getReportID

        ReportID getReportID()
        Get the reportID value.
        Returns:
        a ReportID value
      • getOriginator

        Originator getOriginator()
        Get the originator value.
        Returns:
        an Originator value
      • getHierarchy

        Hierarchy getHierarchy()
        Get the hierarchy value.
        Returns:
        a Hierarchy value
      • getText

        String getText()
        Get the text value.
        Returns:
        a String value