Click or drag to resize

SessionConnectAsInitiator(String, Int32, Int32, FixMessage) Method

Establishes the FIX session as Initiator using the custom Logon message.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void ConnectAsInitiator(
	string host,
	int port,
	int heartBtInt,
	FixMessage customLogonMsg
)

Parameters

host  String
remote FIX engine's host name or address.
port  Int32
remote FIX engine's port.
heartBtInt  Int32
Heartbeat interval (in seconds)
customLogonMsg  FixMessage
The custom Logon message. After method is return, message can be destroyed by user.
See Also