fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties Class Reference

NoUndlyInstrumentParties (1058), application, 4 fields, 1 group, shares static data, hash: 0x1f519834. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties:
FIX8::GroupBase

Classes

class  NoUndlyInstrumentPartySubIDs
 NoUndlyInstrumentPartySubIDs (1062), application, 2 fields, 0 groups, shares static data, hash: 0x238743c6. More...
 

Public Types

enum  { _fnum = 1058 }
 

Public Member Functions

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

NoUndlyInstrumentParties (1058), application, 4 fields, 1 group, shares static data, hash: 0x1f519834.

Definition at line 20103 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum

Constructor & Destructor Documentation

FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::NoUndlyInstrumentParties ( )
inline
FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::~NoUndlyInstrumentParties ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::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 20115 of file Myfix_classes.hpp.

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

20116  {
20118  if (deepctor)
20119  mb->get_groups().insert({1062, new NoUndlyInstrumentPartySubIDs });
20120  return mb;
20121  }
friend class MessageBase
Definition: message.hpp:121
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
Field< NumInGroup, 1062 > NoUndlyInstrumentPartySubIDs
GroupBase* FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::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 20125 of file Myfix_classes.hpp.

20126  { return fnum == 1062 ? new NoUndlyInstrumentPartySubIDs : nullptr; }
Field< NumInGroup, 1062 > NoUndlyInstrumentPartySubIDs
static const MsgType& FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::get_msgtype ( )
inlinestatic

Definition at line 20123 of file Myfix_classes.hpp.

References _msgtype.

Member Data Documentation

const unsigned FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::_fieldcnt = 4
staticprivate

Definition at line 20108 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array & FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::_ftha
staticprivate

Definition at line 20106 of file Myfix_classes.hpp.

const MsgType & FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::_msgtype
staticprivate

Definition at line 20107 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait * FIX8::TEX::AllocationInstructionAlert::NoUnderlyings::NoUndlyInstrumentParties::_traits
staticprivate

Definition at line 20105 of file Myfix_classes.hpp.


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