SessionLoggingOutEventArgs Methods | Table of Content | SessionSchedule Constructor |
SessionSchedule Class |
Namespace: FIXForge.NET.FIX.Scheduling
public class SessionSchedule
The SessionSchedule type exposes the following members.
Name | Description | |
---|---|---|
SessionSchedule |
Initializes session schedule according to given parameters.
Remarks If session duration is single day, then logon and logout performed each day from the first day of week till the last day of week. Is session duration is defined as entire week then session logon occurs on the first day of week and corresponding logout performed on the last day of week. Session sequence number reset policy must correspond to the session duration time. In particular, if session continues entire week it's not possible to request scheduler to reset session sequence number on daily basis. |
Name | Description | |
---|---|---|
FirstDay |
Defines first day of activity week for the session.
| |
LastDay |
Defines last day of activity week for the session.
| |
LogonTimes |
Defines logon time for the session for each
day of the week. If logon is not performed
on particular day, value of entry correspondent
for that day is equal to TimeSpan.MinValue.
| |
LogoutTimes |
Defines logout time for the session for each
day of the week. If logout is not performed
on particular day, value of entry correspondent
for that day is equal to TimeSpan.MinValue.
| |
SequenceNumberResetPolicy |
Defines session sequence number reset policy.
| |
SessionDuration |
Defines whether session continues entire week
or activity time frame is limited for single day.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Convert object to string representation.
(Overrides Object.ToString().) |