forwardLogon Method (String, Int32, String, String)   Table of ContentLogon Method (String, Int32, String, String, String, String, String)forward
Handler.Logon Method (String, Int32, String, String, String, String)
Logon to CME drop copy session.

Namespace:  Onixs.Cme.DropCopy
Assembly:  Onixs.CmeDropCopy-net-4.7_x64 (in Onixs.CmeDropCopy-net-4.7_x64.dll) Version: 4.5.1.0 (4.5.1.0)
Syntax
C#
public void Logon(
	string host,
	int port,
	string password,
	string applicationSystemName,
	string tradingSystemVersion,
	string applicationSystemVendor
)

Parameters

host
Type: System.String
CME session host
port
Type: System.Int32
CME session port
password
Type: System.String
CME password
applicationSystemName
Type: System.String
Identifies system generating the message.
tradingSystemVersion
Type: System.String
Identifies the version of the system generating the message.
applicationSystemVendor
Type: System.String
Identifies the vendor of the application system.
See Also