fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs Class Reference

NoNested4PartyIDs (1414), application, 4 fields, 1 group, is unique, hash: 0xad97b091. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs:
FIX8::GroupBase

Classes

class  NoNested4PartySubIDs
 NoNested4PartySubIDs (1413), application, 2 fields, 0 groups, is unique, hash: 0x23b3f727. More...
 

Public Types

enum  { _fnum = 1414 }
 

Public Member Functions

 NoNested4PartyIDs ()
 
 ~NoNested4PartyIDs ()=default
 
MessageBasecreate_group (bool deepctor) const
 
GroupBasecreate_nested_group (unsigned short fnum) const
 
- Public Member Functions inherited from FIX8::GroupBase
 GroupBase (const unsigned short fnum)
 
virtual ~GroupBase ()
 dtor More...
 
void add (MessageBase *what)
 
void operator+= (MessageBase *what)
 
GroupBaseoperator<< (MessageBase *what)
 
size_t size () const
 
MessageBaseoperator[] (const unsigned idx) const
 
MessageBaseget_element (const unsigned idx) const
 
void clear (bool reuse=true)
 

Static Public Member Functions

static const MsgTypeget_msgtype ()
 

Static Private Attributes

static F8_TEX_API const FieldTrait _traits []
 
static F8_TEX_API const FieldTrait_Hash_Array _ftha
 
static F8_TEX_API const MsgType _msgtype
 
static const unsigned _fieldcnt = 4
 

Detailed Description

NoNested4PartyIDs (1414), application, 4 fields, 1 group, is unique, hash: 0xad97b091.

Definition at line 1816 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 1824 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::NoNested4PartyIDs ( )
inline

Definition at line 1826 of file Myfix_classes.hpp.

FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::~NoNested4PartyIDs ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::create_group ( bool  deepctor) const
inlinevirtual

Create a new group element.

Parameters
deepctorif true, construct nested groups
Returns
new message

Implements FIX8::GroupBase.

Definition at line 1828 of file Myfix_classes.hpp.

References _msgtype, FIX8::TEX::ctx(), FIX8::MessageBase::get_groups(), and FIX8::GroupBase::MessageBase.

1829  {
1831  if (deepctor)
1832  mb->get_groups().insert({1413, new NoNested4PartySubIDs });
1833  return mb;
1834  }
Field< NumInGroup, 1413 > NoNested4PartySubIDs
friend class MessageBase
Definition: message.hpp:121
static F8_TEX_API const FieldTrait_Hash_Array _ftha
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
GroupBase* FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::create_nested_group ( unsigned short  fnum) const
inlinevirtual

Instantiate a new nested group element.

Parameters
fnumfield number of group to create
Returns
new message or nullptr if not a valid group for this group

Reimplemented from FIX8::GroupBase.

Definition at line 1838 of file Myfix_classes.hpp.

1839  { return fnum == 1413 ? new NoNested4PartySubIDs : nullptr; }
Field< NumInGroup, 1413 > NoNested4PartySubIDs
static const MsgType& FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::get_msgtype ( )
inlinestatic

Definition at line 1836 of file Myfix_classes.hpp.

References _msgtype.

1836 { return _msgtype; }

Member Data Documentation

const unsigned FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::_fieldcnt = 4
staticprivate

Definition at line 1821 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::_ftha
staticprivate

Definition at line 1819 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::_msgtype
staticprivate

Definition at line 1820 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::ExecutionReport::NoFills::NoNested4PartyIDs::_traits
staticprivate
Initial value:
{
{1413, 1, 4, 88,0x1c}, {1415,15, 1, 0,0x04}, {1416, 7, 2, 0,0x04}, {1417, 1, 3, 0,0x04}
}

Definition at line 1818 of file Myfix_classes.hpp.


The documentation for this class was generated from the following files: