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

Field exists in message without a value. More...

#include <Exceptions.h>

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

Public Member Functions

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

Field exists in message without a value.

Definition at line 143 of file Exceptions.h.

Constructor & Destructor Documentation

◆ NoTagValue()

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

Definition at line 145 of file Exceptions.h.

146  : public Exception
147 {

Member Data Documentation

◆ field

int FIX::NoTagValue::field

Definition at line 148 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:66

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