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 DEPRECATED_FIELD_NUMBERS_H 00023 #define DEPRECATED_FIELD_NUMBERS_H 00024 00025 namespace FIX 00026 { 00027 namespace FIELD 00028 { 00029 const int IDSource = 22; 00030 const int IOIOthSvc = 24; 00031 const int IOIShares = 27; 00032 const int LastShares = 32; 00033 const int LinesOfText = 33; 00034 const int RelatdSym = 46; 00035 const int Rule80A = 47; 00036 const int Shares = 53; 00037 const int SettlmntTyp = 63; 00038 const int FutSettDate = 64; 00039 const int AvgPrxPrecision = 74; 00040 const int OpenClose = 77; 00041 const int AllocShares = 80; 00042 const int FutSettDate2 = 193; 00043 const int PegDifference = 211; 00044 const int SpreadToBenchmark = 218; 00045 const int OpenCloseSettleFlag = 286; 00046 const int QuoteAckStatus = 297; 00047 const int TotQuoteEntries = 304; 00048 const int UnderlyingIDSource = 305; 00049 const int DiscretionOffset = 389; 00050 const int TotalNumSecurities = 393; 00051 const int TradeType = 418; 00052 const int CardIssNo = 491; 00053 const int RegistDetls = 509; 00054 const int TotalNumSecurityTypes = 557; 00055 const int LegSettlmntTyp = 587; 00056 const int LegFutSettDate = 588; 00057 } 00058 } 00059 00060 #endif
1.5.8 written by Dimitri van Heesch,
© 1997-2001