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

OrderMassCancelReport (r), application, 182 fields, 11 groups. More...

#include <Myfix_classes.hpp>

Inheritance diagram for FIX8::TEX::OrderMassCancelReport:
FIX8::Message FIX8::MessageBase

Classes

class  NoAffectedOrders
 NoAffectedOrders (534), application, 3 fields, 0 groups, shares static data, hash: 0xb213de0. 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  NoNotAffectedOrders
 NoNotAffectedOrders (1370), application, 2 fields, 0 groups, shares static data, hash: 0x23a8ec11. 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  NoTargetPartyIDs
 NoTargetPartyIDs (1461), application, 3 fields, 0 groups, shares static data, hash: 0x77c3a9d6. More...
 
class  NoUnderlyingSecurityAltID
 NoUnderlyingSecurityAltID (457), application, 2 fields, 0 groups, shares static data, hash: 0x233a5f13. More...
 
class  NoUnderlyingStips
 NoUnderlyingStips (887), application, 2 fields, 0 groups, shares static data, hash: 0x236c49ff. More...
 
class  NoUndlyInstrumentParties
 NoUndlyInstrumentParties (1058), application, 4 fields, 1 group, shares static data, hash: 0x1f519834. More...
 

Public Member Functions

 OrderMassCancelReport (bool deepctor=true)
 
 ~OrderMassCancelReport ()=default
 
bool process (Router &rt) const
 
GroupBasecreate_nested_group (unsigned short fnum) const
 
- Public Member Functions inherited from FIX8::Message
template<typename InputIterator >
 Message (const F8MetaCntx &ctx, const f8String &msgType, const InputIterator begin, const size_t cnt, const FieldTrait_Hash_Array *ftha)
 
virtual ~Message ()
 Dtor. More...
 
MessageBaseHeader () const
 
MessageBaseTrailer () const
 
MessageBaseHeader ()
 
MessageBaseTrailer ()
 
unsigned decode (const f8String &from, unsigned offset=0, unsigned ignore=0, bool permissive_mode=false)
 
F8API size_t encode (f8String &to) const
 
F8API size_t encode (char **to) const
 Encode message with minimal copying. More...
 
F8API Messageclone () const
 
virtual bool is_admin () const
 
virtual void clear (bool reuse=true)
 
virtual void set_custom_seqnum (unsigned seqnum)
 
unsigned get_custom_seqnum () const
 
virtual void set_no_increment (bool flag=true)
 
virtual bool get_no_increment () const
 
bool get_end_of_batch () const
 
void set_end_of_batch (bool is_end_of_batch)
 
void setup_reuse ()
 
void push_unknown (Message *to) const
 
BaseFieldget_field_flattened (const unsigned short fnum) const
 
BaseFieldget_field_by_name_flattened (const char *tag) const
 
virtual F8API void print (std::ostream &os, int depth=0) const
 
- Public Member Functions inherited from FIX8::MessageBase
template<typename InputIterator >
 MessageBase (const struct F8MetaCntx &ctx, const f8String &msgType, const InputIterator begin, const size_t cnt, const FieldTrait_Hash_Array *ftha)
 
F8API MessageBase (const MessageBase &from)
 Copy ctor. More...
 
F8API MessageBaseoperator= (const MessageBase &that)
 Assignment operator. More...
 
virtual ~MessageBase ()
 Dtor. More...
 
void clear_positions ()
 empty the positions map More...
 
size_t size () const
 
F8API unsigned decode (const f8String &from, unsigned offset, unsigned ignore=0, bool permissive_mode=false)
 
unsigned decode_group (GroupBase *grpbase, const unsigned short fnum, const f8String &from, unsigned s_offset, unsigned ignore)
 
F8API size_t encode (std::ostream &to) const
 
F8API size_t encode (char *to) const
 
F8API size_t encode_group (const unsigned short fnum, std::ostream &to) const
 
F8API size_t encode_group (const unsigned short fnum, char *to) const
 
F8API unsigned check_positions ()
 
F8API unsigned copy_legal (MessageBase *to, bool force=false) const
 
F8API unsigned move_legal (MessageBase *to, bool force=false)
 
void push_unknown (MessageBase *to) const
 
void check_set_rlm (BaseField *where) const
 
const f8Stringget_msgtype () const
 
void add_field_decoder (const unsigned short fnum, const unsigned pos, BaseField *what)
 
void add_field (const unsigned short fnum, Presence::const_iterator itr, const unsigned pos, BaseField *what, bool check)
 
void add_field (const unsigned short fnum, Fields::iterator fitr, const unsigned pos, BaseField *what, bool check=true)
 
void add_field (const unsigned short fnum, const unsigned pos, BaseField *what, bool check=true)
 
void set (const unsigned short field, FieldTrait::TraitTypes type=FieldTrait::present)
 
template<typename T >
bool add_field (T *what)
 
bool add_field (BaseField *what)
 
Groupsget_groups ()
 
template<typename T >
bool operator+= (T *what)
 
template<typename T >
MessageBaseoperator<< (T *what)
 
template<typename T >
bool get (T &to) const
 
template<typename T >
bool has () const
 
bool is_legal (unsigned short fnum) const
 
template<typename T >
bool is_legal () const
 
template<typename T >
const T * get () const
 
template<typename T >
bool operator() (T &to) const
 
template<typename T >
const T * operator() () const
 
bool have (const unsigned short fnum) const
 
Fields::const_iterator find_field (const unsigned short fnum) const
 
BaseFieldget_field (const unsigned short fnum) const
 
BaseFieldget_field_by_name (const char *tag) const
 
Fields::const_iterator fields_begin () const
 
Fields::const_iterator fields_end () const
 
F8API BaseFieldreplace (const unsigned short fnum, Presence::const_iterator itr, BaseField *with)
 
F8API BaseFieldreplace (const unsigned short fnum, BaseField *with)
 
F8API GroupBasereplace (const unsigned short fnum, GroupBase *with)
 
F8API BaseFieldremove (const unsigned short fnum, Presence::const_iterator itr)
 
F8API BaseFieldremove (const unsigned short fnum)
 
template<typename T >
GroupBasefind_group () const
 
GroupBasefind_group (const unsigned short fnum) const
 
template<typename T >
GroupBasefind_add_group (GroupBase *grpbase=nullptr)
 
GroupBasefind_add_group (const unsigned short fnum, GroupBase *grpbase=nullptr)
 
template<typename T >
void append_group (T *what)
 
void add_group (GroupBase *what)
 
MessageBaseoperator<< (GroupBase *what)
 
void operator+= (GroupBase *what)
 
unsigned short getPos (const unsigned short field) const
 
bool add_trait (const FieldTrait &what)
 
template<typename InputIterator >
void add_trait (const InputIterator begin, const size_t cnt)
 
virtual F8API void print_field (const unsigned short fnum, std::ostream &os) const
 
virtual F8API void print_group (const unsigned short fnum, std::ostream &os, int depth=0) const
 
const FieldTraitsget_fp () const
 
void print_fp (std::ostream &os)
 
virtual begin_stringget_begin_string ()
 
virtual body_lengthget_body_length ()
 
virtual msg_typeget_msg_type ()
 
virtual check_sumget_check_sum ()
 
const f8Stringget_unknown () const
 

Static Public Member Functions

static const MsgTypeget_msgtype ()
 
- Static Public Member Functions inherited from FIX8::Message
static unsigned calc_chksum (const char *from, const size_t sz, const unsigned offset=0, const int len=-1)
 
static unsigned calc_chksum (const f8String &from, const unsigned offset=0, const int len=-1)
 
static f8String fmt_chksum (const unsigned val)
 
static Messagefactory (const F8MetaCntx &ctx, const char *from, bool no_chksum=false, bool permissive_mode=false)
 
static F8API Messagefactory (const F8MetaCntx &ctx, const f8String &from, bool no_chksum=false, bool permissive_mode=false)
 
- Static Public Member Functions inherited from FIX8::MessageBase
static unsigned extract_element (const char *from, const unsigned sz, char *tag, char *val)
 
static unsigned extract_element_fixed_width (const char *from, const unsigned sz, const unsigned val_sz, char *tag, char *val)
 
static unsigned extract_element (const char *from, const unsigned sz, f8String &tag, f8String &val)
 
static void set_tabsize (unsigned tabsize)
 
static unsigned get_tabsize ()
 
static bool has_group_count (const BaseField *bf)
 

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 F8_TEX_API const unsigned _fieldcnt = 182
 

Additional Inherited Members

- Static Protected Member Functions inherited from FIX8::MessageBase
static unsigned extract_header (const f8String &from, char *len, char *mtype)
 
static unsigned extract_trailer (const f8String &from, f8String &chksum)
 
- Protected Attributes inherited from FIX8::Message
MessageBase_header
 
MessageBase_trailer
 
unsigned _custom_seqnum
 
bool _no_increment
 
bool _end_of_batch
 
- Protected Attributes inherited from FIX8::MessageBase
Fields _fields
 
FieldTraits _fp
 
Positions _pos
 
Groups _groups
 
const f8String_msgType
 
const F8MetaCntx_ctx
 
- Static Protected Attributes inherited from FIX8::MessageBase
static F8API unsigned _tabsize = defaults::tabsize
 

Detailed Description

OrderMassCancelReport (r), application, 182 fields, 11 groups.

Definition at line 38363 of file Myfix_classes.hpp.

Constructor & Destructor Documentation

FIX8::TEX::OrderMassCancelReport::OrderMassCancelReport ( bool  deepctor = true)
inlineexplicit

Definition at line 38371 of file Myfix_classes.hpp.

References FIX8::MessageBase::_groups.

38372  {
38373  if (deepctor)
38374  _groups.insert({
38375  { 453, new NoPartyIDs },
38376  { 454, new NoSecurityAltID },
38377  { 457, new NoUnderlyingSecurityAltID },
38378  { 534, new NoAffectedOrders },
38379  { 864, new NoEvents },
38380  { 887, new NoUnderlyingStips },
38381  { 1018, new NoInstrumentParties },
38382  { 1058, new NoUndlyInstrumentParties },
38383  { 1370, new NoNotAffectedOrders },
38384  { 1461, new NoTargetPartyIDs },
38385  { 1483, new NoComplexEvents },
38386  });
38387  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
static F8_TEX_API const FieldTrait_Hash_Array _ftha
Field< NumInGroup, 454 > NoSecurityAltID
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
Field< NumInGroup, 1058 > NoUndlyInstrumentParties
Field< NumInGroup, 1018 > NoInstrumentParties
static F8_TEX_API const unsigned _fieldcnt
Field< NumInGroup, 887 > NoUnderlyingStips
Field< NumInGroup, 534 > NoAffectedOrders
Field< NumInGroup, 1483 > NoComplexEvents
Field< NumInGroup, 1370 > NoNotAffectedOrders
Message(const F8MetaCntx &ctx, const f8String &msgType, const InputIterator begin, const size_t cnt, const FieldTrait_Hash_Array *ftha)
Definition: message.hpp:1087
Field< NumInGroup, 457 > NoUnderlyingSecurityAltID
Field< NumInGroup, 1461 > NoTargetPartyIDs
FIX8::TEX::OrderMassCancelReport::~OrderMassCancelReport ( )
default

Member Function Documentation

GroupBase* FIX8::TEX::OrderMassCancelReport::create_nested_group ( unsigned short  fnum) const
inlinevirtual

Instantiate a new nested group element.

Parameters
fnumfield number of group to create
Returns
new message

Reimplemented from FIX8::MessageBase.

Definition at line 38392 of file Myfix_classes.hpp.

38393  {
38394  switch(fnum)
38395  {
38396  case 453: return new NoPartyIDs;
38397  case 454: return new NoSecurityAltID;
38398  case 457: return new NoUnderlyingSecurityAltID;
38399  case 534: return new NoAffectedOrders;
38400  case 864: return new NoEvents;
38401  case 887: return new NoUnderlyingStips;
38402  case 1018: return new NoInstrumentParties;
38403  case 1058: return new NoUndlyInstrumentParties;
38404  case 1370: return new NoNotAffectedOrders;
38405  case 1461: return new NoTargetPartyIDs;
38406  case 1483: return new NoComplexEvents;
38407  default: return nullptr;
38408  }
38409  }
Field< NumInGroup, 453 > NoPartyIDs
Field< NumInGroup, 864 > NoEvents
Field< NumInGroup, 454 > NoSecurityAltID
Field< NumInGroup, 1058 > NoUndlyInstrumentParties
Field< NumInGroup, 1018 > NoInstrumentParties
Field< NumInGroup, 887 > NoUnderlyingStips
Field< NumInGroup, 534 > NoAffectedOrders
Field< NumInGroup, 1483 > NoComplexEvents
Field< NumInGroup, 1370 > NoNotAffectedOrders
Field< NumInGroup, 457 > NoUnderlyingSecurityAltID
Field< NumInGroup, 1461 > NoTargetPartyIDs
static const MsgType& FIX8::TEX::OrderMassCancelReport::get_msgtype ( )
inlinestatic

Definition at line 38391 of file Myfix_classes.hpp.

References _msgtype.

38391 { return _msgtype; }
static F8_TEX_API const MsgType _msgtype
bool FIX8::TEX::OrderMassCancelReport::process ( Router rt) const
inlinevirtual

Initiate callback to appropriate process method from metadata.

Parameters
rtreference to router instance
Returns
true if correctly processed

Reimplemented from FIX8::Message.

Definition at line 38389 of file Myfix_classes.hpp.

38389 { return (static_cast<Myfix_Router&>(rt))(this); }

Member Data Documentation

F8_TEX_API const unsigned FIX8::TEX::OrderMassCancelReport::_fieldcnt = 182
staticprivate

Definition at line 38368 of file Myfix_classes.hpp.

const FieldTrait_Hash_Array FIX8::TEX::OrderMassCancelReport::_ftha
staticprivate

Definition at line 38366 of file Myfix_classes.hpp.

const MsgType FIX8::TEX::OrderMassCancelReport::_msgtype
staticprivate

Definition at line 38367 of file Myfix_classes.hpp.

Referenced by get_msgtype().

const FieldTrait FIX8::TEX::OrderMassCancelReport::_traits
staticprivate

Definition at line 38365 of file Myfix_classes.hpp.


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