#include <B2BITS_SessionsManager.h>
Public Member Functions | |
| virtual bool | onUnregisteredAcceptor (Session *pSn, const FIXMessage &logonMsg)=0 |
| virtual | ~SessionsManager () |
| virtual Engine::SessionsManager::~SessionsManager | ( | ) | [inline, virtual] |
Destructor
| 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.5.6