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

User wants to reject permission to logon. More...

#include <Exceptions.h>

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

Public Member Functions

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

User wants to reject permission to logon.

Definition at line 224 of file Exceptions.h.

Constructor & Destructor Documentation

◆ RejectLogon()

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

Definition at line 226 of file Exceptions.h.

227 : Exception( "Rejected Logon Attempt", 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 Sun Mar 31 2024 07:07:24 for QuickFIX by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2001