forwardInitiatorConnectionSettings Constructor (String, Int32, Boolean)   Table of ContentInitiatorConnectionSettings Constructor (String, Int32, Int32, Boolean, Message)forward
InitiatorConnectionSettings Constructor (String, Int32, Int32)
Initializes instance with initiator-related attributes.

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 InitiatorConnectionSettings(
	string host,
	int port,
	int heartbeatInterval
)

Parameters

host
Type: System.String
Defines remote host to which session must connect to.
port
Type: System.Int32
Defines port number to which session must connect to.
heartbeatInterval
Type: System.Int32
Defines time interval between heartbeat messages.
See Also