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_FIELDS_H 00023 #define DEPRECATED_FIELDS_H 00024 00025 #include "Field.h" 00026 #include "DeprecatedFieldNumbers.h" 00027 00028 namespace FIX 00029 { 00030 DEFINE_STRING(IDSource); 00031 DEFINE_CHAR(IOIOthSvc); 00032 DEFINE_STRING(IOIShares); 00033 DEFINE_QTY(LastShares); 00034 DEFINE_STRING(RelatdSym); 00035 DEFINE_CHAR(Rule80A); 00036 DEFINE_QTY(Shares); 00037 DEFINE_CHAR(SettlmntTyp); 00038 DEFINE_LOCALMKTDATE(FutSettDate); 00039 DEFINE_INT(AvgPrxPrecision); 00040 DEFINE_CHAR(OpenClose); 00041 DEFINE_QTY(AllocShares); 00042 DEFINE_LOCALMKTDATE(FutSettDate2); 00043 DEFINE_PRICEOFFSET(PegDifference); 00044 DEFINE_PRICEOFFSET(SpreadToBenchmark); 00045 DEFINE_STRING(OpenCloseSettleFlag); 00046 DEFINE_STRING(UnderlyingIDSource); 00047 DEFINE_INT(QuoteAckStatus); 00048 DEFINE_INT(TotQuoteEntries); 00049 DEFINE_PRICEOFFSET(DiscretionOffset); 00050 DEFINE_INT(TotalNumSecurities); 00051 DEFINE_CHAR(TradeType); 00052 DEFINE_STRING(CardIssNo); 00053 DEFINE_STRING(RegistDetls); 00054 DEFINE_INT(TotalNumSecurityTypes); 00055 DEFINE_CHAR(LegSettlmntTyp); 00056 DEFINE_STRING(LegFutSettDate); 00057 DEFINE_NUMINGROUP(LinesOfText); 00058 } 00059 00060 #endif
1.5.8 written by Dimitri van Heesch,
© 1997-2001