OnixS EuroTLX MITCH Handler for C++  1.1.0.1
Listening to Warnings

Warnings Concept

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