/
How to connect to CME Globex using Secure Logon
How to connect to CME Globex using Secure Logon
CME secure logon provides an ability to logon using SHA256 digital signature technique. This logon feature has been introduced by CME recently and provides highest security.
It's needed to obtain security keys file from CME in order to use it .Once it is available, FIX Antenna can be configured to use secure logon for connecting to CME.
It can be done both ways using API or with configuration file (engine.properties).
First approach - using API:
3 members of SessionExtraParametes structure have to be set before passing it to createSession() API call.
- cmeSecureKeysFile_ that contains path to CME keys files. E.g.: CMEKeys.txt.
- customSessionType_ has to be set to Engine::CME_SECURE_LOGON. It tells engine to use CME secure logon scheme.
- sendLastMsgSeqNumProcessed_ has to be set to true.
Second approach - using engine.properties file:
3 additional session configuration parameters have to be set.
- CMESecureKeysFile that contains path to CME keys files. E.g.: CMEKeys.txt. So for the session with Sender/Target=U74004N/CME it would be Session.U74004N/CME.CMESecureKeysFile = CMEKeys.txt
- CustomSessionType has to be set to CME_SECURE_LOGON. It tells engine to use CME secure logon scheme. So for the session with Sender/Target=U74004N/CME it would be Session.U74004N/CME.CustomSessionType = CME_SECURE_LOGON
- sendLastMsgSeqNumProcessed has to be set to true.
, multiple selections available,
Related content
Transport Adapter Session Configuration
Transport Adapter Session Configuration
More like this
Configuring FIX Sessions
Configuring FIX Sessions
More like this
Administrative access configuration
Administrative access configuration
More like this
How to use SessionQualifier
How to use SessionQualifier
More like this
Configuring FIXICC H2 Integration
Configuring FIXICC H2 Integration
More like this
CME iLink 3 Handler
CME iLink 3 Handler
More like this