![]() |
Not a known message type. More...
#include <Exceptions.h>
Public Member Functions | |
InvalidMessageType (const std::string &what="") |
Not a known message type.
Definition at line 169 of file Exceptions.h.
FIX::InvalidMessageType::InvalidMessageType | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 171 of file Exceptions.h.
00172 : Exception( "Invalid Message Type", what ) {}