fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::News::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::News::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 15959 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 15967 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::News::NoRelatedSym::NoRelatedSym ( )
inline

Definition at line 15969 of file Myfix_classes.hpp.

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

Member Function Documentation

MessageBase* FIX8::TEX::News::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 15971 of file Myfix_classes.hpp.

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

15972  {
15974  if (deepctor)
15975  mb->get_groups().insert({
15976  { 454, new NoSecurityAltID },
15977  { 864, new NoEvents },
15978  { 1018, new NoInstrumentParties },
15979  { 1483, new NoComplexEvents },
15980  });
15981  return mb;
15982  }
Field< NumInGroup, 864 > NoEvents
static const unsigned _fieldcnt
static F8_TEX_API const FieldTrait * _traits
static F8_TEX_API const MsgType & _msgtype
Field< NumInGroup, 454 > NoSecurityAltID
friend class MessageBase
Definition: message.hpp:121
static F8_TEX_API const FieldTrait_Hash_Array & _ftha
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1483 > NoComplexEvents
GroupBase* FIX8::TEX::News::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 15986 of file Myfix_classes.hpp.

15987  {
15988  switch(fnum)
15989  {
15990  case 454: return new NoSecurityAltID;
15991  case 864: return new NoEvents;
15992  case 1018: return new NoInstrumentParties;
15993  case 1483: return new NoComplexEvents;
15994  default: return nullptr;
15995  }
15996  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1483 > NoComplexEvents
static const MsgType& FIX8::TEX::News::NoRelatedSym::get_msgtype ( )
inlinestatic

Definition at line 15984 of file Myfix_classes.hpp.

References _msgtype.

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

Member Data Documentation

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

Definition at line 15964 of file Myfix_classes.hpp.

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

Definition at line 15962 of file Myfix_classes.hpp.

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

Definition at line 15963 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

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

Definition at line 15961 of file Myfix_classes.hpp.


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