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

NoQuoteEntries (295), application, 99 fields, 6 groups, is unique, hash: 0x4b72bde2. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::QuoteCancel::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...
 
class  NoUnderlyings
 NoUnderlyings (711), application, 72 fields, 3 groups, shares static data, hash: 0xb078f5a8. 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 = 99
 

Detailed Description

NoQuoteEntries (295), application, 99 fields, 6 groups, is unique, hash: 0x4b72bde2.

Definition at line 33278 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 33286 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::QuoteCancel::NoQuoteEntries::NoQuoteEntries ( )
inline

Definition at line 33288 of file Myfix_classes.hpp.

FIX8::TEX::QuoteCancel::NoQuoteEntries::~NoQuoteEntries ( )
default

Member Function Documentation

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

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

33291  {
33293  if (deepctor)
33294  mb->get_groups().insert({
33295  { 454, new NoSecurityAltID },
33296  { 555, new NoLegs },
33297  { 711, new NoUnderlyings },
33298  { 864, new NoEvents },
33299  { 1018, new NoInstrumentParties },
33300  { 1483, new NoComplexEvents },
33301  });
33302  return mb;
33303  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
static F8_TEX_API const FieldTrait_Hash_Array _ftha
Field< NumInGroup, 454 > NoSecurityAltID
friend class MessageBase
Definition: message.hpp:121
static F8_TEX_API const FieldTrait _traits[]
Field< NumInGroup, 555 > NoLegs
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
static F8_TEX_API const MsgType _msgtype
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1483 > NoComplexEvents
GroupBase* FIX8::TEX::QuoteCancel::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 33307 of file Myfix_classes.hpp.

33308  {
33309  switch(fnum)
33310  {
33311  case 454: return new NoSecurityAltID;
33312  case 555: return new NoLegs;
33313  case 711: return new NoUnderlyings;
33314  case 864: return new NoEvents;
33315  case 1018: return new NoInstrumentParties;
33316  case 1483: return new NoComplexEvents;
33317  default: return nullptr;
33318  }
33319  }
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 555 > NoLegs
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1483 > NoComplexEvents
static const MsgType& FIX8::TEX::QuoteCancel::NoQuoteEntries::get_msgtype ( )
inlinestatic

Definition at line 33305 of file Myfix_classes.hpp.

References _msgtype.

33305 { return _msgtype; }
static F8_TEX_API const MsgType _msgtype

Member Data Documentation

const unsigned FIX8::TEX::QuoteCancel::NoQuoteEntries::_fieldcnt = 99
staticprivate

Definition at line 33283 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::QuoteCancel::NoQuoteEntries::_ftha
staticprivate

Definition at line 33281 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::QuoteCancel::NoQuoteEntries::_msgtype
staticprivate

Definition at line 33282 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::QuoteCancel::NoQuoteEntries::_traits
staticprivate
Initial value:
{
{ 22,15, 4, 54,0x14}, { 48,15, 3, 54,0x14}, { 55,15, 1, 54,0x14}, { 65,15, 2, 54,0x14},
{ 106,15, 30, 54,0x14}, { 107,15, 33, 54,0x14}, { 167,15, 8, 54,0x14}, { 200,21, 10, 54,0x14},
{ 201, 1, 71, 54,0x14}, { 202,11, 24, 54,0x14}, { 206, 7, 26, 54,0x14}, { 207,20, 29, 54,0x14},
{ 223,14, 28, 54,0x14}, { 224,25, 12, 54,0x14}, { 225,25, 13, 54,0x14}, { 226, 1, 15, 54,0x14},
{ 227,14, 16, 54,0x14}, { 228, 9, 17, 54,0x14}, { 231, 9, 27, 54,0x14}, { 239, 1, 14, 54,0x14},
{ 240,25, 23, 54,0x14}, { 255,15, 18, 54,0x14}, { 348, 2, 31, 54,0x14}, { 349,28, 32, 54,0x14},
{ 350, 2, 34, 54,0x14}, { 351,28, 35, 54,0x14}, { 454, 1, 5,142,0x1c}, { 460, 1, 6, 54,0x14},
{ 461,15, 7, 54,0x14}, { 470,18, 20, 54,0x14}, { 471,15, 21, 54,0x14}, { 472,15, 22, 54,0x14},
{ 541,25, 11, 54,0x14}, { 543,15, 19, 54,0x14}, { 555, 1, 99, 49,0x1c}, { 667,21, 37, 54,0x14},
{ 691,15, 36, 54,0x14}, { 711, 1, 98,188,0x1c}, { 762,15, 9, 54,0x14}, { 788, 1, 93, 44,0x14},
{ 864, 1, 40, 38,0x1c}, { 873,25, 41, 54,0x14}, { 874,25, 42, 54,0x14}, { 875, 1, 38, 54,0x14},
{ 876,15, 39, 54,0x14}, { 898,14, 97, 44,0x14}, { 913,15, 89, 44,0x14}, { 914,15, 90, 44,0x14},
{ 915,25, 91, 44,0x14}, { 916,25, 94, 44,0x14}, { 917,25, 95, 44,0x14}, { 918,19, 92, 44,0x14},
{ 919, 1, 96, 44,0x14}, { 947,19, 25, 54,0x14}, { 965,15, 43, 54,0x14}, { 966,15, 44, 54,0x14},
{ 967, 9, 46, 54,0x14}, { 968, 9, 47, 54,0x14}, { 969, 9, 48, 54,0x14}, { 970, 1, 49, 54,0x14},
{ 971, 1, 50, 54,0x14}, { 996,15, 52, 54,0x14}, { 997,15, 53, 54,0x14}, {1018, 1, 51, 57,0x1c},
{1049, 7, 45, 54,0x14}, {1079,26, 54, 54,0x14}, {1146,13, 56, 54,0x14}, {1147,10, 57, 54,0x14},
{1151,15, 55, 54,0x14}, {1184, 2, 58,150,0x14}, {1185,29, 59,150,0x14}, {1186,15, 60,150,0x14},
{1191,15, 62, 54,0x14}, {1192,10, 63, 54,0x14}, {1193, 7, 64, 54,0x14}, {1194, 1, 65, 54,0x14},
{1195,13, 66, 54,0x14}, {1196,15, 67, 54,0x14}, {1197,15, 74, 54,0x14}, {1198, 1, 68, 54,0x14},
{1199,11, 69, 54,0x14}, {1200,11, 70, 54,0x14}, {1227,15, 61, 54,0x14}, {1242, 8, 73, 54,0x14},
{1244, 8, 72, 54,0x14}, {1435, 1, 75, 54,0x14}, {1439, 1, 76, 54,0x14}, {1449,15, 77, 54,0x14},
{1450,15, 78, 54,0x14}, {1451,14, 79, 54,0x14}, {1452,14, 80, 54,0x14}, {1457,14, 81, 54,0x14},
{1458,14, 82, 54,0x14}, {1478, 1, 83, 54,0x14}, {1479, 1, 84, 54,0x14}, {1480,14, 85, 54,0x14},
{1481, 1, 86, 54,0x14}, {1482, 1, 87, 54,0x14}, {1483, 1, 88, 21,0x1c}
}

Definition at line 33280 of file Myfix_classes.hpp.


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