![]() |
![]() |
|
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_CHAR(ExecTransType); 00031 DEFINE_STRING(IDSource); 00032 DEFINE_CHAR(IOIOthSvc); 00033 DEFINE_STRING(IOIShares); 00034 DEFINE_QTY(LastShares); 00035 DEFINE_STRING(RelatdSym); 00036 DEFINE_CHAR(Rule80A); 00037 DEFINE_QTY(Shares); 00038 DEFINE_CHAR(SettlmntTyp); 00039 DEFINE_LOCALMKTDATE(FutSettDate); 00040 DEFINE_INT(AvgPrxPrecision); 00041 DEFINE_STRING(ExecBroker); 00042 DEFINE_CHAR(OpenClose); 00043 DEFINE_INT(AllocShares); 00044 DEFINE_CHAR(DlvyInst); 00045 DEFINE_STRING(BrokerOfCredit); 00046 DEFINE_STRING(ClientID); 00047 DEFINE_CHAR(CxlType); 00048 DEFINE_STRING(SettlLocation); 00049 DEFINE_STRING(SettlDepositoryCode); 00050 DEFINE_STRING(SettlBrkrCode); 00051 DEFINE_STRING(SettlInstCode); 00052 DEFINE_STRING(SecuritySettlAgentName); 00053 DEFINE_STRING(SecuritySettlAgentCode); 00054 DEFINE_STRING(SecuritySettlAgentAcctNum); 00055 DEFINE_STRING(SecuritySettlAgentAcctName); 00056 DEFINE_STRING(SecuritySettlAgentContactName); 00057 DEFINE_STRING(SecuritySettlAgentContactPhone); 00058 DEFINE_STRING(CashSettlAgentName); 00059 DEFINE_STRING(CashSettlAgentCode); 00060 DEFINE_STRING(CashSettlAgentAcctNum); 00061 DEFINE_STRING(CashSettlAgentAcctName); 00062 DEFINE_STRING(CashSettlAgentContactName); 00063 DEFINE_STRING(CashSettlAgentContactPhone); 00064 DEFINE_LOCALMKTDATE(FutSettDate2); 00065 DEFINE_INT(PutOrCall); 00066 DEFINE_INT(CustomerOrFirm); 00067 DEFINE_DAYOFMONTH(MaturityDay); 00068 DEFINE_PRICEOFFSET(PegDifference); 00069 DEFINE_PRICEOFFSET(SpreadToBenchmark); 00070 DEFINE_CHAR(Benchmark); 00071 DEFINE_STRING(OpenCloseSettleFlag); 00072 DEFINE_STRING(UnderlyingIDSource); 00073 DEFINE_INT(QuoteAckStatus); 00074 DEFINE_INT(TotQuoteEntries); 00075 DEFINE_DAYOFMONTH(UnderlyingMaturityDay); 00076 DEFINE_INT(UnderlyingPutOrCall); 00077 DEFINE_QTY(RatioQty); 00078 DEFINE_UTCTIMESTAMP(OnBehalfOfSendingTime); 00079 DEFINE_PRICEOFFSET(DiscretionOffset); 00080 DEFINE_INT(TotalNumSecurities); 00081 DEFINE_CHAR(TradeType); 00082 DEFINE_STRING(ClearingFirm); 00083 DEFINE_STRING(ClearingAccount); 00084 DEFINE_UTCDATE(TotalVolumeTradedDate); 00085 DEFINE_UTCTIMEONLY(TotalVolumeTradedTime); 00086 DEFINE_STRING(CardIssNo); 00087 DEFINE_STRING(RegistDetls); 00088 DEFINE_INT(TotalNumSecurityTypes); 00089 DEFINE_CHAR(LegSettlmntTyp); 00090 DEFINE_STRING(LegFutSettDate); 00091 } 00092 00093 #endif
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001