|
B2BITS FIX Antenna HFT
1.0.17
|
#include <EventListener.h>
Inheritance diagram for EventListener:
Collaboration diagram for EventListener:Public Member Functions | |
| virtual void | onError (const Engine::Error &error) |
| This method is called when the FixEngine reports an error. More... | |
| virtual void | onNotification (const Engine::Notification ¬ification) |
| This method is called when the FixEngine generates a notification. More... | |
| virtual void | onWarning (const Engine::Warning &warning) |
| This method is called when the FixEngine generates a warning. More... | |
Public Member Functions inherited from Engine::EventListener | |
| virtual void | onDebug (const Engine::DebugMessage &error) |
| This method is called when the FixEngine reports an error. More... | |
| virtual | ~EventListener () |
| Destructor. More... | |
|
inlinevirtual |
This method is called when the FixEngine reports an error.
Implements Engine::EventListener.
References LOG_FAST_INFO, and Engine::Error::what().
|
inlinevirtual |
This method is called when the FixEngine generates a notification.
| notification |
Implements Engine::EventListener.
References LOG_FAST_INFO, and Engine::Notification::what().
|
inlinevirtual |
This method is called when the FixEngine generates a warning.
Implements Engine::EventListener.
References LOG_FAST_INFO, and Engine::Warning::what().
1.8.5