fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::MissingMessageComponent Struct Reference

An outbound message was missing a header or trailer. More...

#include <f8exception.hpp>

Inheritance diagram for FIX8::MissingMessageComponent:
FIX8::f8Exception

Public Member Functions

 MissingMessageComponent (const char *text)
 
- 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
 

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)
 

Detailed Description

An outbound message was missing a header or trailer.

Definition at line 247 of file f8exception.hpp.

Constructor & Destructor Documentation

FIX8::MissingMessageComponent::MissingMessageComponent ( const char *  text)
inline

Definition at line 249 of file f8exception.hpp.

References FIX8::f8Exception::format().

249 { format("Missing Message Component", text); }
void format(const std::string &msg, const T what)
Definition: f8exception.hpp:97
Field< f8String, Common_Text > text
Definition: field.hpp:2151

The documentation for this struct was generated from the following file: