OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
MessageArgs Class Reference

#include <OnixS/CME/ConflatedUDP/FIX/MessageListener.h>

Public Member Functions

 MessageArgs (const NetPacket &packet, const Message &message)
 
const NetPacketpacket () const
 
const Messagemessage () const
 

Detailed Description

Exposes the FIX message being processed by the Handler and the packet containing it.

Definition at line 30 of file MessageListener.h.

Constructor & Destructor Documentation

MessageArgs ( const NetPacket packet,
const Message message 
)
inline

Initializes instance with given message instance and packet containing that message.

Definition at line 48 of file MessageListener.h.

Member Function Documentation

const Message& message ( ) const
inline

Instance of message being processed.

Definition at line 63 of file MessageListener.h.

const NetPacket& packet ( ) const
inline

Instance of packet containing the message.

Definition at line 57 of file MessageListener.h.


The documentation for this class was generated from the following file: