B2BITS FIX Antenna HFT
1.0.16
|
#include <B2BITS_Event.h>
Public Member Functions | |
virtual void | onDebug (const Engine::DebugMessage &error) |
This method is called when the FixEngine reports an error. More... | |
virtual void | onError (const Engine::Error &error)=0 |
This method is called when the FixEngine reports an error. More... | |
virtual void | onNotification (const Engine::Notification ¬ification)=0 |
This method is called when the FixEngine generates a notification. More... | |
virtual void | onWarning (const Engine::Warning &warning)=0 |
This method is called when the FixEngine generates a warning. More... | |
virtual | ~EventListener () |
Destructor. More... | |
Basic Event Listener.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
This method is called when the FixEngine reports an error.
References B2B_USE_ARG.
|
pure virtual |
This method is called when the FixEngine reports an error.
Implemented in EventListener.
|
pure virtual |
This method is called when the FixEngine generates a notification.
notification |
Implemented in EventListener.
|
pure virtual |
This method is called when the FixEngine generates a warning.
Implemented in EventListener.