fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::SettlementObligationReport::NoSettlOblig Class Reference

NoSettlOblig (1165), application, 103 fields, 6 groups, is unique, hash: 0x6da3e04. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::SettlementObligationReport::NoSettlOblig:
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  NoPartyIDs
 NoPartyIDs (453), application, 4 fields, 1 group, shares static data, hash: 0xe5f4bbef. More...
 
class  NoSecurityAltID
 NoSecurityAltID (454), application, 2 fields, 0 groups, shares static data, hash: 0x233bfebe. More...
 
class  NoSettlDetails
 NoSettlDetails (1158), application, 2 fields, 1 group, shares static data, hash: 0x13e099a5. More...
 

Public Types

enum  { _fnum = 1165 }
 

Public Member Functions

 NoSettlOblig ()
 
 ~NoSettlOblig ()=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 = 103
 

Detailed Description

NoSettlOblig (1165), application, 103 fields, 6 groups, is unique, hash: 0x6da3e04.

Definition at line 21824 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 21832 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::SettlementObligationReport::NoSettlOblig::NoSettlOblig ( )
inline

Definition at line 21834 of file Myfix_classes.hpp.

FIX8::TEX::SettlementObligationReport::NoSettlOblig::~NoSettlOblig ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::SettlementObligationReport::NoSettlOblig::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 21836 of file Myfix_classes.hpp.

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

21837  {
21839  if (deepctor)
21840  mb->get_groups().insert({
21841  { 453, new NoPartyIDs },
21842  { 454, new NoSecurityAltID },
21843  { 864, new NoEvents },
21844  { 1018, new NoInstrumentParties },
21845  { 1158, new NoSettlDetails },
21846  { 1483, new NoComplexEvents },
21847  });
21848  return mb;
21849  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
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[]
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1158 > NoSettlDetails
Field< NumInGroup, 1483 > NoComplexEvents
GroupBase* FIX8::TEX::SettlementObligationReport::NoSettlOblig::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 21853 of file Myfix_classes.hpp.

21854  {
21855  switch(fnum)
21856  {
21857  case 453: return new NoPartyIDs;
21858  case 454: return new NoSecurityAltID;
21859  case 864: return new NoEvents;
21860  case 1018: return new NoInstrumentParties;
21861  case 1158: return new NoSettlDetails;
21862  case 1483: return new NoComplexEvents;
21863  default: return nullptr;
21864  }
21865  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 1158 > NoSettlDetails
Field< NumInGroup, 1483 > NoComplexEvents
static const MsgType& FIX8::TEX::SettlementObligationReport::NoSettlOblig::get_msgtype ( )
inlinestatic

Definition at line 21851 of file Myfix_classes.hpp.

References _msgtype.

21851 { return _msgtype; }

Member Data Documentation

const unsigned FIX8::TEX::SettlementObligationReport::NoSettlOblig::_fieldcnt = 103
staticprivate

Definition at line 21829 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::SettlementObligationReport::NoSettlOblig::_ftha
staticprivate

Definition at line 21827 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::SettlementObligationReport::NoSettlOblig::_msgtype
staticprivate

Definition at line 21828 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

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

Definition at line 21826 of file Myfix_classes.hpp.


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