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

Not a known message type. More...

#include <Exceptions.h>

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

Public Member Functions

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

Not a known message type.

Definition at line 169 of file Exceptions.h.

Constructor & Destructor Documentation

◆ InvalidMessageType()

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

Definition at line 171 of file Exceptions.h.

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

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

Generated on Sat Feb 3 2024 04:23:15 for QuickFIX by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2001