![]() |
B2BITS FIX Antenna C++ 2.34.0
|
Receives Security Definition messages. More...
#include <B2BITS_MDApplicationListeners.h>
Inheritance diagram for Globex::SecurityDefinitionListener:
Collaboration diagram for Globex::SecurityDefinitionListener:Public Member Functions | |
| virtual bool | onEndSecurityDefinitionSequence (Symbol const &, SecurityID, SecurityDesc const &, std::string const &, std::string const &) |
| Faired when security definition sequence was ended. | |
| virtual bool | onSecurityDefinition (SecurityDesc const &secDesc, SecurityID secID, Engine::FIXMessage const &dMsg, std::string const &channelID)=0 |
| Faired when security definition message is received. | |
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. | |
Protected Member Functions | |
| virtual | ~SecurityDefinitionListener () |
| Destructor. | |
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. | |
Receives Security Definition messages.
|
inlineprotectedvirtual |
Destructor.
|
inlinevirtual |
Faired when security definition sequence was ended.
|
pure virtual |
Faired when security definition message is received.