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 for CME Market Segment Gateway (MSGW) or CgwSession for Convenience Gateway (CGW).
- Subscribe to the relevant Session events.
- Establish the iLink 3 session to a gateway.
- Send and receive application-level SBE messages.
- Disconnect the session.
See Also
- The Getting Started sample from the distribution package.