OnixS C++ FIX Engine  4.10.1
API Documentation
FirstMessageNotLogonException Class Reference

#include <OnixS/FIXEngine/FIX/Exception.h>

Public Member Functions

 FirstMessageNotLogonException (const std::string &message, const Message &incomingMessage)
 
 FirstMessageNotLogonException (const std::string &message, const FlatMessage &incomingMessage)
 
 ~FirstMessageNotLogonException () ONIXS_FIXENGINE_NOTHROW ONIXS_FIXENGINE_OVERRIDE ONIXS_FIXENGINE_DEFAULT
 
const Messagemessage () const
 
const FlatMessageflatMessage () const
 

Detailed Description

Definition at line 37 of file Exception.h.

Constructor & Destructor Documentation

FirstMessageNotLogonException ( const std::string &  message,
const Message incomingMessage 
)
inline

The constructor.

Definition at line 41 of file Exception.h.

FirstMessageNotLogonException ( const std::string &  message,
const FlatMessage incomingMessage 
)
inline

The constructor.

Definition at line 47 of file Exception.h.

The destructor.

Member Function Documentation

const FlatMessage& flatMessage ( ) const
inline

Returns the received message.

Definition at line 61 of file Exception.h.

const Message& message ( ) const
inline

Returns the received message.

Definition at line 56 of file Exception.h.


The documentation for this class was generated from the following file: