Class DefaultSessionLookupHandler

java.lang.Object
io.allune.quickfixj.spring.boot.starter.template.DefaultSessionLookupHandler
All Implemented Interfaces:
SessionLookupHandler

public class DefaultSessionLookupHandler extends Object implements SessionLookupHandler
Author:
Eduardo Sanchez-Ros
  • Constructor Details

    • DefaultSessionLookupHandler

      public DefaultSessionLookupHandler()
  • Method Details

    • 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