Interface SessionLookupHandler

All Known Implementing Classes:
DefaultSessionLookupHandler

public interface SessionLookupHandler
Author:
Eduardo Sanchez-Ros
  • Method Summary

    Modifier and Type
    Method
    Description
    quickfix.Session
    lookupBySessionID(quickfix.SessionID sessionID)
    Locates a session specified by the provided session ID.
  • Method Details

    • lookupBySessionID

      quickfix.Session lookupBySessionID(quickfix.SessionID sessionID)
      Locates a session specified by the provided session ID.
      Parameters:
      sessionID - the session ID
      Returns:
      the session, if found, or null otherwise