forwardLogonAsInitiator Method (String, Int32, Int32)   Table of ContentLogonAsInitiator Method (String, Int32, Int32, Boolean)forward
Session.LogonAsInitiator Method (String, Int32, Int32, Message)
Establishes FIX Connection as Initiator using the custom Logon message.

Initiator establishes the telecommunications link and initiates the session via transmission of the initial Logon message.

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#
public virtual void LogonAsInitiator(
	string host,
	int port,
	int heartBtInt,
	Message customLogonMsg
)

Parameters

host
Type: System.String
Counterparty's host name or address.
port
Type: System.Int32
Counterparty's port number.
heartBtInt
Type: System.Int32
Heartbeat interval (seconds).
customLogonMsg
Type: FIXForge.NET.FIX.Message
Custom Logon (MsgType=A) message.

Implements

ISession.LogonAsInitiator(String, Int32, Int32, Message)
Exceptions
ExceptionCondition
EngineException The FIX Connection cannot be established.
See Also