Interface IdentifyOwnerStrategy


  • public interface IdentifyOwnerStrategy
    Provides a method to determine the owner of a received message.
    Since:
    $Release$
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UserID getOwnerOf​(quickfix.Message inMessage, quickfix.SessionID inSessionId, BrokerID inBrokerId)
      Get the owning user of the given message received from the given session and broker.
    • Method Detail

      • getOwnerOf

        UserID getOwnerOf​(quickfix.Message inMessage,
                          quickfix.SessionID inSessionId,
                          BrokerID inBrokerId)
        Get the owning user of the given message received from the given session and broker.
        Parameters:
        inMessage - a Message value
        inSessionId - a SessionID value
        inBrokerId - a BrokerID value
        Returns:
        a UserID value