OnixS CBOE CMi2 Trading Handler for C++  1.1.3.0
Warning Handling

Warnings Concept

Miscellaneous non-critical issues may occur while the Handler is being executed. The Handler will handle such issues by itself, thus no special handling is required for such cases. However, sometimes it's reasonable to be notified about such events. For this reason, a handler exposes the OnixS::CBOE::Trading::CMi2::WarningListener class and will invoke its OnixS::CBOE::Trading::CMi2::WarningListener::onWarning member each time a non-critical issue will take place.