Home
last modified time | relevance | path

Searched defs:DataDictionaryNotFound (Results 1 – 4 of 4) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DExceptions.h46 struct DataDictionaryNotFound : public Exception struct
51 ~DataDictionaryNotFound() throw() {} in throw() argument
53 std::string version;
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py168 class DataDictionaryNotFound(FIXException): class
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py168 class DataDictionaryNotFound(FIXException): class
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py168 class DataDictionaryNotFound(FIXException): class