fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::SettlementInstructions::NoSettlInst Class Reference

NoSettlInst (778), application, 26 fields, 2 groups, is unique, hash: 0xa3b6cd5f. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::SettlementInstructions::NoSettlInst:
FIX8::GroupBase

Classes

class  NoDlvyInst
 NoDlvyInst (85), application, 3 fields, 1 group, shares static data, hash: 0x501d4298. More...
 
class  NoPartyIDs
 NoPartyIDs (453), application, 4 fields, 1 group, shares static data, hash: 0xe5f4bbef. More...
 

Public Types

enum  { _fnum = 778 }
 

Public Member Functions

 NoSettlInst ()
 
 ~NoSettlInst ()=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 = 26
 

Detailed Description

NoSettlInst (778), application, 26 fields, 2 groups, is unique, hash: 0xa3b6cd5f.

Definition at line 31421 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 31429 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::SettlementInstructions::NoSettlInst::NoSettlInst ( )
inline

Definition at line 31431 of file Myfix_classes.hpp.

FIX8::TEX::SettlementInstructions::NoSettlInst::~NoSettlInst ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::SettlementInstructions::NoSettlInst::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 31433 of file Myfix_classes.hpp.

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

31434  {
31436  if (deepctor)
31437  mb->get_groups().insert({
31438  { 85, new NoDlvyInst },
31439  { 453, new NoPartyIDs },
31440  });
31441  return mb;
31442  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 85 > NoDlvyInst
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.
static F8_TEX_API const FieldTrait_Hash_Array _ftha
GroupBase* FIX8::TEX::SettlementInstructions::NoSettlInst::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 31446 of file Myfix_classes.hpp.

31447  {
31448  switch(fnum)
31449  {
31450  case 85: return new NoDlvyInst;
31451  case 453: return new NoPartyIDs;
31452  default: return nullptr;
31453  }
31454  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 85 > NoDlvyInst
static const MsgType& FIX8::TEX::SettlementInstructions::NoSettlInst::get_msgtype ( )
inlinestatic

Definition at line 31444 of file Myfix_classes.hpp.

References _msgtype.

31444 { return _msgtype; }

Member Data Documentation

const unsigned FIX8::TEX::SettlementInstructions::NoSettlInst::_fieldcnt = 26
staticprivate

Definition at line 31426 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::SettlementInstructions::NoSettlInst::_ftha
staticprivate

Definition at line 31424 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::SettlementInstructions::NoSettlInst::_msgtype
staticprivate

Definition at line 31425 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::SettlementInstructions::NoSettlInst::_traits
staticprivate
Initial value:
{
{ 54, 7, 5, 0,0x04}, { 85, 1, 16, 37,0x1c}, { 120,19, 26, 0,0x04}, { 126,22, 10, 0,0x04},
{ 162,15, 1, 0,0x04}, { 163, 7, 2, 0,0x04}, { 167,15, 7, 0,0x04}, { 168,22, 9, 0,0x04},
{ 169, 1, 13,153,0x14}, { 170,15, 14,153,0x14}, { 171,15, 15,153,0x14}, { 172, 1, 12,153,0x14},
{ 214,15, 3, 0,0x04}, { 453, 1, 4, 94,0x1c}, { 460, 1, 6, 0,0x04}, { 461,15, 8, 0,0x04},
{ 476,15, 18, 0,0x04}, { 488,15, 19, 0,0x04}, { 489,15, 20, 0,0x04}, { 490,25, 22, 0,0x04},
{ 491,15, 23, 0,0x04}, { 492, 1, 17, 0,0x04}, { 503,25, 21, 0,0x04}, { 504,25, 24, 0,0x04},
{ 505,15, 25, 0,0x04}, { 779,22, 11, 0,0x04}
}

Definition at line 31423 of file Myfix_classes.hpp.


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