Class DefaultSessionLookupHandler
java.lang.Object
io.allune.quickfixj.spring.boot.starter.template.DefaultSessionLookupHandler
- All Implemented Interfaces:
SessionLookupHandler
- Author:
- Eduardo Sanchez-Ros
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionquickfix.SessionlookupBySessionID(quickfix.SessionID sessionID) Locates a session specified by the provided session ID.
-
Constructor Details
-
DefaultSessionLookupHandler
public DefaultSessionLookupHandler()
-
-
Method Details
-
lookupBySessionID
public quickfix.Session lookupBySessionID(quickfix.SessionID sessionID) Description copied from interface:SessionLookupHandlerLocates a session specified by the provided session ID.- Specified by:
lookupBySessionIDin interfaceSessionLookupHandler- Parameters:
sessionID- the session ID- Returns:
- the session, if found, or null otherwise
-