Interface OutgoingMessage


  • public interface OutgoingMessage
    Represents a message sent to a broker.
    Since:
    $Release$
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Method Detail

      • getBrokerId

        BrokerID getBrokerId()
        Gets the broker ID value.
        Returns:
        a BrokerID value
      • getSenderCompId

        String getSenderCompId()
        Gets the sender comp ID value.
        Returns:
        a String value
      • getTargetCompId

        String getTargetCompId()
        Gets the target comp ID value.
        Returns:
        a String value
      • getId

        long getId()
        Gets the internal object id.
        Returns:
        a long value
      • getMessage

        quickfix.Message getMessage()
        Gets the FIX message.
        Returns:
        a Message value
      • getSessionID

        quickfix.SessionID getSessionID()
        Gets the session id value.
        Returns:
        a SessionID value
      • getMessageType

        String getMessageType()
        Gets the FIX message type of the underlying message.
        Returns:
        a String value
      • getMsgSeqNum

        int getMsgSeqNum()
        Gets the message sequence number value.
        Returns:
        an int value
      • getActor

        User getActor()
        Get the owner of the outgoing order.
        Returns:
        a User value
      • getOrderId

        String getOrderId()
        Get the order id reference of the outgoing message.
        Returns:
        a String value or null