#include <OnixS/CME/ConflatedUDP/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 43 of file SecurityListener.h.
typedef Data Entry |
Type of repeating group entry whose instance referenced by given arguments.
Definition at line 61 of file SecurityListener.h.
typedef Container Message |
Type of message whose instance is referenced by given arguments.
Definition at line 57 of file SecurityListener.h.
|
inline |
Initializes instance with given market data entry.
Definition at line 65 of file SecurityListener.h.
|
inline |
Initializes instance as copy of other one.
Definition at line 76 of file SecurityListener.h.
|
inline |
Instance of market data being referenced.
Definition at line 98 of file SecurityListener.h.
|
inline |
Instance of message containing market data entry.
Definition at line 92 of file SecurityListener.h.
|
inline |
Instance of the packet containing the message which in its turn contains the market data entry.
Definition at line 86 of file SecurityListener.h.