fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::AllocationInstructionAlert::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::AllocationInstructionAlert::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 19673 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 19681 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::AllocationInstructionAlert::NoAllocs::NoAllocs ( )
inline

Definition at line 19683 of file Myfix_classes.hpp.

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

Member Function Documentation

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

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

19686  {
19688  if (deepctor)
19689  mb->get_groups().insert({
19690  { 85, new NoDlvyInst },
19691  { 136, new NoMiscFees },
19692  { 539, new NoNestedPartyIDs },
19693  { 576, new NoClearingInstructions },
19694  });
19695  return mb;
19696  }
static F8_TEX_API const MsgType & _msgtype
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 * _traits
Field< NumInGroup, 576 > NoClearingInstructions
static F8_TEX_API const FieldTrait_Hash_Array & _ftha
GroupBase* FIX8::TEX::AllocationInstructionAlert::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 19700 of file Myfix_classes.hpp.

19701  {
19702  switch(fnum)
19703  {
19704  case 85: return new NoDlvyInst;
19705  case 136: return new NoMiscFees;
19706  case 539: return new NoNestedPartyIDs;
19707  case 576: return new NoClearingInstructions;
19708  default: return nullptr;
19709  }
19710  }
Field< NumInGroup, 85 > NoDlvyInst
Field< NumInGroup, 136 > NoMiscFees
Field< NumInGroup, 539 > NoNestedPartyIDs
Field< NumInGroup, 576 > NoClearingInstructions
static const MsgType& FIX8::TEX::AllocationInstructionAlert::NoAllocs::get_msgtype ( )
inlinestatic

Definition at line 19698 of file Myfix_classes.hpp.

References _msgtype.

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

Member Data Documentation

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

Definition at line 19678 of file Myfix_classes.hpp.

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

Definition at line 19676 of file Myfix_classes.hpp.

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

Definition at line 19677 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

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

Definition at line 19675 of file Myfix_classes.hpp.


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