FIX::UnsupportedMessageType Struct Reference

Message type not supported by application. More...

#include <Exceptions.h>

Inheritance diagram for FIX::UnsupportedMessageType:
Collaboration diagram for FIX::UnsupportedMessageType:

Public Member Functions

 UnsupportedMessageType (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

Message type not supported by application.

Definition at line 176 of file Exceptions.h.

Constructor & Destructor Documentation

◆ UnsupportedMessageType()

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

Definition at line 178 of file Exceptions.h.

179 : Exception( "Unsupported Message Type", what ) {}
Exception(const std::string &t, const std::string &d)
Definition Exceptions.h:35

References FIX::Exception::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