Unregister Method | Table of Content | Error Event |
Scheduler Events |
The Scheduler type exposes the following members.
Name | Description | |
---|---|---|
Error |
Allows scheduler's users to be notified about errors
occurred while maintaining sessions connections.
Remarks Scheduler doesn't notify about all errors occurred while maintaining session activity. For example, if session was not connected within first time as well as connection was dropped, scheduler will not fire error event immediately. Instead, it will perform reconnection attempts according to FIX Engine settings. Only if all attempts will fail, scheduler will fire error event. Once scheduler notified about inability to connect certain session, it will not perform more attempts to bring session to connected state until next logon (activity) time. | |
InitiatorConnecting |
Allows scheduler's users to be notified when initiator will try
to connect to the next counterparty.
| |
SessionLoggedOn |
Allows scheduler's users to be notified about that scheduler
performs session logon.
| |
SessionLoggedOut |
Allows scheduler's users to be notified about that scheduler
performs session logout.
| |
SessionLoggingOn |
Allows scheduler's users to be notified about that scheduler wants
to perform session logon.
| |
SessionLoggingOut |
Allows scheduler's users to be notified about that scheduler wants
to perform session logout and control this process.
| |
SessionResettedLocalSequenceNumbers |
Allows scheduler's users to be notified about that scheduler
reset session local sequence numbers.
| |
SessionResettingLocalSequenceNumbers |
Allows scheduler's users to be notified about that scheduler wants
to reset session local sequence numbers.
| |
Warning |
Allows scheduler's users to be notified about warnings
occurred while maintaining sessions connections.
|