OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
MessageArgs Class Reference

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()

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

◆ message()

const Message & message ( ) const
inline

Instance of message being processed.

Definition at line 63 of file MessageListener.h.

◆ packet()

const NetPacket & packet ( ) const
inline

Instance of packet containing the message.

Definition at line 57 of file MessageListener.h.