Class DefaultSessionLookupHandler

    • Constructor Detail

      • DefaultSessionLookupHandler

        public DefaultSessionLookupHandler()
    • Method Detail

      • lookupBySessionID

        public quickfix.Session lookupBySessionID​(quickfix.SessionID sessionID)
        Description copied from interface: SessionLookupHandler
        Locates a session specified by the provided session ID.
        Specified by:
        lookupBySessionID in interface SessionLookupHandler
        Parameters:
        sessionID - the session ID
        Returns:
        the session, if found, or null otherwise