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

NoRelatedSym (146), application, 144 fields, 9 groups, is unique, hash: 0x298c1014. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::QuoteRequestReject::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  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 = 144
 

Detailed Description

NoRelatedSym (146), application, 144 fields, 9 groups, is unique, hash: 0x298c1014.

Definition at line 6016 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 6024 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::QuoteRequestReject::NoRelatedSym::NoRelatedSym ( )
inline

Definition at line 6026 of file Myfix_classes.hpp.

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

Member Function Documentation

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

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

6029  {
6031  if (deepctor)
6032  mb->get_groups().insert({
6033  { 232, new NoStipulations },
6034  { 453, new NoPartyIDs },
6035  { 454, new NoSecurityAltID },
6036  { 555, new NoLegs },
6037  { 711, new NoUnderlyings },
6038  { 735, new NoQuoteQualifiers },
6039  { 864, new NoEvents },
6040  { 1018, new NoInstrumentParties },
6041  { 1483, new NoComplexEvents },
6042  });
6043  return mb;
6044  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
Field< NumInGroup, 454 > NoSecurityAltID
static F8_TEX_API const MsgType _msgtype
friend class MessageBase
Definition: message.hpp:121
Field< NumInGroup, 555 > NoLegs
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 735 > NoQuoteQualifiers
Field< NumInGroup, 1483 > NoComplexEvents
static F8_TEX_API const FieldTrait _traits[]
static F8_TEX_API const FieldTrait_Hash_Array _ftha
Field< NumInGroup, 232 > NoStipulations
GroupBase* FIX8::TEX::QuoteRequestReject::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 6048 of file Myfix_classes.hpp.

6049  {
6050  switch(fnum)
6051  {
6052  case 232: return new NoStipulations;
6053  case 453: return new NoPartyIDs;
6054  case 454: return new NoSecurityAltID;
6055  case 555: return new NoLegs;
6056  case 711: return new NoUnderlyings;
6057  case 735: return new NoQuoteQualifiers;
6058  case 864: return new NoEvents;
6059  case 1018: return new NoInstrumentParties;
6060  case 1483: return new NoComplexEvents;
6061  default: return nullptr;
6062  }
6063  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
Field< NumInGroup, 454 > NoSecurityAltID
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::QuoteRequestReject::NoRelatedSym::get_msgtype ( )
inlinestatic

Definition at line 6046 of file Myfix_classes.hpp.

References _msgtype.

6046 { return _msgtype; }
static F8_TEX_API const MsgType _msgtype

Member Data Documentation

const unsigned FIX8::TEX::QuoteRequestReject::NoRelatedSym::_fieldcnt = 144
staticprivate

Definition at line 6021 of file Myfix_classes.hpp.

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

Definition at line 6019 of file Myfix_classes.hpp.

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

Definition at line 6020 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

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

Definition at line 6018 of file Myfix_classes.hpp.


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