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

Sorts fields in correct header order. More...

#include <MessageSorters.h>

Static Public Member Functions

static bool compare (const int x, const int y)
 
static int getOrderedPosition (const int field)
 

Detailed Description

Sorts fields in correct header order.

Definition at line 55 of file MessageSorters.h.

Member Function Documentation

◆ compare()

static bool FIX::header_order::compare ( const int  x,
const int  y 
)
inlinestatic

Definition at line 74 of file MessageSorters.h.

83 {
84  static bool compare( const int x, const int y, int* order, int largest )
85  {
86  if ( x <= largest && y <= largest )
87  {
88  int iX = order[ x ];
89  int iY = order[ y ];

◆ getOrderedPosition()

static int FIX::header_order::getOrderedPosition ( const int  field)
inlinestatic

Definition at line 91 of file MessageSorters.h.


The documentation for this struct was generated from the following file:
FIX::header_order::compare
static bool compare(const int x, const int y)
Definition: MessageSorters.h:74

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