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 Summary
Constructors Constructor Description DefaultSessionLookupHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description quickfix.SessionlookupBySessionID(quickfix.SessionID sessionID)Locates a session specified by the provided session ID.
-
-
-
Method Detail
-
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
-
-