Scheduler.ConnectionSettings Property |
Collection of predefined session connection
settings associated with unique names (ids)
as it was specified in the configuration file.
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 IDictionary<string, SessionConnectionSettings> ConnectionSettings { get; }
Property Value
Type:
IDictionary<
String,
SessionConnectionSettings>
See Also