forwardCreateLogonMessage Method (String, String, String, String)   Table of ContentDispose Method forward
Handler.CreateLogonMessage Method (String, String, String, String, String)
Creates logon FIX message.

Namespace:  Onixs.Cme.DropCopy
Assembly:  Onixs.CmeDropCopy-net-4.7_x64 (in Onixs.CmeDropCopy-net-4.7_x64.dll) Version: 4.5.2.0 (4.5.2.0)
Syntax
C#
public Message CreateLogonMessage(
	string accessKeyID,
	string secretKey,
	string applicationSystemName,
	string tradingSystemVersion,
	string applicationSystemVendor
)

Parameters

accessKeyID
Type: System.String
CME access key ID.
secretKey
Type: System.String
CME secret key.
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.

Return Value

Type: Message
Created logon FIX message.
See Also