fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::Email::NoRelatedSym Class Reference

NoRelatedSym (146), application, 88 fields, 4 groups, shares static data, hash: 0xdfc162b5. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::Email::NoRelatedSym:
FIX8::GroupBase

Classes

class  NoComplexEvents
 NoComplexEvents (1483), application, 8 fields, 1 group, shares static data, hash: 0xeafe7f40. More...
 
class  NoEvents
 NoEvents (864), application, 5 fields, 0 groups, shares static data, hash: 0xfc9cd015. More...
 
class  NoInstrumentParties
 NoInstrumentParties (1018), application, 4 fields, 1 group, shares static data, hash: 0x73c90a7e. More...
 
class  NoSecurityAltID
 NoSecurityAltID (454), application, 2 fields, 0 groups, shares static data, hash: 0x233bfebe. More...
 

Public Types

enum  { _fnum = 146 }
 

Public Member Functions

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

Detailed Description

NoRelatedSym (146), application, 88 fields, 4 groups, shares static data, hash: 0xdfc162b5.

Definition at line 24204 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 24212 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::Email::NoRelatedSym::NoRelatedSym ( )
inline

Definition at line 24214 of file Myfix_classes.hpp.

24214 : GroupBase(_fnum) {}
GroupBase(const unsigned short fnum)
Definition: message.hpp:69
FIX8::TEX::Email::NoRelatedSym::~NoRelatedSym ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::Email::NoRelatedSym::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 24216 of file Myfix_classes.hpp.

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

24217  {
24219  if (deepctor)
24220  mb->get_groups().insert({
24221  { 454, new NoSecurityAltID },
24222  { 864, new NoEvents },
24223  { 1018, new NoInstrumentParties },
24224  { 1483, new NoComplexEvents },
24225  });
24226  return mb;
24227  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 454 > NoSecurityAltID
friend class MessageBase
Definition: message.hpp:121
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
Field< NumInGroup, 1018 > NoInstrumentParties
static F8_TEX_API const FieldTrait_Hash_Array & _ftha
static F8_TEX_API const MsgType & _msgtype
static const unsigned _fieldcnt
static F8_TEX_API const FieldTrait * _traits
Field< NumInGroup, 1483 > NoComplexEvents
GroupBase* FIX8::TEX::Email::NoRelatedSym::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 24231 of file Myfix_classes.hpp.

24232  {
24233  switch(fnum)
24234  {
24235  case 454: return new NoSecurityAltID;
24236  case 864: return new NoEvents;
24237  case 1018: return new NoInstrumentParties;
24238  case 1483: return new NoComplexEvents;
24239  default: return nullptr;
24240  }
24241  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1483 > NoComplexEvents
static const MsgType& FIX8::TEX::Email::NoRelatedSym::get_msgtype ( )
inlinestatic

Definition at line 24229 of file Myfix_classes.hpp.

References _msgtype.

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

Member Data Documentation

const unsigned FIX8::TEX::Email::NoRelatedSym::_fieldcnt = 88
staticprivate

Definition at line 24209 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array & FIX8::TEX::Email::NoRelatedSym::_ftha
staticprivate

Definition at line 24207 of file Myfix_classes.hpp.

const MsgType & FIX8::TEX::Email::NoRelatedSym::_msgtype
staticprivate

Definition at line 24208 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait * FIX8::TEX::Email::NoRelatedSym::_traits
staticprivate

Definition at line 24206 of file Myfix_classes.hpp.


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