Static Public Member Functions | List of all members
FIX::group_order Struct Reference

Sorts fields in correct group order. More...

#include <MessageSorters.h>

Static Public Member Functions

static bool compare (const int x, const int y, int *order, int largest)
 

Detailed Description

Sorts fields in correct group order.

Definition at line 99 of file MessageSorters.h.

Member Function Documentation

◆ compare()

static bool FIX::group_order::compare ( const int  x,
const int  y,
int *  order,
int  largest 
)
inlinestatic

Definition at line 101 of file MessageSorters.h.

114 {
115 public:
116  enum cmp_mode { header, trailer, normal, group };
117 
118  message_order( cmp_mode mode = normal )
119  : m_mode( mode ), m_delim( 0 ), m_largest( 0 ) {}

The documentation for this struct was generated from the following file:

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001