forwardInitiatorConnectionSettings Constructor (String, Int32, Int32)   Table of ContentInitiatorConnectionSettings Propertiesforward
InitiatorConnectionSettings Constructor (String, Int32, Int32, Boolean, Message)
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,
	bool setResetSequenceNumbers,
	Message customLogonMessage
)

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.
setResetSequenceNumbers
Type: System.Boolean
Defines whether 'SetResetSequenceNumbers' flag must be sent within logon message.
customLogonMessage
Type: FIXForge.NET.FIX.Message
Defines custom logon message which should be used at logon.
See Also