OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
FirstMessageNotLogonException Class Reference

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() [1/2]

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

The constructor.

Definition at line 41 of file Exception.h.

◆ FirstMessageNotLogonException() [2/2]

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

The constructor.

Definition at line 47 of file Exception.h.

◆ ~FirstMessageNotLogonException()

The destructor.

Member Function Documentation

◆ flatMessage()

const FlatMessage & flatMessage ( ) const
inline

Returns the received message.

Definition at line 61 of file Exception.h.

◆ message()

const Message & message ( ) const
inline

Returns the received message.

Definition at line 56 of file Exception.h.