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

NoLegs (555), application, 67 fields, 3 groups, shares static data, hash: 0x3cf045a4. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::QuoteRequestReject::NoRelatedSym::NoLegs:
FIX8::GroupBase

Classes

class  NoLegSecurityAltID
 NoLegSecurityAltID (604), application, 2 fields, 0 groups, shares static data, hash: 0x2348cd14. More...
 
class  NoLegStipulations
 NoLegStipulations (683), application, 2 fields, 0 groups, shares static data, hash: 0x2355708d. More...
 
class  NoNestedPartyIDs
 NoNestedPartyIDs (539), application, 4 fields, 1 group, shares static data, hash: 0x797a0073. More...
 

Public Types

enum  { _fnum = 555 }
 

Public Member Functions

 NoLegs ()
 
 ~NoLegs ()=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 = 67
 

Detailed Description

NoLegs (555), application, 67 fields, 3 groups, shares static data, hash: 0x3cf045a4.

Definition at line 6152 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 6160 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

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

Definition at line 6162 of file Myfix_classes.hpp.

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

Member Function Documentation

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

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

6165  {
6167  if (deepctor)
6168  mb->get_groups().insert({
6169  { 539, new NoNestedPartyIDs },
6170  { 604, new NoLegSecurityAltID },
6171  { 683, new NoLegStipulations },
6172  });
6173  return mb;
6174  }
friend class MessageBase
Definition: message.hpp:121
static F8_TEX_API const FieldTrait * _traits
Field< NumInGroup, 539 > NoNestedPartyIDs
Field< NumInGroup, 683 > NoLegStipulations
static F8_TEX_API const FieldTrait_Hash_Array & _ftha
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
Field< f8String, 604 > NoLegSecurityAltID
GroupBase* FIX8::TEX::QuoteRequestReject::NoRelatedSym::NoLegs::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 6178 of file Myfix_classes.hpp.

6179  {
6180  switch(fnum)
6181  {
6182  case 539: return new NoNestedPartyIDs;
6183  case 604: return new NoLegSecurityAltID;
6184  case 683: return new NoLegStipulations;
6185  default: return nullptr;
6186  }
6187  }
Field< NumInGroup, 539 > NoNestedPartyIDs
Field< NumInGroup, 683 > NoLegStipulations
Field< f8String, 604 > NoLegSecurityAltID
static const MsgType& FIX8::TEX::QuoteRequestReject::NoRelatedSym::NoLegs::get_msgtype ( )
inlinestatic

Definition at line 6176 of file Myfix_classes.hpp.

References _msgtype.

6176 { return _msgtype; }

Member Data Documentation

const unsigned FIX8::TEX::QuoteRequestReject::NoRelatedSym::NoLegs::_fieldcnt = 67
staticprivate

Definition at line 6157 of file Myfix_classes.hpp.

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

Definition at line 6155 of file Myfix_classes.hpp.

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

Definition at line 6156 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

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

Definition at line 6154 of file Myfix_classes.hpp.


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