Public Member Functions

Engine::SessionsManager Class Reference

An interface for managing sessions. More...

#include <B2BITS_SessionsManager.h>

List of all members.

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.

Detailed Description

An interface for managing sessions.

See also:
FixEngine::registerSessionsManager()

Definition at line 60 of file B2BITS_SessionsManager.h.


Constructor & Destructor Documentation

virtual Engine::SessionsManager::~SessionsManager (  ) [inline, virtual]

Destructor.

Definition at line 78 of file B2BITS_SessionsManager.h.


Member Function Documentation

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.

Returns:
Return false to reject session. true otherwise.
Parameters:
pSnthe newly created FIX session
logonMsgthe incoming Logon message
See also:
Session::registerApplication()