OnixS Brokertec ITCH Market Data Handler for C++  1.1.0.1
Listening to Warnings
Advanced Programming

Warnings Concept

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