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

NoRelatedSym (146), application, 148 fields, 10 groups, is unique, hash: 0x9c3f5d8. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::QuoteRequest::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  NoLegs
 NoLegs (555), application, 67 fields, 3 groups, shares static data, hash: 0x3cf045a4. More...
 
class  NoPartyIDs
 NoPartyIDs (453), application, 4 fields, 1 group, shares static data, hash: 0xe5f4bbef. More...
 
class  NoQuoteQualifiers
 NoQuoteQualifiers (735), application, 1 field, 0 groups, shares static data, hash: 0x80001ab6. More...
 
class  NoRateSources
 NoRateSources (1445), application, 3 fields, 0 groups, shares static data, hash: 0x37c1ebc3. 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  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 = 148
 

Detailed Description

NoRelatedSym (146), application, 148 fields, 10 groups, is unique, hash: 0x9c3f5d8.

Definition at line 30220 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 30228 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::QuoteRequest::NoRelatedSym::NoRelatedSym ( )
inline

Definition at line 30230 of file Myfix_classes.hpp.

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

Member Function Documentation

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

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

30233  {
30235  if (deepctor)
30236  mb->get_groups().insert({
30237  { 232, new NoStipulations },
30238  { 453, new NoPartyIDs },
30239  { 454, new NoSecurityAltID },
30240  { 555, new NoLegs },
30241  { 711, new NoUnderlyings },
30242  { 735, new NoQuoteQualifiers },
30243  { 864, new NoEvents },
30244  { 1018, new NoInstrumentParties },
30245  { 1445, new NoRateSources },
30246  { 1483, new NoComplexEvents },
30247  });
30248  return mb;
30249  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 1445 > NoRateSources
friend class MessageBase
Definition: message.hpp:121
Field< NumInGroup, 555 > NoLegs
static F8_TEX_API const FieldTrait _traits[]
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
static F8_TEX_API const MsgType _msgtype
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 735 > NoQuoteQualifiers
Field< NumInGroup, 1483 > NoComplexEvents
static F8_TEX_API const FieldTrait_Hash_Array _ftha
Field< NumInGroup, 232 > NoStipulations
GroupBase* FIX8::TEX::QuoteRequest::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 30253 of file Myfix_classes.hpp.

30254  {
30255  switch(fnum)
30256  {
30257  case 232: return new NoStipulations;
30258  case 453: return new NoPartyIDs;
30259  case 454: return new NoSecurityAltID;
30260  case 555: return new NoLegs;
30261  case 711: return new NoUnderlyings;
30262  case 735: return new NoQuoteQualifiers;
30263  case 864: return new NoEvents;
30264  case 1018: return new NoInstrumentParties;
30265  case 1445: return new NoRateSources;
30266  case 1483: return new NoComplexEvents;
30267  default: return nullptr;
30268  }
30269  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 1445 > NoRateSources
Field< NumInGroup, 555 > NoLegs
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 735 > NoQuoteQualifiers
Field< NumInGroup, 1483 > NoComplexEvents
Field< NumInGroup, 232 > NoStipulations
static const MsgType& FIX8::TEX::QuoteRequest::NoRelatedSym::get_msgtype ( )
inlinestatic

Definition at line 30251 of file Myfix_classes.hpp.

References _msgtype.

30251 { return _msgtype; }
static F8_TEX_API const MsgType _msgtype

Member Data Documentation

const unsigned FIX8::TEX::QuoteRequest::NoRelatedSym::_fieldcnt = 148
staticprivate

Definition at line 30225 of file Myfix_classes.hpp.

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

Definition at line 30223 of file Myfix_classes.hpp.

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

Definition at line 30224 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

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

Definition at line 30222 of file Myfix_classes.hpp.


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