#include <OnixS/CME/MDH/SecurityListener.h>
Public Types | |
| typedef Container | Message |
| typedef Data | Entry |
Public Member Functions | |
| SecurityDataArgs (const NetPacket &packet, const Message &message, const Entry &entry) | |
| SecurityDataArgs (const SecurityDataArgs &other) | |
| const NetPacket & | packet () const |
| const Message & | message () const |
| const Entry & | entry () const |
Collection of attributes associated with security-related data in security listener callbacks.
Definition at line 42 of file SecurityListener.h.
| typedef Data Entry |
Type of repeating group entry whose instance referenced by given arguments.
Definition at line 51 of file SecurityListener.h.
| typedef Container Message |
Type of message whose instance is referenced by given arguments.
Definition at line 47 of file SecurityListener.h.
|
inline |
Initializes instance with given market data entry.
Definition at line 55 of file SecurityListener.h.
|
inlineexplicit |
Initializes instance as copy of other one.
Definition at line 63 of file SecurityListener.h.
|
inline |
Instance of market data being referenced.
Definition at line 84 of file SecurityListener.h.
|
inline |
Instance of message containing market data entry.
Definition at line 78 of file SecurityListener.h.
|
inline |
Instance of the packet containing the message which in its turn contains the market data entry.
Definition at line 72 of file SecurityListener.h.