• 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

Handler Events

The events of the Handler class are listed below.

Event Description
Information Events
Error An error condition is detected.
Warning Warning condition is detected.
Info Information message.
Order Book Events
RegularOrderBookChanged The Regular order book is changed. Some book entry is added, changed or removed.
RegularOrderBookReset The Regular order book is reset.
RegularOrderBookTopOfTheBookUpdated The Regular order book top of the book is updated and has a valid state.
RegularOrderBookUpdated The Regular order book is updated and has valid state.
ImpliedOrderBookChanged The Implied order book is changed. Some book entry is added, changed or removed.
ImpliedOrderBookReset The Implied order book is reset.
ImpliedOrderBookTopOfTheBookUpdated The Implied order book top of the book is updated and has a valid state.
ImpliedOrderBookUpdated The Implied order book is updated and has valid state.
ConsolidatedOrderBookTopOfTheBookUpdated The Consolidated order book top of the book is updated and has a valid state.
ConsolidatedOrderBookUpdated The Consolidated order book is updated and has valid state.
MarketByOrderBookChanged The Market by order book is changed. Some book entry is added, changed or removed.
MarketByOrderBookReset The Market by order book is reset.
MarketByOrderBookTopOfTheBookUpdated The Market by order book top of the book is updated and has a valid state.
MarketByOrderBookUpdated The Market by order book is updated and has valid state.
Security Definition Events
SecurityDefinitionReceived Security Definition FIX message is received.
SecurityDefinitionDeleted Security Definition FIX message is deleted.
Mics Market Data Events
SecurityStatusChanged Security status is changed.
Statistics Statistics is received.
StatisticsReset Statistics reset is received.
RequestForQuote Request for quote is received.
Trade Trade is received.
OrderIds Order ids are received.
Misc Handler Events
StateChanged Handler's state is changed.
NoDataOnFeedReceived Data on feed is not received during ReceiveTimeoutInMilliseconds. To turn on this event property ReportNoDataWarning should be set to true.
PacketProcessingStarted Processing of the received packet is started.
PacketProcessingFinished Processing of the received packet is finished.
MessageProcessingStarted Processing of the received message is started.
MessageProcessingFinished Processing of the received message is finished.
Log Replay Events
ReplayFinished Logs replay finished.
ReplayError Error during logs replay is reported.
In This Article
Back to top Copyright © Onix Solutions.
Generated by DocFX