forwardLogonTimes Property    Table of ContentSequenceNumberResetPolicy Property forward
SessionSchedule.LogoutTimes Property
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.

Namespace:  FIXForge.NET.FIX.Scheduling
Assembly:  FIXForge.NET.FIX.Scheduler-net-4.8_x64 (in FIXForge.NET.FIX.Scheduler-net-4.8_x64.dll) Version: 4.10.1.0 (4.10.1.0)
Syntax
C#
public IList<TimeSpan> LogoutTimes { get; }

Property Value

Type: IList<TimeSpan>
See Also