FieldNumbers.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 
3 /****************************************************************************
4 ** Copyright (c) 2001-2014
5 **
6 ** This file is part of the QuickFIX FIX Engine
7 **
8 ** This file may be distributed under the terms of the quickfixengine.org
9 ** license as defined by quickfixengine.org and appearing in the file
10 ** LICENSE included in the packaging of this file.
11 **
12 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
13 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
14 **
15 ** See http://www.quickfixengine.org/LICENSE for licensing information.
16 **
17 ** Contact ask@quickfixengine.org if any conditions of this licensing are
18 ** not clear to you.
19 **
20 ****************************************************************************/
21 
22 #ifndef FIX_FIELDNUMBERS_BASE_H
23 #define FIX_FIELDNUMBERS_BASE_H
24 
25 #include <iostream>
26 #include "FixFieldNumbers.h"
27 
28 namespace FIX
29 {
30  namespace FIELD
31  {
32  const int FIX40_LastField = PrevClosePx;
33  const int FIX41_LastField = PegDifference;
34  const int FIX42_LastField = EncodedListStatusText;
35  const int FIX43_LastField = SideComplianceID;
36  const int FIX44_LastField = LegInterestAccrualDate;
37  const int FIX50_LastField = ExchangeSpecialInstructions;
38  const int NormalMin = 1;
39  const int NormalMax = 4999;
40  const int UserMin = 5000;
41  const int UserMax = 9999;
42  const int InternalMin = 10000;
43  }
44 }
45 
46 #endif //FIX_FIELDNUMBERS_BASE_H
FIX::FIELD::UserMax
const int UserMax
Definition: FieldNumbers.h:75
FIX::FIELD::FIX40_LastField
const int FIX40_LastField
Definition: FieldNumbers.h:66
FIX::FIELD::FIX44_LastField
const int FIX44_LastField
Definition: FieldNumbers.h:70
FIX::FIELD::FIX41_LastField
const int FIX41_LastField
Definition: FieldNumbers.h:67
FIX::FIELD::InternalMin
const int InternalMin
Definition: FieldNumbers.h:76
FIX
Definition: Acceptor.cpp:34
FIX::FIELD::NormalMax
const int NormalMax
Definition: FieldNumbers.h:73
FIX::FIELD::FIX50_LastField
const int FIX50_LastField
Definition: FieldNumbers.h:71
FIX::FIELD::UserMin
const int UserMin
Definition: FieldNumbers.h:74
FIX::FIELD::NormalMin
const int NormalMin
Definition: FieldNumbers.h:72
FIX::FIELD::FIX42_LastField
const int FIX42_LastField
Definition: FieldNumbers.h:68
FIX::FIELD::FIX43_LastField
const int FIX43_LastField
Definition: FieldNumbers.h:69

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