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