Public Member Functions | Public Attributes

Engine::LogonEvent Class Reference

The Logon message has been received from the counterparty. More...

#include <B2BITS_SessionEvent.h>

Inheritance diagram for Engine::LogonEvent:
Collaboration diagram for Engine::LogonEvent:

List of all members.

Public Member Functions

 LogonEvent (FIXMessage const *pLogonMsg, const std::string &reason)
 Constructor.
virtual const std::string * what () const
 Reimplemented from SessionEvent.

Public Attributes

const Engine::FIXMessage *const m_pLogonMsg
 The received Logon message.

Detailed Description

The Logon message has been received from the counterparty.

Definition at line 75 of file B2BITS_SessionEvent.h.


Constructor & Destructor Documentation

Engine::LogonEvent::LogonEvent ( FIXMessage const *  pLogonMsg,
const std::string &  reason 
)

Constructor.


Member Function Documentation

virtual const std::string* Engine::LogonEvent::what (  ) const [virtual]

Reimplemented from SessionEvent.

See also:
SessionEvent

Implements Engine::SessionEvent.


Member Data Documentation

The received Logon message.

Definition at line 92 of file B2BITS_SessionEvent.h.