B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Engine::SessionLevelRejectEvent Class Reference

A SessionReject message was received. More...

#include <B2BITS_SessionEvent.h>

+ Inheritance diagram for Engine::SessionLevelRejectEvent:
+ Collaboration diagram for Engine::SessionLevelRejectEvent:

Public Member Functions

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

Public Attributes

const Engine::FIXMessagem_pRejectMsg
 The received SessionReject message. More...
 

Additional Inherited Members

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

Detailed Description

A SessionReject message was received.

Constructor & Destructor Documentation

Engine::SessionLevelRejectEvent::SessionLevelRejectEvent ( Engine::FIXMessage const *  pRejectMsg)

Constructor.

Member Function Documentation

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

Reimplemented from SessionEvent.

See Also
SessionEvent

Implements Engine::SessionEvent.

Member Data Documentation

const Engine::FIXMessage* Engine::SessionLevelRejectEvent::m_pRejectMsg

The received SessionReject message.