FIX::DoNotSend Struct Reference

Indicates user does not want to send a message. More...

#include <Exceptions.h>

Inheritance diagram for FIX::DoNotSend:
Collaboration diagram for FIX::DoNotSend:

Public Member Functions

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

Indicates user does not want to send a message.

Definition at line 217 of file Exceptions.h.

Constructor & Destructor Documentation

◆ DoNotSend()

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

Definition at line 219 of file Exceptions.h.

220 : Exception( "Do Not Send Message", 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