forwardHandler Methods   Table of ContentDispose Method forward
Handler.CreateLogonMessage Method
Creates logon FIX message.

Namespace:  Onixs.Cme.DropCopy
Assembly:  Onixs.CmeDropCopy-net-4.7.2_x64 (in Onixs.CmeDropCopy-net-4.7.2_x64.dll) Version: 4.7.0.0 (4.7.0.0)
Syntax
C#
public Message CreateLogonMessage(
	string accessKeyID,
	string secretKey
)

Parameters

accessKeyID
Type: System.String
CME access key ID.
secretKey
Type: System.String
CME secret key.

Return Value

Type: Message
Created logon FIX message.
See Also