Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy   
 

/home/orenmnero/autobuild/quickfix/src/C++/DeprecatedFieldNumbers.h

Go to the documentation of this file.
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     enum DeprecatedField
00030     {
00031       ExecTransType = 20,
00032       IDSource = 22,
00033       IOIOthSvc = 24,
00034       IOIShares = 27,
00035       LastShares = 32,
00036       RelatdSym = 46,
00037       Rule80A = 47,
00038       Shares = 53,
00039       SettlmntTyp = 63,
00040       FutSettDate = 64,
00041       AvgPrxPrecision = 74,
00042       ExecBroker = 76,
00043       OpenClose = 77,
00044       AllocShares = 80,
00045       DlvyInst = 86,
00046       BrokerOfCredit = 92,
00047       ClientID = 109,
00048       CxlType = 125,
00049       SettlLocation = 166,
00050       SettlDepositoryCode = 173,
00051       SettlBrkrCode = 174,
00052       SettlInstCode = 175,
00053       SecuritySettlAgentName = 176,
00054       SecuritySettlAgentCode = 177,
00055       SecuritySettlAgentAcctNum = 178,
00056       SecuritySettlAgentAcctName = 179,
00057       SecuritySettlAgentContactName = 180,
00058       SecuritySettlAgentContactPhone = 181,
00059       CashSettlAgentName = 182,
00060       CashSettlAgentCode = 183,
00061       CashSettlAgentAcctNum = 184,
00062       CashSettlAgentAcctName = 185,
00063       CashSettlAgentContactName = 186,
00064       CashSettlAgentContactPhone = 187,
00065       FutSettDate2 = 193,
00066       PutOrCall = 201,
00067       CustomerOrFirm = 204,
00068       MaturityDay = 205,
00069       PegDifference = 211,
00070       SpreadToBenchmark = 218,
00071       Benchmark = 219,
00072       OpenCloseSettleFlag = 286,
00073       QuoteAckStatus = 297,
00074       TotQuoteEntries = 304,
00075       UnderlyingIDSource = 305,
00076       UnderlyingMaturityDay = 314,
00077       UnderlyingPutOrCall = 315,
00078       RatioQty = 319,
00079       OnBehalfOfSendingTime = 370,
00080       DiscretionOffset = 389,
00081       TotalNumSecurities = 393,
00082       TradeType = 418,
00083       ClearingFirm = 439,
00084       ClearingAccount = 440,
00085       TotalVolumeTradedDate = 449,
00086       TotalVolumeTradedTime = 450,
00087       CardIssNo = 491,
00088       RegistDetls = 509,
00089       TotalNumSecurityTypes = 557,
00090       LegSettlmntTyp = 587,
00091       LegFutSettDate = 588
00092     };
00093   }
00094 }
00095 
00096 #endif

Generated on Mon Jul 24 19:36:27 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001