fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::TradeCaptureReport::NoSides Class Reference

NoSides (552), application, 104 fields, 8 groups, is unique, hash: 0xdd2fb4eb. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::TradeCaptureReport::NoSides:
FIX8::GroupBase

Classes

class  NoAllocs
 NoAllocs (78), application, 10 fields, 1 group, shares static data, hash: 0xe18009de. More...
 
class  NoClearingInstructions
 NoClearingInstructions (576), application, 1 field, 0 groups, shares static data, hash: 0x80001a40. More...
 
class  NoContAmts
 NoContAmts (518), application, 3 fields, 0 groups, shares static data, hash: 0xb32a7415. More...
 
class  NoMiscFees
 NoMiscFees (136), application, 4 fields, 0 groups, shares static data, hash: 0x4e6deec9. More...
 
class  NoPartyIDs
 NoPartyIDs (453), application, 4 fields, 1 group, shares static data, hash: 0xe5f4bbef. More...
 
class  NoSettlDetails
 NoSettlDetails (1158), application, 2 fields, 1 group, shares static data, hash: 0x13e099a5. More...
 
class  NoSideTrdRegTS
 NoSideTrdRegTS (1016), application, 3 fields, 0 groups, shares static data, hash: 0x7f123e3c. More...
 
class  NoStipulations
 NoStipulations (232), application, 2 fields, 0 groups, shares static data, hash: 0x231e1b39. More...
 

Public Types

enum  { _fnum = 552 }
 

Public Member Functions

 NoSides ()
 
 ~NoSides ()=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 = 104
 

Detailed Description

NoSides (552), application, 104 fields, 8 groups, is unique, hash: 0xdd2fb4eb.

Definition at line 4739 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 4747 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::TradeCaptureReport::NoSides::NoSides ( )
inline

Definition at line 4749 of file Myfix_classes.hpp.

FIX8::TEX::TradeCaptureReport::NoSides::~NoSides ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::TradeCaptureReport::NoSides::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 4751 of file Myfix_classes.hpp.

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

4752  {
4754  if (deepctor)
4755  mb->get_groups().insert({
4756  { 78, new NoAllocs },
4757  { 136, new NoMiscFees },
4758  { 232, new NoStipulations },
4759  { 453, new NoPartyIDs },
4760  { 518, new NoContAmts },
4761  { 576, new NoClearingInstructions },
4762  { 1016, new NoSideTrdRegTS },
4763  { 1158, new NoSettlDetails },
4764  });
4765  return mb;
4766  }
Field< NumInGroup, 453 > NoPartyIDs
static F8_TEX_API const MsgType _msgtype
Field< NumInGroup, 78 > NoAllocs
Field< NumInGroup, 518 > NoContAmts
friend class MessageBase
Definition: message.hpp:121
Field< NumInGroup, 136 > NoMiscFees
Field< NumInGroup, 1016 > NoSideTrdRegTS
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
static F8_TEX_API const FieldTrait _traits[]
Field< NumInGroup, 1158 > NoSettlDetails
Field< NumInGroup, 576 > NoClearingInstructions
static F8_TEX_API const FieldTrait_Hash_Array _ftha
Field< NumInGroup, 232 > NoStipulations
GroupBase* FIX8::TEX::TradeCaptureReport::NoSides::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 4770 of file Myfix_classes.hpp.

4771  {
4772  switch(fnum)
4773  {
4774  case 78: return new NoAllocs;
4775  case 136: return new NoMiscFees;
4776  case 232: return new NoStipulations;
4777  case 453: return new NoPartyIDs;
4778  case 518: return new NoContAmts;
4779  case 576: return new NoClearingInstructions;
4780  case 1016: return new NoSideTrdRegTS;
4781  case 1158: return new NoSettlDetails;
4782  default: return nullptr;
4783  }
4784  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 78 > NoAllocs
Field< NumInGroup, 518 > NoContAmts
Field< NumInGroup, 136 > NoMiscFees
Field< NumInGroup, 1016 > NoSideTrdRegTS
Field< NumInGroup, 1158 > NoSettlDetails
Field< NumInGroup, 576 > NoClearingInstructions
Field< NumInGroup, 232 > NoStipulations
static const MsgType& FIX8::TEX::TradeCaptureReport::NoSides::get_msgtype ( )
inlinestatic

Definition at line 4768 of file Myfix_classes.hpp.

References _msgtype.

4768 { return _msgtype; }
static F8_TEX_API const MsgType _msgtype

Member Data Documentation

const unsigned FIX8::TEX::TradeCaptureReport::NoSides::_fieldcnt = 104
staticprivate

Definition at line 4744 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::TradeCaptureReport::NoSides::_ftha
staticprivate

Definition at line 4742 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::TradeCaptureReport::NoSides::_msgtype
staticprivate

Definition at line 4743 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::TradeCaptureReport::NoSides::_traits
staticprivate
Initial value:
{
{ 1,15, 3, 0,0x04}, { 11,15, 65,173,0x14}, { 12,13, 17, 16,0x14}, { 13, 7, 18, 16,0x14},
{ 14,10, 82,173,0x14}, { 18,16, 74,173,0x14}, { 37,15, 63,173,0x14}, { 38,10, 76, 93,0x14},
{ 39, 7, 75,173,0x14}, { 40, 7, 71,173,0x14}, { 44,11, 72,173,0x14}, { 54, 7, 1, 0,0x05},
{ 58,15, 36, 0,0x04}, { 59, 7, 83,173,0x14}, { 66,15, 67,173,0x14}, { 70,15, 46, 0,0x04},
{ 77, 7, 35, 0,0x04}, { 78, 1, 47,176,0x1c}, { 81, 7, 6, 0,0x04}, { 83, 1, 52, 0,0x04},
{ 99,11, 73,173,0x14}, { 118,13, 31, 0,0x04}, { 119,13, 32, 0,0x04}, { 126,22, 84,173,0x14},
{ 136, 1, 42, 77,0x1c}, { 151,10, 81,173,0x14}, { 152,10, 77, 93,0x14}, { 155, 9, 33, 0,0x04},
{ 156, 7, 34, 0,0x04}, { 157, 1, 21, 0,0x04}, { 158,14, 23, 0,0x04}, { 159,13, 24, 0,0x04},
{ 198,15, 64,173,0x14}, { 230,25, 22, 0,0x04}, { 232, 1, 41,162,0x1c}, { 237,13, 30, 0,0x04},
{ 238,13, 29, 0,0x04}, { 336,15, 14, 0,0x04}, { 354, 2, 37, 0,0x04}, { 355,28, 38, 0,0x04},
{ 376,15, 11, 0,0x04}, { 377, 8, 12, 0,0x04}, { 430, 1, 58, 0,0x04}, { 453, 1, 2, 94,0x1c},
{ 468, 7, 79, 93,0x14}, { 469, 9, 80, 93,0x14}, { 479,19, 19, 16,0x14}, { 483,22, 98,173,0x14},
{ 497, 7, 20, 16,0x14}, { 516,14, 78, 93,0x14}, { 518, 1, 40, 22,0x1c}, { 526,15, 66,173,0x14},
{ 528, 7, 93,173,0x14}, { 529,16, 94,173,0x14}, { 575, 8, 7, 0,0x04}, { 576, 1, 8, 14,0x1c},
{ 578,15, 9, 0,0x04}, { 579,15, 10, 0,0x04}, { 581, 1, 5, 0,0x04}, { 582, 1, 13, 0,0x04},
{ 586,22, 99,173,0x14}, { 591, 7, 45, 0,0x04}, { 625,15, 15, 0,0x04}, { 660, 1, 4, 0,0x04},
{ 738,13, 25, 0,0x04}, { 752, 1, 39, 0,0x04}, { 775, 1,100,173,0x14}, { 821,15, 96,173,0x14},
{ 825,15, 43, 0,0x04}, { 826, 1, 44, 0,0x04}, { 920,13, 26, 0,0x04}, { 921,13, 27, 0,0x04},
{ 922,13, 28, 0,0x04}, { 943,15, 16, 0,0x04}, {1005,15, 49, 0,0x04}, {1006,15, 50, 0,0x04},
{1007,15, 51, 0,0x04}, {1008, 1, 53, 0,0x04}, {1009, 1, 48, 0,0x04}, {1016, 1, 54,159,0x1c},
{1057, 8, 56, 0,0x04}, {1072,13, 55, 0,0x04}, {1080,15, 68,173,0x14}, {1081, 7, 69,173,0x14},
{1082,10, 85, 36,0x14}, {1083, 7, 86, 36,0x14}, {1084, 7, 87, 36,0x14}, {1085,10, 88, 36,0x14},
{1086,10, 89, 36,0x14}, {1087,10, 90, 36,0x14}, {1088,10, 91, 36,0x14}, {1093, 7, 97,173,0x14},
{1115, 7, 62, 0,0x04}, {1138,10, 92, 36,0x14}, {1139,15, 57, 0,0x04}, {1154,19, 59, 0,0x04},
{1155,19, 60, 0,0x04}, {1158, 1, 61,151,0x1c}, {1427,15,101, 0,0x04}, {1428, 1,102, 0,0x04},
{1429, 1,103, 0,0x04}, {1431, 1, 70,173,0x14}, {1432, 1, 95,173,0x14}, {1444, 1,104, 0,0x04}
}

Definition at line 4741 of file Myfix_classes.hpp.


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