Index
Source Files
Annotated Class List
Alphabetical Class List
Class Hierarchy
Graphical Class Hierarchy
|
00001 /* -*- C++ -*- */ 00002 00003 /**************************************************************************** 00004 ** Copyright (c) quickfixengine.org All rights reserved. 00005 ** 00006 ** This file is part of the QuickFIX FIX Engine 00007 ** 00008 ** This file may be distributed under the terms of the quickfixengine.org 00009 ** license as defined by quickfixengine.org and appearing in the file 00010 ** LICENSE included in the packaging of this file. 00011 ** 00012 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00013 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00014 ** 00015 ** See http://www.quickfixengine.org/LICENSE for licensing information. 00016 ** 00017 ** Contact ask@quickfixengine.org if any conditions of this licensing are 00018 ** not clear to you. 00019 ** 00020 ****************************************************************************/ 00021 00022 #ifndef FIXT_FIELDNUMBERS_H 00023 #define FIXT_FIELDNUMBERS_H 00024 00025 #include <iostream> 00026 #include "DeprecatedFieldNumbers.h" 00027 00028 namespace FIX 00029 { 00030 namespace FIELD 00031 { 00032 00033 const int BeginSeqNo = 7; 00034 00035 const int BeginString = 8; 00036 00037 const int BodyLength = 9; 00038 00039 const int CheckSum = 10; 00040 00041 const int EndSeqNo = 16; 00042 00043 const int MsgSeqNum = 34; 00044 00045 const int MsgType = 35; 00046 00047 const int NewSeqNo = 36; 00048 00049 const int PossDupFlag = 43; 00050 00051 const int RefSeqNum = 45; 00052 00053 const int SenderCompID = 49; 00054 00055 const int SenderSubID = 50; 00056 00057 const int SendingTime = 52; 00058 00059 const int TargetCompID = 56; 00060 00061 const int TargetSubID = 57; 00062 00063 const int Text = 58; 00064 00065 const int Signature = 89; 00066 00067 const int SecureDataLen = 90; 00068 00069 const int SecureData = 91; 00070 00071 const int SignatureLength = 93; 00072 00073 const int RawDataLength = 95; 00074 00075 const int RawData = 96; 00076 00077 const int PossResend = 97; 00078 00079 const int EncryptMethod = 98; 00080 00081 const int HeartBtInt = 108; 00082 00083 const int TestReqID = 112; 00084 00085 const int OnBehalfOfCompID = 115; 00086 00087 const int OnBehalfOfSubID = 116; 00088 00089 const int OrigSendingTime = 122; 00090 00091 const int GapFillFlag = 123; 00092 00093 const int DeliverToCompID = 128; 00094 00095 const int DeliverToSubID = 129; 00096 00097 const int ResetSeqNumFlag = 141; 00098 00099 const int SenderLocationID = 142; 00100 00101 const int TargetLocationID = 143; 00102 00103 const int OnBehalfOfLocationID = 144; 00104 00105 const int DeliverToLocationID = 145; 00106 00107 const int XmlDataLen = 212; 00108 00109 const int XmlData = 213; 00110 00111 const int MessageEncoding = 347; 00112 00113 const int EncodedTextLen = 354; 00114 00115 const int EncodedText = 355; 00116 00117 const int LastMsgSeqNumProcessed = 369; 00118 00119 const int RefTagID = 371; 00120 00121 const int RefMsgType = 372; 00122 00123 const int SessionRejectReason = 373; 00124 00125 const int MaxMessageSize = 383; 00126 00127 const int NoMsgTypes = 384; 00128 00129 const int MsgDirection = 385; 00130 00131 const int TestMessageIndicator = 464; 00132 00133 const int Username = 553; 00134 00135 const int Password = 554; 00136 00137 const int NoHops = 627; 00138 00139 const int HopCompID = 628; 00140 00141 const int HopSendingTime = 629; 00142 00143 const int HopRefID = 630; 00144 00145 const int NextExpectedMsgSeqNum = 789; 00146 00147 const int ApplVerID = 1128; 00148 00149 const int CstmApplVerID = 1129; 00150 00151 const int RefApplVerID = 1130; 00152 00153 const int RefCstmApplVerID = 1131; 00154 00155 const int DefaultApplVerID = 1137; 00156 00157 } 00158 } 00159 00160 #endif //FIXT_FIELDNUMBERS_H 00161
1.5.8 written by Dimitri van Heesch,
© 1997-2001