forwardScheduler Constructor    Table of ContentScheduler Propertiesforward
Scheduler Constructor (String)
Initializes Scheduler instance according to the options specified in given configuration file. In particular, Scheduler extracts from configuration a set of predefined session schedules and connection settings later available through Schedules and ConnectionSettings properties.

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 Scheduler(
	string configurationFile
)

Parameters

configurationFile
Type: System.String
Path to the Scheduler's configuration.
See Also