fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::ExecutionReport::NoFills Class Reference

NoFills (1362), application, 5 fields, 1 group, is unique, hash: 0x651ddc6b. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::ExecutionReport::NoFills:
FIX8::GroupBase

Classes

class  NoNested4PartyIDs
 NoNested4PartyIDs (1414), application, 4 fields, 1 group, is unique, hash: 0xad97b091. More...
 

Public Types

enum  { _fnum = 1362 }
 

Public Member Functions

 NoFills ()
 
 ~NoFills ()=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 = 5
 

Detailed Description

NoFills (1362), application, 5 fields, 1 group, is unique, hash: 0x651ddc6b.

Definition at line 1789 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 1797 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::ExecutionReport::NoFills::NoFills ( )
inline

Definition at line 1799 of file Myfix_classes.hpp.

FIX8::TEX::ExecutionReport::NoFills::~NoFills ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::ExecutionReport::NoFills::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 1801 of file Myfix_classes.hpp.

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

1802  {
1804  if (deepctor)
1805  mb->get_groups().insert({1414, new NoNested4PartyIDs });
1806  return mb;
1807  }
friend class MessageBase
Definition: message.hpp:121
Field< NumInGroup, 1414 > NoNested4PartyIDs
static F8_TEX_API const FieldTrait _traits[]
const F8MetaCntx & ctx()
Compiler generated metadata object, accessed through this function.
static F8_TEX_API const MsgType _msgtype
static F8_TEX_API const FieldTrait_Hash_Array _ftha
GroupBase* FIX8::TEX::ExecutionReport::NoFills::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 1811 of file Myfix_classes.hpp.

1812  { return fnum == 1414 ? new NoNested4PartyIDs : nullptr; }
Field< NumInGroup, 1414 > NoNested4PartyIDs
static const MsgType& FIX8::TEX::ExecutionReport::NoFills::get_msgtype ( )
inlinestatic

Definition at line 1809 of file Myfix_classes.hpp.

References _msgtype.

1809 { return _msgtype; }
static F8_TEX_API const MsgType _msgtype

Member Data Documentation

const unsigned FIX8::TEX::ExecutionReport::NoFills::_fieldcnt = 5
staticprivate

Definition at line 1794 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::ExecutionReport::NoFills::_ftha
staticprivate

Definition at line 1792 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::ExecutionReport::NoFills::_msgtype
staticprivate

Definition at line 1793 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::ExecutionReport::NoFills::_traits
staticprivate
Initial value:
{
{1363,15, 1, 0,0x04}, {1364,11, 2, 0,0x04}, {1365,10, 3, 0,0x04}, {1414, 1, 4, 83,0x1c},
{1443, 1, 5, 0,0x04}
}

Definition at line 1791 of file Myfix_classes.hpp.


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