![]() |
Message is not structured correctly. More...
#include <Exceptions.h>
Public Member Functions | |
IncorrectMessageStructure (const std::string &what="") |
Message is not structured correctly.
Definition at line 155 of file Exceptions.h.
FIX::IncorrectMessageStructure::IncorrectMessageStructure | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 157 of file Exceptions.h.
00158 : Exception( "Incorrect message structure", what ) {}