FIX::Exception Struct Reference

Base QuickFIX exception type. More...

#include <Exceptions.h>

Inheritance diagram for FIX::Exception:
Collaboration diagram for FIX::Exception:

Public Member Functions

 Exception (const std::string &t, const std::string &d)
 ~Exception () throw ()

Public Attributes

std::string type
std::string detail

Detailed Description

Base QuickFIX exception type.

Definition at line 33 of file Exceptions.h.

Constructor & Destructor Documentation

◆ Exception()

FIX::Exception::Exception ( const std::string & t,
const std::string & d )
inline

◆ ~Exception()

FIX::Exception::~Exception ( )
throw ( )
inline

Definition at line 39 of file Exceptions.h.

39{}

Member Data Documentation

◆ detail

std::string FIX::Exception::detail

Definition at line 42 of file Exceptions.h.

Referenced by Exception(), and FIX::Message::validate().

◆ type

std::string FIX::Exception::type

Definition at line 41 of file Exceptions.h.

Referenced by Exception().


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

Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001