forwardLogonAsInitiator Method (String, Int32)   Table of ContentLogonAsInitiator Method (String, Int32, Int32)forward
ISession.LogonAsInitiator Method (String, Int32, Boolean)
Establishes FIX Connection as Initiator using the default heartbeat value, optionally sets ResetSeqNumFlag (tag=141) field in the initial Logon (MsgType=A) message.

Initiator establishes the telecommunications link and initiates the session via transmission of the initial Logon (MsgType=A) message.

The heartbeat interval will be 30 seconds.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
void LogonAsInitiator(
	string host,
	int port,
	bool setResetSeqNumFlagInFirstLogon
)

Parameters

host
Type: System.String
Counterparty's host name or address.
port
Type: System.Int32
Counterparty's port number.
setResetSeqNumFlagInFirstLogon
Type: System.Boolean
Option to set the ResetSeqNumFlag (tag=141) in the initial Logon (MsgType=A) message.
Exceptions
ExceptionCondition
EngineException The FIX Connection cannot be established.
See Also