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

NoRelatedContextPartyIDs (1575), application, 4 fields, 1 group, is unique, hash: 0x5e804885. More...

#include <Myfix_classes.hpp>

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

Classes

class  NoRelatedContextPartySubIDs
 NoRelatedContextPartySubIDs (1579), application, 2 fields, 0 groups, is unique, hash: 0x23c6622a. More...
 

Public Types

enum  { _fnum = 1575 }
 

Public Member Functions

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

NoRelatedContextPartyIDs (1575), application, 4 fields, 1 group, is unique, hash: 0x5e804885.

Definition at line 26161 of file Myfix_classes.hpp.

Member Enumeration Documentation

Constructor & Destructor Documentation

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

Member Function Documentation

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

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

26174  {
26176  if (deepctor)
26177  mb->get_groups().insert({1579, new NoRelatedContextPartySubIDs });
26178  return mb;
26179  }
friend class MessageBase
Definition: message.hpp:121
Field< NumInGroup, 1579 > NoRelatedContextPartySubIDs
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
GroupBase* FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedContextPartyIDs::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 26183 of file Myfix_classes.hpp.

26184  { return fnum == 1579 ? new NoRelatedContextPartySubIDs : nullptr; }
Field< NumInGroup, 1579 > NoRelatedContextPartySubIDs
static const MsgType& FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedContextPartyIDs::get_msgtype ( )
inlinestatic

Definition at line 26181 of file Myfix_classes.hpp.

References _msgtype.

Member Data Documentation

const unsigned FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedContextPartyIDs::_fieldcnt = 4
staticprivate

Definition at line 26166 of file Myfix_classes.hpp.

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

Definition at line 26164 of file Myfix_classes.hpp.

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

Definition at line 26165 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::PartyDetailsListReport::NoPartyList::NoRelatedPartyIDs::NoRelatedContextPartyIDs::_traits
staticprivate
Initial value:
{
{1576,15, 1, 0,0x04}, {1577, 7, 2, 0,0x04}, {1578, 1, 3, 0,0x04}, {1579, 1, 4,123,0x1c}
}

Definition at line 26163 of file Myfix_classes.hpp.


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