#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 Message & | message () const |
const FlatMessage & | flatMessage () const |
Definition at line 37 of file Exception.h.
|
inline |
The constructor.
Definition at line 41 of file Exception.h.
|
inline |
The constructor.
Definition at line 47 of file Exception.h.
The destructor.
|
inline |
Returns the received message.
Definition at line 61 of file Exception.h.
|
inline |
Returns the received message.
Definition at line 56 of file Exception.h.