![]() |
Indicates user does not want to send a message. More...
#include <Exceptions.h>
Public Member Functions | |
DoNotSend (const std::string &what="") |
Indicates user does not want to send a message.
Definition at line 217 of file Exceptions.h.
FIX::DoNotSend::DoNotSend | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 219 of file Exceptions.h.
00220 : Exception( "Do Not Send Message", what ) {}