Public Member Functions | Public Attributes
FIX::DataDictionaryNotFound Struct Reference

DataDictionary not found for BeginString or ApplVerID. More...

#include <Exceptions.h>

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

List of all members.

Public Member Functions

 DataDictionaryNotFound (const std::string &v, const std::string &what="")
 ~DataDictionaryNotFound () throw ()

Public Attributes

std::string version

Detailed Description

DataDictionary not found for BeginString or ApplVerID.

Definition at line 46 of file Exceptions.h.


Constructor & Destructor Documentation

FIX::DataDictionaryNotFound::DataDictionaryNotFound ( const std::string &  v,
const std::string &  what = "" 
) [inline]

Definition at line 48 of file Exceptions.h.

    : Exception( "Could not find data dictionary", what ),
                 version( v ) {}

Definition at line 51 of file Exceptions.h.

{}

Member Data Documentation

Definition at line 53 of file Exceptions.h.


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

Generated on Mon Jun 23 2014 23:49:39 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001