Public Member Functions | Public Attributes

Engine::AdminApplication::Context Struct Reference

Context within session calls AdminApplication event handlers. More...

#include <B2BITS_AdminApplication.h>

Collaboration diagram for Engine::AdminApplication::Context:

List of all members.

Public Member Functions

 Context (const Session &sn, const FIXMessage &msg, const XMLCh *requestId)

Public Attributes

const FIXMessagemessage_
 Referencde to the FIX message.
const XMLChrequestId_
 ReuestID.
const Sessionsession_
 Reference to the session.

Detailed Description

Context within session calls AdminApplication event handlers.

Definition at line 170 of file B2BITS_AdminApplication.h.


Constructor & Destructor Documentation

Engine::AdminApplication::Context::Context ( const Session sn,
const FIXMessage msg,
const XMLCh requestId 
) [inline]

Definition at line 181 of file B2BITS_AdminApplication.h.


Member Data Documentation

Referencde to the FIX message.

Definition at line 179 of file B2BITS_AdminApplication.h.

ReuestID.

Definition at line 173 of file B2BITS_AdminApplication.h.

Reference to the session.

Definition at line 176 of file B2BITS_AdminApplication.h.