forwardUnregister Method    Table of ContentError Eventforward
Scheduler Events

The Scheduler type exposes the following members.

Events
  NameDescription
Public eventError
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.

Public eventInitiatorConnecting
Allows scheduler's users to be notified when initiator will try to connect to the next counterparty.
Public eventSessionLoggedOn
Allows scheduler's users to be notified about that scheduler performs session logon.
Public eventSessionLoggedOut
Allows scheduler's users to be notified about that scheduler performs session logout.
Public eventSessionLoggingOn
Allows scheduler's users to be notified about that scheduler wants to perform session logon.
Public eventSessionLoggingOut
Allows scheduler's users to be notified about that scheduler wants to perform session logout and control this process.
Public eventSessionResettedLocalSequenceNumbers
Allows scheduler's users to be notified about that scheduler reset session local sequence numbers.
Public eventSessionResettingLocalSequenceNumbers
Allows scheduler's users to be notified about that scheduler wants to reset session local sequence numbers.
Public eventWarning
Allows scheduler's users to be notified about warnings occurred while maintaining sessions connections.
Top
See Also