• Programming Guide
  • Api Documentation
  • OnixS .NET Core CME Market Data Handler, version 4.2.2
Show / Hide Table of Contents
  • Introduction
  • System Requirements
  • Getting Started
    • Licensing
    • Error Reporting
    • Configuration Files
    • Handler Events
    • Logging
  • Advanced Programming
    • Security Filtering
    • Best Bid-Offer Tracking
    • Security Definitions Cache
    • Strongly Typed Messages
    • Replaying Log Files
  • Low Latency Best Practices
  • Troubleshooting
  • FAQ
  • Support
  • External Resources

Getting Started

All Handler classes are located in the OnixS.CmeMdHandler namespace.

The recommended process for using Handler is as follows:

  • (Optional) Configure Handler properties that are common for all Handler instances using the static properties of the Handler class.
  • Create the Handler object.
  • Configure Handler properties that are specific to the created instance.
  • Subscribe to the relevant Handler events.
  • Start Handler using the Start() method.
  • Process the received market data that are reported via Handler events arguments.
  • Stop Handler using the Stop() method.

See Also

  • Error Reporting
  • Handler Events
  • Logging
  • Troubleshooting
In This Article
Back to top Copyright © Onix Solutions.
Generated by DocFX