OnixS Xetra MDI Market Data Handler for C++  1.0.0.0
Listening to Warnings

Warnings Concept

Miscellaneous non-critical issues may occur while the handler's instance is being executed. Handler processes such issues by itself, thus, no special handling is required in that case. However, sometimes it's reasonable to be notified about such events. For this purpose, Handler represents OnixS::Xetra::MarketData::MDI::WarningListener class and invokes its OnixS::Xetra::MarketData::MDI::WarningListener::onWarning member each time a non-critical issue occurs.