#include <OnixS/Eurex/Trading/WarningListener.h>
Defines an interface through which the Handler notifies subscribers about warnings occurred while processing messages.
Definition at line 48 of file WarningListener.h.
Class provides an interface for handling trading system events. It doesn't provide an interface for instance deletion. However, since C++ doesn't have pure interface concept, destructor will be generated anyway. We can only control proper use of it. For this reason we hide from public use and make it available for descendants.
Definition at line 71 of file WarningListener.h.
virtual void onWarning |
( |
const std::string & |
description | ) |
|
|
pure virtual |
Implement this member to get notified about warnings.
- Parameters
-
code | identifies warning occurred while processing messages. |
description | supplies notes on occurred error. |
Definition at line 59 of file WarningListener.h.
The documentation for this class was generated from the following file: