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.12.0.0 (4.12.0.0)
Syntax public IList<TimeSpan> LogoutTimes { get; }
Property Value
Type:
IList<
TimeSpan>
See Also