fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::InvalidMetadata< T > Struct Template Reference

Indicates a static metadata lookup failed. With the exception of user defined fields there should never be an instance where a metatdata lookup fails. More...

#include <f8exception.hpp>

Inheritance diagram for FIX8::InvalidMetadata< T >:
FIX8::f8Exception

Public Member Functions

 InvalidMetadata (T field)
 
- 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 T _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)
 

Detailed Description

template<typename T>
struct FIX8::InvalidMetadata< T >

Indicates a static metadata lookup failed. With the exception of user defined fields there should never be an instance where a metatdata lookup fails.

Definition at line 123 of file f8exception.hpp.

Constructor & Destructor Documentation

template<typename T >
FIX8::InvalidMetadata< T >::InvalidMetadata ( field)
inline

Definition at line 126 of file f8exception.hpp.

References FIX8::f8Exception::format().

126 : _tagid(field) { format("Invalid Metadata", field); }
void format(const std::string &msg, const T what)
Definition: f8exception.hpp:97

Member Data Documentation

template<typename T >
const T FIX8::InvalidMetadata< T >::_tagid

Definition at line 125 of file f8exception.hpp.


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