![]() |
Version of FIX is not supported. More...
#include <Exceptions.h>
Public Member Functions | |
UnsupportedVersion (const std::string &what="") |
Version of FIX is not supported.
Definition at line 183 of file Exceptions.h.
FIX::UnsupportedVersion::UnsupportedVersion | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 185 of file Exceptions.h.
00186 : Exception( "Unsupported Version", what ) {}