![]() |
Unable to convert field into its native format. More...
#include <Exceptions.h>
Public Member Functions | |
FieldConvertError (const std::string &what="") |
Unable to convert field into its native format.
Definition at line 66 of file Exceptions.h.
FIX::FieldConvertError::FieldConvertError | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 68 of file Exceptions.h.
00069 : Exception( "Could not convert field", what ) {}