Handler.CreateLogonMessage Method |
Creates logon FIX message.
Namespace:
Onixs.Cme.DropCopy
Assembly:
Onixs.CmeDropCopy-net-4.8_x64 (in Onixs.CmeDropCopy-net-4.8_x64.dll) Version: 5.4.0.0 (5.4.0.0)
Syntax 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:
MessageCreated logon FIX message.
See Also