fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::AllocationReport::NoAllocs Class Reference

NoAllocs (78), application, 41 fields, 4 groups, shares static data, hash: 0x9f17fe98. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::AllocationReport::NoAllocs:
FIX8::GroupBase

Classes

class  NoClearingInstructions
 NoClearingInstructions (576), application, 1 field, 0 groups, shares static data, hash: 0x80001a40. More...
 
class  NoDlvyInst
 NoDlvyInst (85), application, 3 fields, 1 group, shares static data, hash: 0x501d4298. More...
 
class  NoMiscFees
 NoMiscFees (136), application, 4 fields, 0 groups, shares static data, hash: 0x4e6deec9. More...
 
class  NoNestedPartyIDs
 NoNestedPartyIDs (539), application, 4 fields, 1 group, shares static data, hash: 0x797a0073. More...
 

Public Types

enum  { _fnum = 78 }
 

Public Member Functions

 NoAllocs ()
 
 ~NoAllocs ()=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 = 41
 

Detailed Description

NoAllocs (78), application, 41 fields, 4 groups, shares static data, hash: 0x9f17fe98.

Definition at line 12803 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 12811 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::AllocationReport::NoAllocs::NoAllocs ( )
inline

Definition at line 12813 of file Myfix_classes.hpp.

FIX8::TEX::AllocationReport::NoAllocs::~NoAllocs ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::AllocationReport::NoAllocs::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 12815 of file Myfix_classes.hpp.

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

12816  {
12818  if (deepctor)
12819  mb->get_groups().insert({
12820  { 85, new NoDlvyInst },
12821  { 136, new NoMiscFees },
12822  { 539, new NoNestedPartyIDs },
12823  { 576, new NoClearingInstructions },
12824  });
12825  return mb;
12826  }
Field< NumInGroup, 85 > NoDlvyInst
friend class MessageBase
Definition: message.hpp:121
Field< NumInGroup, 136 > NoMiscFees
Field< NumInGroup, 539 > NoNestedPartyIDs
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
static F8_TEX_API const FieldTrait_Hash_Array & _ftha
static F8_TEX_API const MsgType & _msgtype
static F8_TEX_API const FieldTrait * _traits
Field< NumInGroup, 576 > NoClearingInstructions
GroupBase* FIX8::TEX::AllocationReport::NoAllocs::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 12830 of file Myfix_classes.hpp.

12831  {
12832  switch(fnum)
12833  {
12834  case 85: return new NoDlvyInst;
12835  case 136: return new NoMiscFees;
12836  case 539: return new NoNestedPartyIDs;
12837  case 576: return new NoClearingInstructions;
12838  default: return nullptr;
12839  }
12840  }
Field< NumInGroup, 85 > NoDlvyInst
Field< NumInGroup, 136 > NoMiscFees
Field< NumInGroup, 539 > NoNestedPartyIDs
Field< NumInGroup, 576 > NoClearingInstructions
static const MsgType& FIX8::TEX::AllocationReport::NoAllocs::get_msgtype ( )
inlinestatic

Definition at line 12828 of file Myfix_classes.hpp.

References _msgtype.

12828 { return _msgtype; }
static F8_TEX_API const MsgType & _msgtype

Member Data Documentation

const unsigned FIX8::TEX::AllocationReport::NoAllocs::_fieldcnt = 41
staticprivate

Definition at line 12808 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array & FIX8::TEX::AllocationReport::NoAllocs::_ftha
staticprivate

Definition at line 12806 of file Myfix_classes.hpp.

const MsgType & FIX8::TEX::AllocationReport::NoAllocs::_msgtype
staticprivate

Definition at line 12807 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait * FIX8::TEX::AllocationReport::NoAllocs::_traits
staticprivate

Definition at line 12805 of file Myfix_classes.hpp.


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