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

NoUnderlyings (711), application, 73 fields, 3 groups, shares static data, hash: 0xd2e91cf5. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::CollateralAssignment::NoUnderlyings:
FIX8::GroupBase

Classes

class  NoUnderlyingSecurityAltID
 NoUnderlyingSecurityAltID (457), application, 2 fields, 0 groups, shares static data, hash: 0x233a5f13. More...
 
class  NoUnderlyingStips
 NoUnderlyingStips (887), application, 2 fields, 0 groups, shares static data, hash: 0x236c49ff. More...
 
class  NoUndlyInstrumentParties
 NoUndlyInstrumentParties (1058), application, 4 fields, 1 group, shares static data, hash: 0x1f519834. More...
 

Public Types

enum  { _fnum = 711 }
 

Public Member Functions

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

Detailed Description

NoUnderlyings (711), application, 73 fields, 3 groups, shares static data, hash: 0xd2e91cf5.

Definition at line 15068 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 15076 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::CollateralAssignment::NoUnderlyings::NoUnderlyings ( )
inline

Definition at line 15078 of file Myfix_classes.hpp.

FIX8::TEX::CollateralAssignment::NoUnderlyings::~NoUnderlyings ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::CollateralAssignment::NoUnderlyings::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 15080 of file Myfix_classes.hpp.

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

15081  {
15083  if (deepctor)
15084  mb->get_groups().insert({
15085  { 457, new NoUnderlyingSecurityAltID },
15086  { 887, new NoUnderlyingStips },
15087  { 1058, new NoUndlyInstrumentParties },
15088  });
15089  return mb;
15090  }
friend class MessageBase
Definition: message.hpp:121
static F8_TEX_API const FieldTrait * _traits
static F8_TEX_API const FieldTrait_Hash_Array & _ftha
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
Field< NumInGroup, 1058 > NoUndlyInstrumentParties
static F8_TEX_API const MsgType & _msgtype
Field< NumInGroup, 887 > NoUnderlyingStips
Field< NumInGroup, 457 > NoUnderlyingSecurityAltID
GroupBase* FIX8::TEX::CollateralAssignment::NoUnderlyings::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 15094 of file Myfix_classes.hpp.

15095  {
15096  switch(fnum)
15097  {
15098  case 457: return new NoUnderlyingSecurityAltID;
15099  case 887: return new NoUnderlyingStips;
15100  case 1058: return new NoUndlyInstrumentParties;
15101  default: return nullptr;
15102  }
15103  }
Field< NumInGroup, 1058 > NoUndlyInstrumentParties
Field< NumInGroup, 887 > NoUnderlyingStips
Field< NumInGroup, 457 > NoUnderlyingSecurityAltID
static const MsgType& FIX8::TEX::CollateralAssignment::NoUnderlyings::get_msgtype ( )
inlinestatic

Definition at line 15092 of file Myfix_classes.hpp.

References _msgtype.

15092 { return _msgtype; }
static F8_TEX_API const MsgType & _msgtype

Member Data Documentation

const unsigned FIX8::TEX::CollateralAssignment::NoUnderlyings::_fieldcnt = 73
staticprivate

Definition at line 15073 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array & FIX8::TEX::CollateralAssignment::NoUnderlyings::_ftha
staticprivate

Definition at line 15071 of file Myfix_classes.hpp.

const MsgType & FIX8::TEX::CollateralAssignment::NoUnderlyings::_msgtype
staticprivate

Definition at line 15072 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait * FIX8::TEX::CollateralAssignment::NoUnderlyings::_traits
staticprivate

Definition at line 15070 of file Myfix_classes.hpp.


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