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

Repeated tag not part of repeating group. More...

#include <Exceptions.h>

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

Public Member Functions

 RepeatedTag (int f=0, const std::string &what="")
 
- Public Member Functions inherited from FIX::Exception
 Exception (const std::string &t, const std::string &d)
 
 ~Exception () throw ()
 

Public Attributes

int field
 
- Public Attributes inherited from FIX::Exception
std::string type
 
std::string detail
 

Detailed Description

Repeated tag not part of repeating group.

Definition at line 216 of file Exceptions.h.

Constructor & Destructor Documentation

◆ RepeatedTag()

FIX::RepeatedTag::RepeatedTag ( int  f = 0,
const std::string &  what = "" 
)
inline

Definition at line 218 of file Exceptions.h.

218 {
219  DoNotSend( const std::string& what = "" )
220  : Exception( "Do Not Send Message", what ) {}

References FIX::DoNotSend::DoNotSend(), and FIX::Exception::Exception().

Member Data Documentation

◆ field

int FIX::RepeatedTag::field

Definition at line 221 of file Exceptions.h.


The documentation for this struct was generated from the following file:
FIX::Exception::Exception
Exception(const std::string &t, const std::string &d)
Definition: Exceptions.h:69

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001