fix8  version 1.4.0
Open Source C++ FIX Framework
FIX8::TEX::NewOrderList::NoOrders Class Reference

NoOrders (73), application, 228 fields, 10 groups, is unique, hash: 0x8834a14a. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::NewOrderList::NoOrders:
FIX8::GroupBase

Classes

class  NoAllocs
 NoAllocs (78), application, 6 fields, 1 group, shares static data, hash: 0x210f1ab6. More...
 
class  NoComplexEvents
 NoComplexEvents (1483), application, 8 fields, 1 group, shares static data, hash: 0xeafe7f40. More...
 
class  NoEvents
 NoEvents (864), application, 5 fields, 0 groups, shares static data, hash: 0xfc9cd015. More...
 
class  NoInstrumentParties
 NoInstrumentParties (1018), application, 4 fields, 1 group, shares static data, hash: 0x73c90a7e. More...
 
class  NoPartyIDs
 NoPartyIDs (453), application, 4 fields, 1 group, shares static data, hash: 0xe5f4bbef. More...
 
class  NoSecurityAltID
 NoSecurityAltID (454), application, 2 fields, 0 groups, shares static data, hash: 0x233bfebe. More...
 
class  NoStipulations
 NoStipulations (232), application, 2 fields, 0 groups, shares static data, hash: 0x231e1b39. More...
 
class  NoStrategyParameters
 NoStrategyParameters (957), application, 3 fields, 0 groups, shares static data, hash: 0x571a4f4c. More...
 
class  NoTradingSessions
 NoTradingSessions (386), application, 2 fields, 0 groups, shares static data, hash: 0x23290f55. More...
 
class  NoUnderlyings
 NoUnderlyings (711), application, 72 fields, 3 groups, shares static data, hash: 0xb078f5a8. More...
 

Public Types

enum  { _fnum = 73 }
 

Public Member Functions

 NoOrders ()
 
 ~NoOrders ()=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 = 228
 

Detailed Description

NoOrders (73), application, 228 fields, 10 groups, is unique, hash: 0x8834a14a.

Definition at line 26881 of file Myfix_classes.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
_fnum 

Definition at line 26889 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::NewOrderList::NoOrders::NoOrders ( )
inline

Definition at line 26891 of file Myfix_classes.hpp.

FIX8::TEX::NewOrderList::NoOrders::~NoOrders ( )
default

Member Function Documentation

MessageBase* FIX8::TEX::NewOrderList::NoOrders::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 26893 of file Myfix_classes.hpp.

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

26894  {
26896  if (deepctor)
26897  mb->get_groups().insert({
26898  { 78, new NoAllocs },
26899  { 232, new NoStipulations },
26900  { 386, new NoTradingSessions },
26901  { 453, new NoPartyIDs },
26902  { 454, new NoSecurityAltID },
26903  { 711, new NoUnderlyings },
26904  { 864, new NoEvents },
26905  { 957, new NoStrategyParameters },
26906  { 1018, new NoInstrumentParties },
26907  { 1483, new NoComplexEvents },
26908  });
26909  return mb;
26910  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
Field< NumInGroup, 78 > NoAllocs
Field< NumInGroup, 454 > NoSecurityAltID
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
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 957 > NoStrategyParameters
Field< NumInGroup, 386 > NoTradingSessions
Field< NumInGroup, 1483 > NoComplexEvents
static F8_TEX_API const MsgType _msgtype
Field< NumInGroup, 232 > NoStipulations
GroupBase* FIX8::TEX::NewOrderList::NoOrders::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 26914 of file Myfix_classes.hpp.

26915  {
26916  switch(fnum)
26917  {
26918  case 78: return new NoAllocs;
26919  case 232: return new NoStipulations;
26920  case 386: return new NoTradingSessions;
26921  case 453: return new NoPartyIDs;
26922  case 454: return new NoSecurityAltID;
26923  case 711: return new NoUnderlyings;
26924  case 864: return new NoEvents;
26925  case 957: return new NoStrategyParameters;
26926  case 1018: return new NoInstrumentParties;
26927  case 1483: return new NoComplexEvents;
26928  default: return nullptr;
26929  }
26930  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 711 > NoUnderlyings
Field< NumInGroup, 78 > NoAllocs
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 957 > NoStrategyParameters
Field< NumInGroup, 386 > NoTradingSessions
Field< NumInGroup, 1483 > NoComplexEvents
Field< NumInGroup, 232 > NoStipulations
static const MsgType& FIX8::TEX::NewOrderList::NoOrders::get_msgtype ( )
inlinestatic

Definition at line 26912 of file Myfix_classes.hpp.

References _msgtype.

26912 { return _msgtype; }
static F8_TEX_API const MsgType _msgtype

Member Data Documentation

const unsigned FIX8::TEX::NewOrderList::NoOrders::_fieldcnt = 228
staticprivate

Definition at line 26886 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::NewOrderList::NoOrders::_ftha
staticprivate

Definition at line 26884 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::NewOrderList::NoOrders::_msgtype
staticprivate

Definition at line 26885 of file Myfix_classes.hpp.

Referenced by create_group(), and get_msgtype().

const FieldTrait FIX8::TEX::NewOrderList::NoOrders::_traits
staticprivate

Definition at line 26883 of file Myfix_classes.hpp.


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