00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
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