#include <OnixS/CME/MDH/messaging/TagBased/MessageListener.h>
Public Member Functions | |
| MessageArgs (const NetPacket &packet, const Message &message) | |
| const NetPacket & | packet () const noexcept |
| const Message & | message () const noexcept |
Exposes the FIX message being processed by the Handler and the packet containing it.
Definition at line 31 of file MessageListener.h.
|
inline |
Initializes instance with given message instance and packet containing that message.
Definition at line 43 of file MessageListener.h.
|
inlinenoexcept |
Instance of message being processed.
Definition at line 56 of file MessageListener.h.
|
inlinenoexcept |
Instance of packet containing the message.
Definition at line 50 of file MessageListener.h.