Public Member Functions | Public Attributes

Engine::SessionLevelRejectEvent Class Reference

A SessionReject message was received. More...

#include <B2BITS_SessionEvent.h>

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

List of all members.

Public Member Functions

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

Public Attributes

const Engine::FIXMessagem_pRejectMsg
 The received SessionReject message.

Detailed Description

A SessionReject message was received.

Definition at line 214 of file B2BITS_SessionEvent.h.


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

The received SessionReject message.

Definition at line 224 of file B2BITS_SessionEvent.h.