SchemaVersion Method | Table of Content | AcceptorConnectionSettings Class |
FIXForge.NET.FIX.Scheduling Namespace |
Class | Description | |
---|---|---|
AcceptorConnectionSettings |
Simplifies connection settings creation for the case when session is acceptor.
| |
CounterpartySettings |
Simplifies connection settings creation for the case when session is initiator.
| |
InitiatorConnectingEventArgs |
Provides data for the InitiatorConnecting event of the Scheduler.
| |
InitiatorConnectionSettings |
Simplifies connection settings creation for the case when session is initiator.
| |
Scheduler |
Scheduler performs session connection maintenance according
to the specified schedule for session activities. It monitors
whenever criteria to log a particular session either on or off
is triggered and automatically executes appropriate action.
Remarks
Scheduler implements IDisposable interface to provide users
with the ability to shutdown scheduling services by single
action. Supporting IDisposable interface also gives the
opportunity to combine Scheduler with built-in language
statements like using statement in C# and make scheduling
more error-resistant.
| |
SessionConnectionSettings |
Collection of connection-related attributes for the session.
| |
SessionErrorEventArgs |
Provides data for the Error event of the Scheduler.
| |
SessionEventArgs |
Provides data for the Session actions events of the Scheduler.
| |
SessionLoggingOutEventArgs |
Provides data for the SessionLoggingOut event of the Scheduler.
| |
SessionSchedule |
Defines activity time frames for the session.
Also provides the ability to define sequence number
reset policy for the session.
| |
SessionWarningEventArgs |
Provides data for the Warning event of the Scheduler.
|
Enumeration | Description | |
---|---|---|
SequenceNumberResetPolicy |
Defines session sequence number reset policy.
| |
SessionDuration |
Specifies activity time frame for the session.
|