fix8
version 1.4.0
Open Source C++ FIX Framework
|
An outbound message was missing a mandatory field. More...
#include <f8exception.hpp>
Public Member Functions | |
MissingMandatoryField (unsigned field) | |
MissingMandatoryField (const std::string &reason) | |
Public Member Functions inherited from FIX8::f8Exception | |
f8Exception (bool force_logoff=false) | |
f8Exception (const std::string &msg, bool force_logoff=false) | |
f8Exception (const char *msg, bool force_logoff=false) | |
template<typename T > | |
f8Exception (const std::string &msg, const T &val, bool force_logoff=false) | |
virtual | ~f8Exception () throw () |
Dtor. More... | |
const char * | what () const throw () |
bool | force_logoff () const |
Public Attributes | |
const int | _tagid |
Additional Inherited Members | |
Protected Member Functions inherited from FIX8::f8Exception | |
template<typename T > | |
void | format (const std::string &msg, const T what) |
template<typename T , typename S > | |
void | format (const std::string &msg, const T what, const std::string &msg2, const S what2) |
An outbound message was missing a mandatory field.
Definition at line 254 of file f8exception.hpp.
|
inline |
Definition at line 257 of file f8exception.hpp.
References FIX8::f8Exception::format().
|
inline |
Definition at line 258 of file f8exception.hpp.
References FIX8::f8Exception::format().
const int FIX8::MissingMandatoryField::_tagid |
Definition at line 256 of file f8exception.hpp.