Getting Started
All Handler classes are located in the OnixS.Cme.ILink3 namespace.
The typical way of using the Handler is the following:
- Create the SessionSettings object and set the corresponding settings.
- Create the Session object.
- Subscribe to the relevant Session events.
- Establish the iLink 3 session to the CME Market Segment Gateway (MSGW).
- Send and receive application-level SBE messages.
- Disconnect the session.