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. |