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

NoRelatedSym (146), application, 141 fields, 13 groups, is unique, hash: 0x78c9bdd4. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::SecurityList::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  NoInstrAttrib
 NoInstrAttrib (870), application, 2 fields, 0 groups, shares static data, hash: 0x236faa16. More...
 
class  NoInstrumentParties
 NoInstrumentParties (1018), application, 4 fields, 1 group, shares static data, hash: 0x73c90a7e. More...
 
class  NoLegs
 NoLegs (555), application, 62 fields, 2 groups, shares static data, hash: 0x604fb052. More...
 
class  NoLotTypeRules
 NoLotTypeRules (1234), application, 2 fields, 0 groups, shares static data, hash: 0x238b0f1b. More...
 
class  NoNestedInstrAttrib
 NoNestedInstrAttrib (1312), application, 2 fields, 0 groups, shares static data, hash: 0x2394f04f. More...
 
class  NoSecurityAltID
 NoSecurityAltID (454), application, 2 fields, 0 groups, shares static data, hash: 0x233bfebe. More...
 
class  NoStipulations
 NoStipulations (232), application, 2 fields, 0 groups, shares static data, hash: 0x231e1b39. More...
 
class  NoStrikeRules
 NoStrikeRules (1201), application, 6 fields, 1 group, shares static data, hash: 0x59ddebb. More...
 
class  NoTickRules
 NoTickRules (1205), application, 4 fields, 0 groups, shares static data, hash: 0xe7ffa6df. More...
 
class  NoTradingSessionRules
 NoTradingSessionRules (1309), application, 7 fields, 5 groups, shares static data, hash: 0xba87223e. More...
 
class  NoUnderlyings
 NoUnderlyings (711), application, 72 fields, 3 groups, shares static data, hash: 0xb078f5a8. 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 = 141
 

Detailed Description

NoRelatedSym (146), application, 141 fields, 13 groups, is unique, hash: 0x78c9bdd4.

Definition at line 41057 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 41065 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::SecurityList::NoRelatedSym::NoRelatedSym ( )
inline

Definition at line 41067 of file Myfix_classes.hpp.

FIX8::TEX::SecurityList::NoRelatedSym::~NoRelatedSym ( )
default

Member Function Documentation

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

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

41070  {
41072  if (deepctor)
41073  mb->get_groups().insert({
41074  { 232, new NoStipulations },
41075  { 454, new NoSecurityAltID },
41076  { 555, new NoLegs },
41077  { 711, new NoUnderlyings },
41078  { 864, new NoEvents },
41079  { 870, new NoInstrAttrib },
41080  { 1018, new NoInstrumentParties },
41081  { 1201, new NoStrikeRules },
41082  { 1205, new NoTickRules },
41083  { 1234, new NoLotTypeRules },
41084  { 1309, new NoTradingSessionRules },
41085  { 1312, new NoNestedInstrAttrib },
41086  { 1483, new NoComplexEvents },
41087  });
41088  return mb;
41089  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
static F8_TEX_API const FieldTrait_Hash_Array _ftha
Field< NumInGroup, 1234 > NoLotTypeRules
Field< NumInGroup, 454 > NoSecurityAltID
friend class MessageBase
Definition: message.hpp:121
Field< NumInGroup, 1312 > NoNestedInstrAttrib
Field< NumInGroup, 555 > NoLegs
Field< NumInGroup, 870 > NoInstrAttrib
Field< NumInGroup, 1205 > NoTickRules
static F8_TEX_API const FieldTrait _traits[]
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
Field< NumInGroup, 1309 > NoTradingSessionRules
static F8_TEX_API const MsgType _msgtype
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1483 > NoComplexEvents
Field< NumInGroup, 1201 > NoStrikeRules
Field< NumInGroup, 232 > NoStipulations
GroupBase* FIX8::TEX::SecurityList::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 41093 of file Myfix_classes.hpp.

41094  {
41095  switch(fnum)
41096  {
41097  case 232: return new NoStipulations;
41098  case 454: return new NoSecurityAltID;
41099  case 555: return new NoLegs;
41100  case 711: return new NoUnderlyings;
41101  case 864: return new NoEvents;
41102  case 870: return new NoInstrAttrib;
41103  case 1018: return new NoInstrumentParties;
41104  case 1201: return new NoStrikeRules;
41105  case 1205: return new NoTickRules;
41106  case 1234: return new NoLotTypeRules;
41107  case 1309: return new NoTradingSessionRules;
41108  case 1312: return new NoNestedInstrAttrib;
41109  case 1483: return new NoComplexEvents;
41110  default: return nullptr;
41111  }
41112  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
Field< NumInGroup, 1234 > NoLotTypeRules
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 1312 > NoNestedInstrAttrib
Field< NumInGroup, 555 > NoLegs
Field< NumInGroup, 870 > NoInstrAttrib
Field< NumInGroup, 1205 > NoTickRules
Field< NumInGroup, 1309 > NoTradingSessionRules
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1483 > NoComplexEvents
Field< NumInGroup, 1201 > NoStrikeRules
Field< NumInGroup, 232 > NoStipulations
static const MsgType& FIX8::TEX::SecurityList::NoRelatedSym::get_msgtype ( )
inlinestatic

Definition at line 41091 of file Myfix_classes.hpp.

References _msgtype.

41091 { return _msgtype; }
static F8_TEX_API const MsgType _msgtype

Member Data Documentation

const unsigned FIX8::TEX::SecurityList::NoRelatedSym::_fieldcnt = 141
staticprivate

Definition at line 41062 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::SecurityList::NoRelatedSym::_ftha
staticprivate

Definition at line 41060 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::SecurityList::NoRelatedSym::_msgtype
staticprivate

Definition at line 41061 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::SecurityList::NoRelatedSym::_traits
staticprivate

Definition at line 41059 of file Myfix_classes.hpp.


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