B2BITS FIX Antenna C++  2.31.0
Public Member Functions | Public Attributes | List of all members
Engine::OutgoingSessionLevelRejectEvent Class Reference

A SessionReject message was sent. More...

#include <B2BITS_SessionEvent.h>

+ Inheritance diagram for Engine::OutgoingSessionLevelRejectEvent:
+ Collaboration diagram for Engine::OutgoingSessionLevelRejectEvent:

Public Member Functions

 OutgoingSessionLevelRejectEvent (FIXMessage const *pRejectMsg)
 Constructor. More...
 
virtual const std::string * what () const
 Reimplemented from SessionEvent. More...
 

Public Attributes

const FIXMessagem_pRejectMsg
 The sent SessionReject message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Engine::SessionEvent
virtual ~SessionEvent ()
 Destructor. More...
 

Detailed Description

A SessionReject message was sent.

Constructor & Destructor Documentation

◆ OutgoingSessionLevelRejectEvent()

Engine::OutgoingSessionLevelRejectEvent::OutgoingSessionLevelRejectEvent ( FIXMessage const *  pRejectMsg)
explicit

Constructor.

Member Function Documentation

◆ what()

virtual const std::string* Engine::OutgoingSessionLevelRejectEvent::what ( ) const
virtual

Reimplemented from SessionEvent.

See also
SessionEvent

Implements Engine::SessionEvent.

Member Data Documentation

◆ m_pRejectMsg

const FIXMessage* Engine::OutgoingSessionLevelRejectEvent::m_pRejectMsg

The sent SessionReject message.