fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs Class Reference

NoRelatedPartyAltIDs (1569), application, 3 fields, 1 group, is unique, hash: 0x9b7453d8. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs:
FIX8::GroupBase

Classes

class  NoRelatedPartyAltSubIDs
 NoRelatedPartyAltSubIDs (1572), application, 2 fields, 0 groups, is unique, hash: 0x23c7430a. More...
 

Public Types

enum  { _fnum = 1569 }
 

Public Member Functions

 NoRelatedPartyAltIDs ()
 
 ~NoRelatedPartyAltIDs ()=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 = 3
 

Detailed Description

NoRelatedPartyAltIDs (1569), application, 3 fields, 1 group, is unique, hash: 0x9b7453d8.

Definition at line 26114 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum

Constructor & Destructor Documentation

FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::NoRelatedPartyAltIDs ( )
inline
FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::~NoRelatedPartyAltIDs ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::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 26126 of file Myfix_classes.hpp.

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

26127  {
26129  if (deepctor)
26130  mb->get_groups().insert({1572, new NoRelatedPartyAltSubIDs });
26131  return mb;
26132  }
Field< NumInGroup, 1572 > NoRelatedPartyAltSubIDs
friend class MessageBase
Definition: message.hpp:121
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
GroupBase* FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::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 26136 of file Myfix_classes.hpp.

26137  { return fnum == 1572 ? new NoRelatedPartyAltSubIDs : nullptr; }
Field< NumInGroup, 1572 > NoRelatedPartyAltSubIDs
static const MsgType& FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::get_msgtype ( )
inlinestatic

Definition at line 26134 of file Myfix_classes.hpp.

References _msgtype.

Member Data Documentation

const unsigned FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::_fieldcnt = 3
staticprivate

Definition at line 26119 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::_ftha
staticprivate

Definition at line 26117 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::_msgtype
staticprivate

Definition at line 26118 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedPartyAltIDs::_traits
staticprivate
Initial value:
{
{1570,15, 1, 0,0x04}, {1571, 7, 2, 0,0x04}, {1572, 1, 3,121,0x1c}
}

Definition at line 26116 of file Myfix_classes.hpp.


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