Definition at line 44 of file SessionScheduler.h.
◆ ~SessionSchedulerListener()
The class is not used for the object life time managing.
Therefore, destructor is in the protected area.
◆ onError()
Notifies about an error occurred while maintaining the state for the given session.
◆ onInitiatorConnecting()
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.
◆ onLoggingOut()
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'. |
◆ onWarning()
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.