An interface for managing sessions. More...
#include <B2BITS_SessionsManager.h>
Public Member Functions | |
| virtual bool | onUnregisteredAcceptor (Session *pSn, const FIXMessage &logonMsg)=0 |
| A derivable method to call by FIX Engine when a new acceptor's session was created without the registered aplication. | |
| virtual | ~SessionsManager () |
| Destructor. | |
An interface for managing sessions.
Definition at line 60 of file B2BITS_SessionsManager.h.
| virtual Engine::SessionsManager::~SessionsManager | ( | ) | [inline, virtual] |
Destructor.
Definition at line 78 of file B2BITS_SessionsManager.h.
| virtual bool Engine::SessionsManager::onUnregisteredAcceptor | ( | Session * | pSn, |
| const FIXMessage & | logonMsg | ||
| ) | [pure virtual] |
A derivable method to call by FIX Engine when a new acceptor's session was created without the registered aplication.
It is possible to register application inside this method.
| pSn | the newly created FIX session |
| logonMsg | the incoming Logon message |
1.7.2