![]() |
B2BITS FIX Antenna C++ 2.34.0
|
MDApplication observer. More...
#include <B2BITS_CqgMDApplicationListener.h>
Inheritance diagram for Cqg::MDApplicationListener:
Collaboration diagram for Cqg::MDApplicationListener:Public Member Functions | |
| virtual void | process (::Engine::FIXMessage const &msg, FeedID const &feedId) |
| Called on non X, d and W messages. | |
Public Member Functions inherited from Utils::ReferenceCounter | |
| virtual bool | addRef () const throw () |
| Increments reference counter. | |
| virtual long | getNRef () const throw () |
| Returns the current value of the reference counter. | |
| ReferenceCounter () throw () | |
| Constructor. | |
| virtual long | release () const throw () |
| Decrements reference counter. | |
Public Member Functions inherited from Cqg::Logger | |
| virtual void | onDebug (std::string const &message)=0 |
| Notifies about debug event. | |
| virtual void | onError (std::string const &message)=0 |
| Notifies about error event. | |
| virtual void | onNote (std::string const &message)=0 |
| Notifies about note event. | |
| virtual void | onWarning (std::string const &message)=0 |
| Notifies about warning. | |
| virtual | ~Logger () |
Public Member Functions inherited from Cqg::SecurityDefinitionListener | |
| virtual void | onSecurityDefinition (AFeedID feedID, const std::string &exCode, Engine::FIXMessage const &msg)=0 |
| Raised when new incoming security definition message is received. | |
| virtual void | onSecurityDefinitionListComplete ()=0 |
| Raised to notify about security definition request complete. | |
| virtual | ~SecurityDefinitionListener () |
Additional Inherited Members | |
Protected Member Functions inherited from Utils::ReferenceCounter | |
| long | decrement () const throw () |
| Decrements counter and returns new counter value. | |
| long | increment () const throw () |
| Increments counter and returns new counter value. | |
| virtual | ~ReferenceCounter () |
| Destructor. | |
MDApplication observer.
|
inlinevirtual |
Called on non X, d and W messages.
| msg | message |
| feedId | feed Id |