Static Public Member Functions
FIX::trailer_order Struct Reference

Sorts fields in correct trailer order. More...

#include <MessageSorters.h>

List of all members.

Static Public Member Functions

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

Detailed Description

Sorts fields in correct trailer order.

Definition at line 70 of file MessageSorters.h.


Member Function Documentation

static bool FIX::trailer_order::compare ( const int  x,
const int  y 
) [inline, static]

Definition at line 72 of file MessageSorters.h.

References FIX::FIELD::CheckSum.

Referenced by FIX::message_order::operator()().

  {
    if ( x == FIELD::CheckSum ) return false;
    else
      if ( y == FIELD::CheckSum ) return true;
      else return x < y;
  }

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

Generated on Mon Jun 23 2014 23:49:39 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001