Public Member Functions | List of all members
FIX::UnsupportedVersion Struct Reference

Version of FIX is not supported. More...

#include <Exceptions.h>

Inheritance diagram for FIX::UnsupportedVersion:
Inheritance graph
[legend]
Collaboration diagram for FIX::UnsupportedVersion:
Collaboration graph
[legend]

Public Member Functions

 UnsupportedVersion (const std::string &what="")
 
- Public Member Functions inherited from FIX::Exception
 Exception (const std::string &t, const std::string &d)
 
 ~Exception () throw ()
 

Additional Inherited Members

- Public Attributes inherited from FIX::Exception
std::string type
 
std::string detail
 

Detailed Description

Version of FIX is not supported.

Definition at line 198 of file Exceptions.h.

Constructor & Destructor Documentation

◆ UnsupportedVersion()

FIX::UnsupportedVersion::UnsupportedVersion ( const std::string &  what = "")
inline

Definition at line 200 of file Exceptions.h.

200 {
201  RepeatedTag( int f = 0, const std::string& what = "" )

References FIX::Exception::Exception(), FIX::RepeatedTag::field, and FIX::RepeatedTag::RepeatedTag().


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

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2001