#include <OnixS/FIXEngine/FIX/Scheduling/SessionScheduler.h>
Definition at line 44 of file SessionScheduler.h.
Class is not used for object life time managing.
Therefore, destructor is in protected area.
Notifies about error occurred while maintaining state for the given session.
Allows scheduler's users to be notified when initiator will try to connect to the next counterparty.
The parameter Counterparty
provides a counterparty, to which session will connect.
Definition at line 69 of file SessionScheduler.h.
Notifies FIX session is about to be closed.
- Parameters
-
scheduler | identifies instance of session scheduler which is about to close scheduled session. |
session | which is about to be closed. |
allowLogout | defines whether the session scheduler must perform logout. To prohibit session logout it's necessary to set to 'false'. |
virtual void onWarning |
( |
const SessionScheduler & |
scheduler, |
|
|
Session * |
session, |
|
|
const std::string & |
warningReason |
|
) |
| |
|
pure virtual |
Notifies about non-critical issue occurred while maintaining state for the given session.
The documentation for this class was generated from the following file: