Interface OutgoingMessageService


  • public interface OutgoingMessageService
    Provides services for outgoing messages.
    Since:
    $Release$
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Method Detail

      • recordOutgoingMessage

        OutgoingMessage recordOutgoingMessage​(quickfix.Message inOutgoingMessage,
                                              quickfix.SessionID inSessionId,
                                              BrokerID inBrokerId,
                                              User inActor)
        Record the outgoing message.
        Parameters:
        inOutgoingMessage - a Message value
        inSessionId - a SessionID value
        inBrokerId - a BrokerID value
        inActor - a SimpleUser value
        Returns:
        an OutgoingMessage value
      • save

        OutgoingMessage save​(OutgoingMessage inOutgoingMessage)
        Save the given outgoing message.
        Parameters:
        inOutgoingMessage - an OutgoingMessage value
        Returns:
        an OutgoingMessage value