fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries Class Reference

NoQuoteEntries (295), application, 118 fields, 5 groups, is unique, hash: 0x90923a5b. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries:
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, 54 fields, 1 group, shares static data, hash: 0xcb99d024. More...
 
class  NoSecurityAltID
 NoSecurityAltID (454), application, 2 fields, 0 groups, shares static data, hash: 0x233bfebe. More...
 

Public Types

enum  { _fnum = 295 }
 

Public Member Functions

 NoQuoteEntries ()
 
 ~NoQuoteEntries ()=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 = 118
 

Detailed Description

NoQuoteEntries (295), application, 118 fields, 5 groups, is unique, hash: 0x90923a5b.

Definition at line 34241 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 34249 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::NoQuoteEntries ( )
inline
FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::~NoQuoteEntries ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::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 34253 of file Myfix_classes.hpp.

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

34254  {
34256  if (deepctor)
34257  mb->get_groups().insert({
34258  { 454, new NoSecurityAltID },
34259  { 555, new NoLegs },
34260  { 864, new NoEvents },
34261  { 1018, new NoInstrumentParties },
34262  { 1483, new NoComplexEvents },
34263  });
34264  return mb;
34265  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 454 > NoSecurityAltID
friend class MessageBase
Definition: message.hpp:121
Field< NumInGroup, 555 > NoLegs
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::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::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 34269 of file Myfix_classes.hpp.

34270  {
34271  switch(fnum)
34272  {
34273  case 454: return new NoSecurityAltID;
34274  case 555: return new NoLegs;
34275  case 864: return new NoEvents;
34276  case 1018: return new NoInstrumentParties;
34277  case 1483: return new NoComplexEvents;
34278  default: return nullptr;
34279  }
34280  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 555 > NoLegs
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1483 > NoComplexEvents
static const MsgType& FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::get_msgtype ( )
inlinestatic

Definition at line 34267 of file Myfix_classes.hpp.

References _msgtype.

34267 { return _msgtype; }

Member Data Documentation

const unsigned FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::_fieldcnt = 118
staticprivate

Definition at line 34246 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::_ftha
staticprivate

Definition at line 34244 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::_msgtype
staticprivate

Definition at line 34245 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::MassQuoteAcknowledgement::NoQuoteSets::NoQuoteEntries::_traits
staticprivate

Definition at line 34243 of file Myfix_classes.hpp.


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