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

Repeated group count not equal to actual count. More...

#include <Exceptions.h>

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

Public Member Functions

 RepeatingGroupCountMismatch (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 group count not equal to actual count.

Definition at line 225 of file Exceptions.h.

Constructor & Destructor Documentation

◆ RepeatingGroupCountMismatch()

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

Definition at line 227 of file Exceptions.h.

227  : Exception( "Rejected Logon Attempt", what ) {}
228 };
229 

Referenced by FIX::TagOutOfOrder::TagOutOfOrder().

Member Data Documentation

◆ field

int FIX::RepeatingGroupCountMismatch::field

Definition at line 230 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