FixValueNumber.h 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652
  1. #ifndef __FIX_FIELD_NUMBERS_H__
  2. #define __FIX_FIELD_NUMBERS_H__
  3. const int RelatedPartyID = 1563;
  4. const int MaxPriceLevels = 1090;
  5. const int DerivativeEncodedIssuer = 1278;
  6. const int NoCompIDs = 936;
  7. const int SettlInstRefID = 214;
  8. const int NestedPartyID = 524;
  9. const int DetachmentPoint = 1458;
  10. const int LateIndicator = 978;
  11. const int RiskEncodedSecurityDesc = 1621;
  12. const int RelationshipRiskSecuritySubType = 1601;
  13. const int SecurityListID = 1465;
  14. const int DerivativeFlowScheduleType = 1442;
  15. const int EncodedSymbolLen = 1359;
  16. const int FlexibleIndicator = 1244;
  17. const int NoExecInstRules = 1232;
  18. const int SideTrdRegTimestamp = 1012;
  19. const int DeliveryForm = 668;
  20. const int ExecRestatementReason = 378;
  21. const int MidYield = 633;
  22. const int ContractMultiplier = 231;
  23. const int PartyAltIDSource = 1518;
  24. const int CcyAmt = 1157;
  25. const int AllocIntermedReqType = 808;
  26. const int NoNested2PartyIDs = 756;
  27. const int UnderlyingIssuer = 306;
  28. const int LegOrderQty = 685;
  29. const int MinTradeVol = 562;
  30. const int SettlCurrAmt = 119;
  31. const int DerivativeInstrumentPartyRole = 1295;
  32. const int YieldRedemptionPriceType = 698;
  33. const int NewsRefID = 1476;
  34. const int SecurityListTypeSource = 1471;
  35. const int ApplReqID = 1346;
  36. const int DerivativeFuturesValuationMethod = 1319;
  37. const int NoLegSecurityAltID = 604;
  38. const int DerivativeSecurityType = 1249;
  39. const int CollInquiryQualifier = 896;
  40. const int RawData = 96;
  41. const int CashSettlAgentContactPhone = 187;
  42. const int CreditRating = 255;
  43. const int ContingencyType = 1385;
  44. const int StrikeCurrency = 947;
  45. const int TradeVolume = 1020;
  46. const int SideTrdRegTimestampSrc = 1014;
  47. const int DeliveryDate = 743;
  48. const int EmailType = 94;
  49. const int EncodedListExecInst = 353;
  50. const int ContraTradeTime = 438;
  51. const int MaturityMonthYearIncrement = 1229;
  52. const int RootPartyIDSource = 1118;
  53. const int UnderlyingCouponPaymentDate = 241;
  54. const int BidYield = 632;
  55. const int IOIQltyInd = 25;
  56. const int Issuer = 106;
  57. const int CardNumber = 489;
  58. const int NoRelatedPartyIDs = 1562;
  59. const int NoLegStipulations = 683;
  60. const int LegSecurityExchange = 616;
  61. const int CashOrderQty = 152;
  62. const int AccruedInterestAmt = 159;
  63. const int MDEntrySeller = 289;
  64. const int LegPrice = 566;
  65. const int RelationshipRiskMaturityTime = 1603;
  66. const int DeliverToCompID = 128;
  67. const int TargetLocationID = 143;
  68. const int OfferForwardPoints2 = 643;
  69. const int RatioQty = 319;
  70. const int MultiLegRptTypeReq = 563;
  71. const int AllocAccount = 79;
  72. const int TotalVolumeTraded = 387;
  73. const int LinesOfText = 33;
  74. const int AccountType = 581;
  75. const int MDEntryPositionNo = 290;
  76. const int HaltReasonInt = 327;
  77. const int FutSettDate = 64;
  78. const int SecurityDesc = 107;
  79. const int MinQty = 110;
  80. const int SettlCurrency = 120;
  81. const int PegOffsetValue = 211;
  82. const int DerivativeSecurityAltIDSource = 1220;
  83. const int NoSettlPartySubIDs = 801;
  84. const int AllocReportID = 755;
  85. const int LegCFICode = 608;
  86. const int LegFutSettDate = 588;
  87. const int LegBenchmarkCurveName = 677;
  88. const int ClearingFeeIndicator = 635;
  89. const int BrokerOfCredit = 92;
  90. const int SecurityListRefID = 1466;
  91. const int UnderlyingLegMaturityTime = 1405;
  92. const int NestedPartySubIDType = 805;
  93. const int BidType = 394;
  94. const int MDEntryRefID = 280;
  95. const int UnderlyingUnitOfMeasureQty = 1423;
  96. const int UnderlyingLegMaturityDate = 1345;
  97. const int StartTickPriceRange = 1206;
  98. const int LegContractSettlMonth = 955;
  99. const int UnderlyingSecurityDesc = 307;
  100. const int CashDistribPayRef = 501;
  101. const int QuotePriceType = 692;
  102. const int EncodedAllocText = 361;
  103. const int UnderlyingMaturityMonthYear = 313;
  104. const int RiskWarningLevelPercent = 1560;
  105. const int UnderlyingOriginalNotionalPercentageOutstanding = 1456;
  106. const int MultilegPriceMethod = 1378;
  107. const int TotNoFills = 1361;
  108. const int DerivativeSettleOnOpenFlag = 1254;
  109. const int UnderlyingRepurchaseTerm = 244;
  110. const int RiskWarningLevelName = 1561;
  111. const int DerivativeCountryOfIssue = 1258;
  112. const int ListMethod = 1198;
  113. const int UnderlyingCPProgram = 877;
  114. const int PriceDelta = 811;
  115. const int RefSeqNum = 45;
  116. const int AutoAcceptIndicator = 754;
  117. const int MDImplicitDelete = 547;
  118. const int NoStipulations = 232;
  119. const int ClearingBusinessDate = 715;
  120. const int NoRelationshipRiskLimits = 1582;
  121. const int LocationID = 283;
  122. const int Currency = 15;
  123. const int RoutingType = 216;
  124. const int UnderlyingStrikePrice = 316;
  125. const int BidTradeType = 418;
  126. const int RelationshipRiskInstrumentOperator = 1588;
  127. const int UnderlyingAttachmentPoint = 1459;
  128. const int TotNoRejQuotes = 1170;
  129. const int OrdStatusReqID = 790;
  130. const int SenderCompID = 49;
  131. const int OrdRejReason = 103;
  132. const int MaturityMonthYearIncrementUnits = 1302;
  133. const int DisplayWhen = 1083;
  134. const int ApplQueueAction = 815;
  135. const int RegistTransType = 514;
  136. const int PaymentRemitterID = 505;
  137. const int PriceType = 423;
  138. const int MarketReqID = 1393;
  139. const int NoNestedInstrAttrib = 1312;
  140. const int SecuritySubType = 762;
  141. const int ClOrdID = 11;
  142. const int MaturityDay = 205;
  143. const int UnderlyingSeniority = 1454;
  144. const int MarketSegmentDesc = 1396;
  145. const int NoMarketSegments = 1310;
  146. const int SettlObligMode = 1159;
  147. const int SecurityUpdateAction = 980;
  148. const int NetworkRequestType = 935;
  149. const int LiquidityPctLow = 402;
  150. const int PartyRole = 452;
  151. const int LegRatioQty = 623;
  152. const int SettlCurrFxRate = 155;
  153. const int RelatedPartyRole = 1565;
  154. const int LegContractMultiplierUnit = 1436;
  155. const int SecureData = 91;
  156. const int SenderLocationID = 142;
  157. const int FirstPx = 1025;
  158. const int EncodedLegIssuer = 619;
  159. const int AssignmentMethod = 744;
  160. const int RoutingID = 217;
  161. const int RelationshipRiskSecurityAltID = 1594;
  162. const int RelatedPartyAltID = 1570;
  163. const int StrategyParameterType = 959;
  164. const int EncryptMethod = 98;
  165. const int UnderlyingStateOrProvinceOfIssue = 593;
  166. const int ApplNewSeqNum = 1399;
  167. const int DerivativeEncodedSecurityDescLen = 1280;
  168. const int TradingCurrency = 1245;
  169. const int SecondaryHighLimitPrice = 1230;
  170. const int OrderAvgPx = 799;
  171. const int PosAmtType = 707;
  172. const int ResetSeqNumFlag = 141;
  173. const int NoHops = 627;
  174. const int CollInquiryResult = 946;
  175. const int StartDate = 916;
  176. const int CollAsgnRespType = 905;
  177. const int OrderBookingQty = 800;
  178. const int NoQuoteQualifiers = 735;
  179. const int UnsolicitedIndicator = 325;
  180. const int RefCstmApplVerID = 1131;
  181. const int SideExecID = 1427;
  182. const int RejectText = 1328;
  183. const int ExchangeSpecialInstructions = 1139;
  184. const int TradeID = 1003;
  185. const int RndPx = 991;
  186. const int QuoteEntryRejectReason = 368;
  187. const int OrderCapacity = 528;
  188. const int SideLastQty = 1009;
  189. const int DerivativeUnitOfMeasure = 1269;
  190. const int NoLegAllocs = 670;
  191. const int QuoteAckStatus = 297;
  192. const int SecondaryFirmTradeID = 1042;
  193. const int UserRequestType = 924;
  194. const int SecondaryTrdType = 855;
  195. const int TradeReportTransType = 487;
  196. const int AdvSide = 4;
  197. const int RelatedContextPartySubID = 1580;
  198. const int DerivativeSecuritySubType = 1250;
  199. const int TriggerTradingSessionSubID = 1114;
  200. const int TradeLinkID = 820;
  201. const int LegBenchmarkPrice = 679;
  202. const int HopRefID = 630;
  203. const int Designation = 494;
  204. const int TradeRequestID = 568;
  205. const int RelationshipRiskLimitType = 1583;
  206. const int RiskSecurityIDSource = 1539;
  207. const int LegFlowScheduleType = 1440;
  208. const int LegPriceUnitOfMeasure = 1421;
  209. const int Nested4PartyIDSource = 1416;
  210. const int CoveredOrUncovered = 203;
  211. const int AcctIDSource = 660;
  212. const int MktOfferPx = 646;
  213. const int NoCapacities = 862;
  214. const int TradeRequestType = 569;
  215. const int NoNestedPartyIDs = 539;
  216. const int TradSesStatus = 340;
  217. const int UnderlyingNotionalPercentageOutstanding = 1455;
  218. const int ApplLastSeqNum = 1350;
  219. const int PegPriceType = 1094;
  220. const int StrategyParameterName = 958;
  221. const int StreamAsgnRejReason = 1502;
  222. const int MatchIncrement = 1089;
  223. const int Nested3PartyRole = 951;
  224. const int UnderlyingPx = 810;
  225. const int PriceImprovement = 639;
  226. const int ValuationMethod = 1197;
  227. const int DerivativeSecurityID = 1216;
  228. const int NoExpiration = 981;
  229. const int TargetCompID = 56;
  230. const int MDEntryBuyer = 288;
  231. const int RelationshipRiskCouponRate = 1608;
  232. const int NoDerivativeInstrumentPartySubIDs = 1296;
  233. const int NoMaturityRules = 1236;
  234. const int QuoteMsgID = 1166;
  235. const int TriggerType = 1100;
  236. const int PriceProtectionScope = 1092;
  237. const int TotNumAssignmentReports = 832;
  238. const int ContraLegRefID = 655;
  239. const int TradeReportRejectReason = 751;
  240. const int TradeReportRefID = 572;
  241. const int SecurityListType = 1470;
  242. const int DerivativeSecurityIDSource = 1217;
  243. const int AssignmentUnit = 745;
  244. const int TradeReportID = 571;
  245. const int NoRpts = 82;
  246. const int LegBenchmarkPriceType = 680;
  247. const int EncodedSubjectLen = 356;
  248. const int SecurityXML = 1185;
  249. const int LegReportID = 990;
  250. const int Nested3PartySubIDType = 954;
  251. const int BenchmarkSecurityIDSource = 761;
  252. const int QuoteRejectReason = 300;
  253. const int HeartBtInt = 108;
  254. const int BidForwardPoints = 189;
  255. const int PossResend = 97;
  256. const int Symbol = 55;
  257. const int EncodedUnderlyingSecurityDesc = 365;
  258. const int RelatedPartyAltSubIDType = 1574;
  259. const int MarketReportID = 1394;
  260. const int DiscretionPrice = 845;
  261. const int ContAmtValue = 520;
  262. const int QuantityType = 465;
  263. const int ComplexEventPriceBoundaryMethod = 1487;
  264. const int ImpliedMarketIndicator = 1144;
  265. const int AllocClearingFeeIndicator = 1136;
  266. const int QuoteRequestType = 303;
  267. const int SecurityRequestResult = 560;
  268. const int OrderRestrictions = 529;
  269. const int NoSideTrdRegTS = 1016;
  270. const int Text = 58;
  271. const int EncodedTextLen = 354;
  272. const int ListExecInstType = 433;
  273. const int SecondaryOrderID = 198;
  274. const int ExecBroker = 76;
  275. const int RelationshipRiskEncodedSecurityDescLen = 1618;
  276. const int SecurityXMLLen = 1184;
  277. const int ApplSeqNum = 1181;
  278. const int MaxTradeVol = 1140;
  279. const int OfferSwapPoints = 1066;
  280. const int SettlPartySubIDType = 786;
  281. const int DistribPaymentMethod = 477;
  282. const int TotalAffectedOrders = 533;
  283. const int StrikeIncrement = 1204;
  284. const int OrderHandlingInstSource = 1032;
  285. const int CopyMsgIndicator = 797;
  286. const int NoDlvyInst = 85;
  287. const int QuoteEntryID = 299;
  288. const int AffirmStatus = 940;
  289. const int MailingInst = 482;
  290. const int OfferSize = 135;
  291. const int LegSecurityType = 609;
  292. const int RiskLimitPlatform = 1533;
  293. const int OrigCustOrderCapacity = 1432;
  294. const int AllocMethod = 1002;
  295. const int QuantityDate = 976;
  296. const int TargetStrategyPerformance = 850;
  297. const int CardExpDate = 490;
  298. const int ConfirmID = 664;
  299. const int StandInstDbName = 170;
  300. const int DayOrderQty = 424;
  301. const int HighLimitPrice = 1149;
  302. const int FirmTradeID = 1041;
  303. const int SecondaryIndividualAllocID = 989;
  304. const int AgreementDesc = 913;
  305. const int MassCancelResponse = 531;
  306. const int LegSettlCurrency = 675;
  307. const int Commission = 12;
  308. const int StreamAsgnReqType = 1498;
  309. const int BidSwapPoints = 1065;
  310. const int NoSettlPartyIDs = 781;
  311. const int SymbolSfx = 65;
  312. const int BusinessRejectRefID = 379;
  313. const int Price2 = 640;
  314. const int FillLiquidityInd = 1443;
  315. const int MassActionReportID = 1369;
  316. const int DerivativeIssuer = 1275;
  317. const int ExDestinationIDSource = 1133;
  318. const int CollRespID = 904;
  319. const int SecurityListRequestType = 559;
  320. const int EncodedLegSecurityDesc = 622;
  321. const int RelatedContextPartyRole = 1578;
  322. const int UnderlyingSettlementStatus = 988;
  323. const int SecurityAltID = 455;
  324. const int RegistRefID = 508;
  325. const int RelationshipRiskFlexibleIndicator = 1607;
  326. const int DerivativePriceQuoteMethod = 1318;
  327. const int RelationshipRiskProductComplex = 1597;
  328. const int OrderDelay = 1428;
  329. const int NoNotAffectedOrders = 1370;
  330. const int Nested3PartyID = 949;
  331. const int CollAsgnReason = 895;
  332. const int TotalVolumeTradedTime = 450;
  333. const int SecurityExchange = 207;
  334. const int SettlPriceType = 731;
  335. const int UnitOfMeasureQty = 1147;
  336. const int UserRequestID = 923;
  337. const int LastParPx = 669;
  338. const int EndMaturityMonthYear = 1226;
  339. const int DealingCapacity = 1048;
  340. const int PrevClosePx = 140;
  341. const int TradeInputDevice = 579;
  342. const int DayCumQty = 425;
  343. const int SecuritySettlAgentAcctNum = 178;
  344. const int LegCurrency = 556;
  345. const int EncryptedNewPassword = 1404;
  346. const int DerivativeMinPriceIncrementAmount = 1268;
  347. const int NoNested3PartySubIDs = 952;
  348. const int RefSubID = 931;
  349. const int SettlPartyRole = 784;
  350. const int CashDistribAgentName = 498;
  351. const int LegContractMultiplier = 614;
  352. const int ProgPeriodInterval = 415;
  353. const int LegSettlType = 587;
  354. const int OnBehalfOfLocationID = 144;
  355. const int OnBehalfOfSubID = 116;
  356. const int RelationshipRiskLimitPlatform = 1586;
  357. const int RelatedPartySubID = 1567;
  358. const int ComplexEventEndTime = 1496;
  359. const int RateSourceType = 1447;
  360. const int DerivativeStateOrProvinceOfIssue = 1259;
  361. const int TradeLegRefID = 824;
  362. const int RelSymTransactTime = 1504;
  363. const int NoComplexEventTimes = 1494;
  364. const int LegCalculatedCcyLastQty = 1074;
  365. const int Nested3PartyIDSource = 950;
  366. const int DatedDate = 873;
  367. const int SettlInstID = 162;
  368. const int OpenInterest = 746;
  369. const int UnderlyingContractMultiplier = 436;
  370. const int TotQuoteEntries = 304;
  371. const int PartyAltSubID = 1520;
  372. const int TotNoCxldQuotes = 1168;
  373. const int AggregatedBook = 266;
  374. const int PaymentRef = 476;
  375. const int PaymentDate = 504;
  376. const int OrderPercent = 516;
  377. const int PosQtyStatus = 706;
  378. const int RiskRestructuringType = 1551;
  379. const int NoNested4PartySubIDs = 1413;
  380. const int PrivateQuote = 1171;
  381. const int SecondaryTradeID = 1040;
  382. const int SecuritySettlAgentContactPhone = 181;
  383. const int EncodedMktSegmDescLen = 1397;
  384. const int SideCurrency = 1154;
  385. const int LegQty = 687;
  386. const int MsgType = 35;
  387. const int NoTradingSessions = 386;
  388. const int IOIid = 23;
  389. const int MultiLegReportingType = 442;
  390. const int IDSource = 22;
  391. const int LegStipulationType = 688;
  392. const int DerivativeContractMultiplierUnit = 1438;
  393. const int MarketSegmentID = 1300;
  394. const int OrdStatus = 39;
  395. const int MaturityDate = 541;
  396. const int ApplTotalMessageCount = 1349;
  397. const int InstrumentPartySubID = 1053;
  398. const int CustomerOrFirm = 204;
  399. const int AdjustmentType = 718;
  400. const int NoPartyAltSubIDs = 1519;
  401. const int UnderlyingInstrumentPartyID = 1059;
  402. const int AsOfIndicator = 1015;
  403. const int QuoteStatusReqID = 649;
  404. const int LegPositionEffect = 564;
  405. const int MDEntryPx = 270;
  406. const int MassActionScope = 1374;
  407. const int ReportedPxDiff = 1134;
  408. const int UnderlyingSettlementDate = 987;
  409. const int NoNestedPartySubIDs = 804;
  410. const int AllocReportRefID = 795;
  411. const int Concession = 238;
  412. const int EncodedSecurityDesc = 351;
  413. const int ExecRefID = 19;
  414. const int VenueType = 1430;
  415. const int MassActionType = 1373;
  416. const int PosMaintResult = 723;
  417. const int IOIShares = 27;
  418. const int BenchmarkSecurityID = 699;
  419. const int LegLastQty = 1418;
  420. const int AllocSettlCurrency = 736;
  421. const int LegCountryOfIssue = 596;
  422. const int DerivativeSecurityXML = 1283;
  423. const int StrikeRuleID = 1223;
  424. const int RefCompID = 930;
  425. const int SettlCurrOfferFxRate = 657;
  426. const int OfferYield = 634;
  427. const int RelatedContextPartyID = 1576;
  428. const int TargetPartyIDSource = 1463;
  429. const int EncryptedNewPasswordLen = 1403;
  430. const int NoPositions = 702;
  431. const int TotalAccruedInterestAmt = 540;
  432. const int UnderlyingOptAttribute = 317;
  433. const int DerivativeInstrAttribValue = 1314;
  434. const int InstrumentPartyIDSource = 1050;
  435. const int PegOffsetType = 836;
  436. const int MassCancelRejectReason = 532;
  437. const int ResponseTransportType = 725;
  438. const int LegSecurityIDSource = 603;
  439. const int BasisFeaturePrice = 260;
  440. const int CouponPaymentDate = 224;
  441. const int TradSesStatusRejReason = 567;
  442. const int UnderlyingDetachmentPoint = 1460;
  443. const int MaturityRuleID = 1222;
  444. const int UnderlyingRepoCollateralSecurityType = 243;
  445. const int NoTimeInForceRules = 1239;
  446. const int NoRootPartySubIDs = 1120;
  447. const int DisplayMinIncr = 1087;
  448. const int TrdRegTimestampType = 770;
  449. const int LegProduct = 607;
  450. const int ApplVerID = 1128;
  451. const int HandlInst = 21;
  452. const int ListUpdateAction = 1324;
  453. const int NestedInstrAttribValue = 1211;
  454. const int TradingSessionSubID = 625;
  455. const int RFQReqID = 644;
  456. const int RelationshipRiskSecurityExchange = 1609;
  457. const int UnderlyingLegSymbolSfx = 1331;
  458. const int LiquidityNumSecurities = 441;
  459. const int NoMsgTypes = 384;
  460. const int TradSesStartTime = 341;
  461. const int MDEntryType = 269;
  462. const int AgreementCurrency = 918;
  463. const int PegMoveType = 835;
  464. const int AsgnReqID = 831;
  465. const int PegDifference = 211;
  466. const int Spread = 218;
  467. const int EncodedAllocTextLen = 360;
  468. const int OutsideIndexPct = 407;
  469. const int DerivFlexProductEligibilityIndicator = 1243;
  470. const int AvgPxIndicator = 819;
  471. const int NoIOIQualifiers = 199;
  472. const int CancellationRights = 480;
  473. const int ListSeqNo = 67;
  474. const int CardIssNum = 491;
  475. const int RiskCFICode = 1546;
  476. const int EncodedMktSegmDesc = 1398;
  477. const int DerivativeEventType = 1287;
  478. const int DerivativeMaturityMonthYear = 1251;
  479. const int SideTradeReportID = 1005;
  480. const int NoQuoteSets = 296;
  481. const int RelationshipRiskSecurityDesc = 1610;
  482. const int Nested4PartySubIDType = 1411;
  483. const int FillPx = 1364;
  484. const int StrikeExerciseStyle = 1304;
  485. const int DeskID = 284;
  486. const int CrossPercent = 413;
  487. const int MaturityMonthYear = 200;
  488. const int ComplexEventPrice = 1486;
  489. const int NoNewsRefIDs = 1475;
  490. const int UnderlyingCapValue = 1038;
  491. const int CPRegType = 876;
  492. const int CashDistribAgentCode = 499;
  493. const int ExecPriceType = 484;
  494. const int LegAllocID = 1366;
  495. const int MDEntryTime = 273;
  496. const int TotalNumSecurities = 393;
  497. const int AllocSettlInstType = 780;
  498. const int TargetPartyID = 1462;
  499. const int DerivativeStrikeCurrency = 1262;
  500. const int StatsType = 1176;
  501. const int ApplExtID = 1156;
  502. const int SettlementCycleNo = 1153;
  503. const int UnderlyingStrikeCurrency = 941;
  504. const int TradSesMode = 339;
  505. const int SettlInstSource = 165;
  506. const int PartyAltSubIDType = 1521;
  507. const int UnderlyingLegSecurityDesc = 1392;
  508. const int NoDerivativeInstrumentParties = 1292;
  509. const int DerivativeEventTime = 1289;
  510. const int TickIncrement = 1208;
  511. const int UndlyInstrumentPartyID = 1059;
  512. const int NoUndlyInstrumentParties = 1058;
  513. const int ExpType = 982;
  514. const int SecondaryClOrdID = 526;
  515. const int SettlInstTransType = 163;
  516. const int SideComplianceID = 659;
  517. const int TradeRequestResult = 749;
  518. const int OrigPosReqRefID = 713;
  519. const int OrigCrossID = 551;
  520. const int TradeInputSource = 578;
  521. const int OrderQty2 = 192;
  522. const int TestMessageIndicator = 464;
  523. const int ContextPartySubID = 1527;
  524. const int DerivativeEventDate = 1288;
  525. const int SideGrossTradeAmt = 1072;
  526. const int PeggedPrice = 839;
  527. const int ExpirationCycle = 827;
  528. const int AllocCancReplaceReason = 796;
  529. const int CxlRejReason = 102;
  530. const int BeginString = 8;
  531. const int DeliverToSubID = 129;
  532. const int NoRelatedPartyAltIDs = 1569;
  533. const int RiskProductComplex = 1544;
  534. const int LegPriceUnitOfMeasureQty = 1422;
  535. const int NoCollInquiryQualifier = 938;
  536. const int OfferPx = 133;
  537. const int TotalVolumeTradedDate = 449;
  538. const int NoContAmts = 518;
  539. const int MinOfferSize = 648;
  540. const int AvgParPx = 860;
  541. const int LegFactor = 253;
  542. const int RespondentType = 1172;
  543. const int DisplayLowQty = 1085;
  544. const int DKReason = 127;
  545. const int BenchmarkPrice = 662;
  546. const int ListID = 66;
  547. const int LegSecurityAltID = 605;
  548. const int PositionEffect = 77;
  549. const int RelatedPartySubIDType = 1568;
  550. const int TriggerAction = 1101;
  551. const int RefOrderID = 1080;
  552. const int ClearingInstruction = 577;
  553. const int SettlInstCode = 175;
  554. const int NumDaysInterest = 157;
  555. const int OpenCloseSettlFlag = 286;
  556. const int NoComplexEventDates = 1491;
  557. const int DerivativeEncodedIssuerLen = 1277;
  558. const int StrikeMultiplier = 967;
  559. const int DiscretionMoveType = 841;
  560. const int ListNoOrds = 68;
  561. const int RelatedPartyIDSource = 1564;
  562. const int PegSymbol = 1098;
  563. const int DayAvgPx = 426;
  564. const int Headline = 148;
  565. const int NestedPartySubID = 545;
  566. const int CardIssNo = 491;
  567. const int OptAttribute = 206;
  568. const int LastForwardPoints2 = 641;
  569. const int MDUpdateType = 265;
  570. const int TickDirection = 274;
  571. const int LegRedemptionDate = 254;
  572. const int StrikePrice = 202;
  573. const int EncodedIssuer = 349;
  574. const int YieldType = 235;
  575. const int TradingReferencePrice = 1150;
  576. const int MDEntrySpotRate = 1026;
  577. const int ParticipationRate = 849;
  578. const int PegScope = 840;
  579. const int InterestAtMaturity = 738;
  580. const int LegIndividualAllocID = 672;
  581. const int AllowableOneSidednessValue = 766;
  582. const int CashSettlAgentName = 182;
  583. const int ContraTradeQty = 437;
  584. const int LegMaturityTime = 1212;
  585. const int SettlDeliveryType = 172;
  586. const int SecondaryPriceLimitType = 1305;
  587. const int MidPx = 631;
  588. const int AvgPx = 6;
  589. const int DiscretionLimitType = 843;
  590. const int StrikeTime = 443;
  591. const int SettlSessSubID = 717;
  592. const int MailingDtls = 474;
  593. const int BidID = 390;
  594. const int PartyDetailsRequestResult = 1511;
  595. const int ExerciseMethod = 747;
  596. const int CommCurrency = 479;
  597. const int NoSettlOblig = 1165;
  598. const int MaxPriceVariation = 1143;
  599. const int WorkingIndicator = 636;
  600. const int CashSettlAgentAcctName = 185;
  601. const int SellVolume = 331;
  602. const int SideMultiLegReportingType = 752;
  603. const int DerivativeEventText = 1291;
  604. const int PegSecurityDesc = 1099;
  605. const int AllocCustomerCapacity = 993;
  606. const int ConfirmRejReason = 774;
  607. const int BidRequestTransType = 374;
  608. const int CashDistribAgentAcctNumber = 500;
  609. const int LegExecInst = 1384;
  610. const int CapPrice = 1199;
  611. const int LegRepurchaseTerm = 251;
  612. const int RegistAcctType = 493;
  613. const int MassActionRejectReason = 1376;
  614. const int DerivativePutOrCall = 1323;
  615. const int StartMaturityMonthYear = 1241;
  616. const int CollApplType = 1043;
  617. const int NoUnderlyingAmounts = 984;
  618. const int ConfirmType = 773;
  619. const int LegMaturityMonthYear = 610;
  620. const int RelatdSym = 46;
  621. const int RiskLimitAmount = 1531;
  622. const int UnderlyingLegSecuritySubType = 1338;
  623. const int NoUnderlyingSecurityAltID = 457;
  624. const int RelationshipRiskCFICode = 1599;
  625. const int NoRelatedPartySubIDs = 1566;
  626. const int RiskSymbolSfx = 1537;
  627. const int MDQuoteType = 1070;
  628. const int QtyType = 854;
  629. const int QuoteRespType = 694;
  630. const int IOINaturalFlag = 130;
  631. const int BenchmarkCurvePoint = 222;
  632. const int TradSesUpdateAction = 1327;
  633. const int UnderlyingCashAmount = 973;
  634. const int CollAsgnID = 902;
  635. const int ExchangeRule = 825;
  636. const int EncodedHeadline = 359;
  637. const int RegistID = 513;
  638. const int CrossID = 548;
  639. const int NoExecs = 124;
  640. const int DerivativeSecurityGroup = 1247;
  641. const int SecondaryDisplayQty = 1082;
  642. const int RefMsgType = 372;
  643. const int StandInstDbID = 171;
  644. const int EncodedLegSecurityDescLen = 621;
  645. const int DerivativeEventPx = 1290;
  646. const int SettlObligSource = 1164;
  647. const int TrdSubType = 829;
  648. const int EncodedUnderlyingIssuerLen = 362;
  649. const int ExecTransType = 20;
  650. const int BeginSeqNo = 7;
  651. const int DayBookingInst = 589;
  652. const int FlowScheduleType = 1439;
  653. const int MDOriginType = 1024;
  654. const int CollInquiryStatus = 945;
  655. const int NoInstrAttrib = 870;
  656. const int RegistEmail = 511;
  657. const int StreamAsgnReqID = 1497;
  658. const int CPProgram = 875;
  659. const int ConfirmReqID = 859;
  660. const int AltMDSourceID = 817;
  661. const int NoOrders = 73;
  662. const int CashDistribAgentAcctName = 502;
  663. const int NoContextPartySubIDs = 1526;
  664. const int UndlyInstrumentPartyIDSource = 1060;
  665. const int UnderlyingSettlMethod = 1039;
  666. const int NoMDEntryTypes = 267;
  667. const int MDEntryForwardPoints = 1027;
  668. const int PosReqType = 724;
  669. const int MassStatusReqType = 585;
  670. const int TradeOriginationDate = 229;
  671. const int SettlPrice = 730;
  672. const int SecuritySettlAgentAcctName = 179;
  673. const int RiskInstrumentMultiplier = 1558;
  674. const int NoDerivativeEvents = 1286;
  675. const int UnderlyingEndPrice = 883;
  676. const int SubscriptionRequestType = 263;
  677. const int TotalNumSecurityTypes = 557;
  678. const int NewsCategory = 1473;
  679. const int UnderlyingLegPutOrCall = 1343;
  680. const int URLLink = 149;
  681. const int NoInstrumentPartySubIDs = 1052;
  682. const int UnderlyingCurrentValue = 885;
  683. const int InterestAccrualDate = 874;
  684. const int FutSettDate2 = 193;
  685. const int NoClearingInstructions = 576;
  686. const int UnderlyingCurrency = 318;
  687. const int LegInterestAccrualDate = 956;
  688. const int NewPassword = 925;
  689. const int RedemptionDate = 240;
  690. const int RefApplLastSeqNum = 1357;
  691. const int StartCash = 921;
  692. const int MaxMessageSize = 383;
  693. const int OfferForwardPoints = 191;
  694. const int IOIQty = 27;
  695. const int LastQty = 32;
  696. const int ApplResponseError = 1354;
  697. const int UnderlyingLegSecurityType = 1337;
  698. const int DerivativePriceUnitOfMeasure = 1315;
  699. const int TriggerPriceDirection = 1109;
  700. const int PositionCurrency = 1055;
  701. const int MessageEventSource = 1011;
  702. const int CollInquiryID = 909;
  703. const int UnderlyingStartValue = 884;
  704. const int LastLiquidityInd = 851;
  705. const int SecurityID = 48;
  706. const int NoMDEntries = 268;
  707. const int NoPartyListResponseTypes = 1506;
  708. const int StrikePriceDeterminationMethod = 1478;
  709. const int EndDate = 917;
  710. const int CashOutstanding = 901;
  711. const int MDReqID = 262;
  712. const int IOIRefID = 26;
  713. const int NoContextPartyIDs = 1522;
  714. const int TargetStrategy = 847;
  715. const int ConfirmRefID = 772;
  716. const int SellerDays = 287;
  717. const int DueToRelated = 329;
  718. const int SecondaryTradingReferencePrice = 1240;
  719. const int NoMDFeedTypes = 1141;
  720. const int UnderlyingInstrumentPartySubIDType = 1064;
  721. const int TradSesCloseTime = 344;
  722. const int ContractSettlMonth = 667;
  723. const int DerivativeStrikePrice = 1261;
  724. const int TriggerSecurityDesc = 1106;
  725. const int UnderlyingCashType = 974;
  726. const int NoMiscFees = 136;
  727. const int CustOrderCapacity = 582;
  728. const int RiskSecurityExchange = 1616;
  729. const int LegAllocSettlCurrency = 1367;
  730. const int UnderlyingAdjustedQuantity = 1044;
  731. const int OwnershipType = 517;
  732. const int MaxShow = 210;
  733. const int LegSecurityID = 602;
  734. const int EncodedSymbol = 1360;
  735. const int DerivativeSecurityDesc = 1279;
  736. const int UnitOfMeasure = 996;
  737. const int SecDefStatus = 653;
  738. const int Quantity = 53;
  739. const int NewsID = 1472;
  740. const int UndlyInstrumentPartySubIDType = 1064;
  741. const int SettleOnOpenFlag = 966;
  742. const int LastUpdateTime = 779;
  743. const int RepurchaseRate = 227;
  744. const int RepurchaseTerm = 226;
  745. const int NestedPartyRole = 538;
  746. const int SecondaryExecID = 527;
  747. const int Pool = 691;
  748. const int NoTickRules = 1205;
  749. const int Volatility = 1188;
  750. const int PctAtRisk = 869;
  751. const int UnderlyingSecurityExchange = 308;
  752. const int LegStrikePrice = 612;
  753. const int SettlmntTyp = 63;
  754. const int TradePublishIndicator = 1390;
  755. const int ApplResponseType = 1348;
  756. const int MDSubBookType = 1173;
  757. const int Username = 553;
  758. const int StandInstDbType = 169;
  759. const int RelatedContextPartyIDSource = 1577;
  760. const int QuoteEntryStatus = 1167;
  761. const int TriggerPriceType = 1107;
  762. const int SideTrdSubTyp = 1008;
  763. const int UnderlyingTradingSessionSubID = 823;
  764. const int SettlInstReqRejCode = 792;
  765. const int MktBidPx = 645;
  766. const int UnderlyingLegSymbol = 1330;
  767. const int StrikeValue = 968;
  768. const int Urgency = 61;
  769. const int AllocID = 70;
  770. const int NoPartyList = 1513;
  771. const int UnderlyingDeliveryAmount = 1037;
  772. const int SideQty = 1009;
  773. const int CollAsgnTransType = 903;
  774. const int ThresholdAmount = 834;
  775. const int DefBidSize = 293;
  776. const int LegStateOrProvinceOfIssue = 597;
  777. const int PaymentMethod = 492;
  778. const int RiskCouponRate = 1555;
  779. const int UnderlyingLegOptAttribute = 1391;
  780. const int LegVolatility = 1379;
  781. const int DerivativeInstrAttribType = 1313;
  782. const int DerivativeUnitOfMeasureQty = 1270;
  783. const int NoStatsIndicators = 1175;
  784. const int TriggerPriceTypeScope = 1108;
  785. const int LastNetworkResponseID = 934;
  786. const int UnderlyingSettlPriceType = 733;
  787. const int ApplReportID = 1356;
  788. const int PegLimitType = 837;
  789. const int ExecID = 17;
  790. const int Side = 54;
  791. const int UnderlyingLastPx = 651;
  792. const int MarketDepth = 264;
  793. const int DiscretionOffset = 389;
  794. const int ContAmtType = 519;
  795. const int MiscFeeCurr = 138;
  796. const int NoRiskLimits = 1529;
  797. const int AttachmentPoint = 1457;
  798. const int OrderCategory = 1115;
  799. const int AdvTransType = 5;
  800. const int WtAverageLiquidity = 410;
  801. const int QuoteSetValidUntilTime = 367;
  802. const int NoNested4PartyIDs = 1414;
  803. const int LegPutOrCall = 1358;
  804. const int UserStatusText = 927;
  805. const int Nested2PartySubID = 760;
  806. const int EFPTrackingError = 405;
  807. const int SideLiquidityInd = 1444;
  808. const int DerivativeMinPriceIncrement = 1267;
  809. const int PublishTrdIndicator = 852;
  810. const int InvestorCountryOfResidence = 475;
  811. const int SideReasonCd = 1007;
  812. const int MinPriceIncrement = 969;
  813. const int SecuritySettlAgentContactName = 180;
  814. const int SecurityResponseType = 323;
  815. const int LegBenchmarkCurvePoint = 678;
  816. const int ClearingFirm = 439;
  817. const int RelationshipRiskSecurityIDSource = 1592;
  818. const int SessionStatus = 1409;
  819. const int TriggerSecurityID = 1104;
  820. const int TotNoAllocs = 892;
  821. const int NoAltMDSource = 816;
  822. const int AllocAccountType = 798;
  823. const int LastPx = 31;
  824. const int AllocTransType = 71;
  825. const int TotNoQuoteEntries = 304;
  826. const int MinBidSize = 647;
  827. const int SettlBrkrCode = 174;
  828. const int CardHolderName = 488;
  829. const int ExpirationQtyType = 982;
  830. const int EncodedUnderlyingSecurityDescLen = 364;
  831. const int QuoteReqID = 131;
  832. const int NoRelatedPartyAltSubIDs = 1572;
  833. const int RiskProduct = 1543;
  834. const int RiskSecurityAltIDSource = 1542;
  835. const int PriceUnitOfMeasure = 1191;
  836. const int TZTransactTime = 1132;
  837. const int AllocHandlInst = 209;
  838. const int UnderlyingInstrumentPartyIDSource = 1060;
  839. const int CurrencyRatio = 1382;
  840. const int RefreshQty = 1088;
  841. const int TradeRequestStatus = 750;
  842. const int TrdRepIndicator = 1389;
  843. const int MiscFeeAmt = 137;
  844. const int TradSesOpenTime = 342;
  845. const int PreallocMethod = 591;
  846. const int TaxAdvantageType = 495;
  847. const int MessageEncoding = 347;
  848. const int RiskPutOrCall = 1553;
  849. const int RiskSecurityGroup = 1545;
  850. const int NoPartySubIDs = 802;
  851. const int SettlInstReqID = 791;
  852. const int LegRepoCollateralSecurityType = 250;
  853. const int AffectedSecondaryOrderID = 536;
  854. const int RiskSymbol = 1536;
  855. const int DerivativeMaturityTime = 1253;
  856. const int ExpireTime = 126;
  857. const int UnderlyingFactor = 246;
  858. const int OrigOrdModTime = 586;
  859. const int NoTrdRepIndicators = 1387;
  860. const int DerivativeMaturityDate = 1252;
  861. const int DerivativeCFICode = 1248;
  862. const int Nested2PartySubIDType = 807;
  863. const int LegIOIQty = 682;
  864. const int ExpireDate = 432;
  865. const int RiskSecurityType = 1547;
  866. const int NoMatchRules = 1235;
  867. const int ApplEndSeqNum = 1183;
  868. const int EventPx = 867;
  869. const int AsgnRptID = 833;
  870. const int TimeInForce = 59;
  871. const int LowPx = 333;
  872. const int IOIQualifier = 104;
  873. const int WaveNo = 105;
  874. const int RiskSeniority = 1552;
  875. const int StrikePriceBoundaryMethod = 1479;
  876. const int DerivativeIssueDate = 1276;
  877. const int MiscFeeType = 139;
  878. const int QuoteID = 117;
  879. const int RiskFlexibleIndicator = 1554;
  880. const int DerivativeInstrumentPartyIDSource = 1294;
  881. const int SettlObligID = 1161;
  882. const int InstrAttribValue = 872;
  883. const int LiquidityValue = 404;
  884. const int SecurityIDSource = 22;
  885. const int NewsRefType = 1477;
  886. const int NoOfLegUnderlyings = 1342;
  887. const int DerivativeEncodedSecurityDesc = 1281;
  888. const int TriggerOrderType = 1111;
  889. const int UnderlyingDirtyPrice = 882;
  890. const int CrossType = 549;
  891. const int RepoCollateralSecurityType = 239;
  892. const int Password = 554;
  893. const int OpenCloseSettleFlag = 286;
  894. const int Subject = 147;
  895. const int RefApplReqID = 1433;
  896. const int UnderlyingEndValue = 886;
  897. const int NewSeqNo = 36;
  898. const int OrigTradeHandlingInstr = 1124;
  899. const int DisplayHighQty = 1086;
  900. const int MDBookType = 1021;
  901. const int MarginExcess = 899;
  902. const int BasisPxType = 419;
  903. const int DlvyInst = 86;
  904. const int ComplianceID = 376;
  905. const int EmailThreadID = 164;
  906. const int ContAmtCurr = 521;
  907. const int RelationshipRiskSecurityGroup = 1598;
  908. const int ComplexEventType = 1484;
  909. const int MassActionResponse = 1375;
  910. const int UnderlyingIssueDate = 242;
  911. const int SecurityRequestType = 321;
  912. const int AllocInterestAtMaturity = 741;
  913. const int ListRejectReason = 1386;
  914. const int DeskType = 1033;
  915. const int SecondaryTradeReportID = 818;
  916. const int SettlType = 63;
  917. const int OpenClose = 77;
  918. const int ContractMultiplierUnit = 1435;
  919. const int SecondaryLowLimitPrice = 1221;
  920. const int ExpQty = 983;
  921. const int NetworkRequestID = 933;
  922. const int TrdType = 828;
  923. const int NoUnderlyings = 711;
  924. const int MDMkt = 275;
  925. const int LastMkt = 30;
  926. const int RestructuringType = 1449;
  927. const int NoStrikeRules = 1201;
  928. const int ListName = 392;
  929. const int ProgRptReqs = 414;
  930. const int TradingSessionID = 336;
  931. const int ListOrderStatus = 431;
  932. const int RegistStatus = 506;
  933. const int PosAmt = 708;
  934. const int UnderlyingPriceDeterminationMethod = 1481;
  935. const int NoUnderlyingStips = 887;
  936. const int TradSesPreCloseTime = 343;
  937. const int MassCancelRequestType = 530;
  938. const int UnderlyingLegSecurityAltIDSource = 1336;
  939. const int SettlPartyID = 782;
  940. const int NoAffectedOrders = 534;
  941. const int CashSettlAgentAcctNum = 184;
  942. const int UnderlyingLegMaturityMonthYear = 1339;
  943. const int DerivativeSecurityListRequestType = 1307;
  944. const int NoLotTypeRules = 1234;
  945. const int NoDates = 580;
  946. const int CxlRejResponseTo = 434;
  947. const int EffectiveTime = 168;
  948. const int GrossTradeAmt = 381;
  949. const int ContextPartyID = 1523;
  950. const int SecurityListDesc = 1467;
  951. const int NotAffectedOrderID = 1371;
  952. const int DerivativeStrikeValue = 1264;
  953. const int NoPosAmt = 753;
  954. const int LegCreditRating = 257;
  955. const int RelationshipRiskInstrumentSettlType = 1611;
  956. const int BidForwardPoints2 = 642;
  957. const int SettlDate = 64;
  958. const int ClientID = 109;
  959. const int QuoteCancelType = 298;
  960. const int StipulationType = 233;
  961. const int OutMainCntryUIndex = 412;
  962. const int LegSettlmntTyp = 587;
  963. const int NoRelationshipRiskInstruments = 1587;
  964. const int DerivativeNTPositionLimit = 1274;
  965. const int PriceQuoteMethod = 1196;
  966. const int LowLimitPrice = 1148;
  967. const int LegUnitOfMeasure = 999;
  968. const int SessionRejectReason = 373;
  969. const int PartyDetailsListReportID = 1510;
  970. const int DeliveryType = 919;
  971. const int AllocPrice = 366;
  972. const int NoBidComponents = 420;
  973. const int QuoteQualifier = 695;
  974. const int Scope = 546;
  975. const int NoSecurityAltID = 454;
  976. const int RootPartySubID = 1121;
  977. const int DeliverToLocationID = 145;
  978. const int DeleteReason = 285;
  979. const int BidSpotRate = 188;
  980. const int Nested4PartyID = 1415;
  981. const int InViewOfCommon = 328;
  982. const int UnderlyingSettlPrice = 732;
  983. const int RegistRejReasonText = 496;
  984. const int NoSides = 552;
  985. const int LegAllocAccount = 671;
  986. const int NoRelationshipRiskWarningLevels = 1613;
  987. const int RelationshipRiskProduct = 1596;
  988. const int LegSecurityDesc = 620;
  989. const int ClOrdLinkID = 583;
  990. const int OrigSendingTime = 122;
  991. const int EncodedLegIssuerLen = 618;
  992. const int OrderID = 37;
  993. const int SecurityType = 167;
  994. const int RoundingDirection = 468;
  995. const int FillExecID = 1363;
  996. const int NoEvents = 864;
  997. const int RoundLot = 561;
  998. const int MDEntrySize = 271;
  999. const int EncodedIssuerLen = 348;
  1000. const int DerivativePriceUnitOfMeasureQty = 1316;
  1001. const int TimeUnit = 997;
  1002. const int TotNoOrders = 68;
  1003. const int PartyAltID = 1517;
  1004. const int LegSwapType = 690;
  1005. const int IOITransType = 28;
  1006. const int RawDataLength = 95;
  1007. const int UnderlyingSecurityType = 310;
  1008. const int UnderlyingLegSecurityAltID = 1335;
  1009. const int SecurityReportID = 964;
  1010. const int TotNumReports = 911;
  1011. const int TotalNumPosReports = 727;
  1012. const int SecurityReqID = 320;
  1013. const int PosReqResult = 728;
  1014. const int LegOfferForwardPoints = 1068;
  1015. const int AllowableOneSidednessCurr = 767;
  1016. const int AffectedOrderID = 535;
  1017. const int UnderlyingCountryOfIssue = 592;
  1018. const int UnderlyingRepurchaseRate = 245;
  1019. const int LastMsgSeqNumProcessed = 369;
  1020. const int UnderlyingCFICode = 463;
  1021. const int DerivativeOptAttribute = 1265;
  1022. const int PegSecurityID = 1097;
  1023. const int HostCrossID = 961;
  1024. const int ExecInstValue = 1308;
  1025. const int DerivativeOptPayAmount = 1225;
  1026. const int UnderlyingCouponRate = 435;
  1027. const int SettlInstMode = 160;
  1028. const int SecurityAltIDSource = 456;
  1029. const int PreviouslyReported = 570;
  1030. const int ContextPartyIDSource = 1524;
  1031. const int RptSys = 1135;
  1032. const int NoNested2PartySubIDs = 806;
  1033. const int RefAllocID = 72;
  1034. const int DefOfferSize = 294;
  1035. const int ProductComplex = 1227;
  1036. const int CustOrderHandlingInst = 1031;
  1037. const int MDPriceLevel = 1023;
  1038. const int LegOptionRatio = 1017;
  1039. const int SecurityStatus = 965;
  1040. const int LegRefID = 654;
  1041. const int DividendYield = 1380;
  1042. const int DerivativeInstrumentPartySubIDType = 1298;
  1043. const int EndStrikePxRange = 1203;
  1044. const int DisplayQty = 1138;
  1045. const int LegSecuritySubType = 764;
  1046. const int ProcessCode = 81;
  1047. const int ExecInst = 18;
  1048. const int TradSesEndTime = 345;
  1049. const int OrigTime = 42;
  1050. const int ExecValuationPoint = 515;
  1051. const int ExecType = 150;
  1052. const int NoRelatedContextPartySubIDs = 1579;
  1053. const int Nested4PartyRole = 1417;
  1054. const int MultilegModel = 1377;
  1055. const int SecurityGroup = 1151;
  1056. const int EventType = 865;
  1057. const int TradeAllocIndicator = 826;
  1058. const int YieldCalcDate = 701;
  1059. const int ValueOfFutures = 408;
  1060. const int LegSide = 624;
  1061. const int UserStatus = 926;
  1062. const int SideValue1 = 396;
  1063. const int CxlQty = 84;
  1064. const int SecurityResponseID = 322;
  1065. const int InstrRegistry = 543;
  1066. const int StreamAsgnRptID = 1501;
  1067. const int OrderDelayUnit = 1429;
  1068. const int LegCurrencyRatio = 1383;
  1069. const int EndTickPriceRange = 1207;
  1070. const int CollReqID = 894;
  1071. const int LegPool = 740;
  1072. const int ShortQty = 705;
  1073. const int SideValue2 = 397;
  1074. const int TradedFlatSwitch = 258;
  1075. const int MassStatusReqID = 584;
  1076. const int ComplexEventEndDate = 1493;
  1077. const int MarketID = 1301;
  1078. const int OrigTradeDate = 1125;
  1079. const int PreTradeAnonymity = 1091;
  1080. const int TrdRptStatus = 939;
  1081. const int DistribPercentage = 512;
  1082. const int QuoteStatus = 297;
  1083. const int ClearingAccount = 440;
  1084. const int TrdMatchID = 880;
  1085. const int OrderInputDevice = 821;
  1086. const int SolicitedFlag = 377;
  1087. const int TransactTime = 60;
  1088. const int RiskLimitType = 1530;
  1089. const int UnderlyingFlowScheduleType = 1441;
  1090. const int UnderlyingStipValue = 889;
  1091. const int NextExpectedMsgSeqNum = 789;
  1092. const int BenchmarkCurveCurrency = 220;
  1093. const int CFICode = 461;
  1094. const int Factor = 228;
  1095. const int LastShares = 32;
  1096. const int RequestedPartyRole = 1509;
  1097. const int EventTime = 1145;
  1098. const int RootPartySubIDType = 1122;
  1099. const int ShortSaleReason = 853;
  1100. const int XmlData = 213;
  1101. const int RelationshipRiskSeniority = 1605;
  1102. const int NoTargetPartyIDs = 1461;
  1103. const int NoRootPartyIDs = 1116;
  1104. const int EventDate = 866;
  1105. const int PegRoundDirection = 838;
  1106. const int LegSettlDate = 588;
  1107. const int ModelType = 1434;
  1108. const int DefaultVerIndicator = 1410;
  1109. const int FuturesValuationMethod = 1197;
  1110. const int SettlMethod = 1193;
  1111. const int UnderlyingFXRate = 1045;
  1112. const int ConfirmStatus = 665;
  1113. const int LocateReqd = 114;
  1114. const int PosMaintRptID = 721;
  1115. const int Adjustment = 334;
  1116. const int StreamAsgnType = 1617;
  1117. const int LastRptRequested = 912;
  1118. const int LocaleOfIssue = 472;
  1119. const int SenderSubID = 50;
  1120. const int HighPx = 332;
  1121. const int AllocSettlCurrAmt = 737;
  1122. const int ComplexEventPriceBoundaryPrecision = 1488;
  1123. const int InstrumentPartyRole = 1051;
  1124. const int YieldRedemptionPrice = 697;
  1125. const int CumQty = 14;
  1126. const int OrigClOrdID = 41;
  1127. const int SettlSessID = 716;
  1128. const int ParentMktSegmID = 1325;
  1129. const int TradeReportType = 856;
  1130. const int AvgPrxPrecision = 74;
  1131. const int NoLegs = 555;
  1132. const int UnderlyingSymbol = 311;
  1133. const int ExerciseStyle = 1194;
  1134. const int HaltReasonChar = 327;
  1135. const int ExDestination = 100;
  1136. const int NoPartyRelationships = 1514;
  1137. const int DerivativeInstrmtAssignmentMethod = 1255;
  1138. const int UnderlyingIDSource = 305;
  1139. const int AdvId = 2;
  1140. const int TransBkdTime = 483;
  1141. const int LegLastPx = 637;
  1142. const int NoRiskWarningLevels = 1559;
  1143. const int AllocReportType = 794;
  1144. const int RegistDtls = 509;
  1145. const int AllocType = 626;
  1146. const int QuoteRequestRejectReason = 658;
  1147. const int UnderlyingUnitOfMeasure = 998;
  1148. const int IndividualAllocID = 467;
  1149. const int LegOfferPx = 684;
  1150. const int LiquidityIndType = 409;
  1151. const int HopSendingTime = 629;
  1152. const int RelationshipRiskLimitAmount = 1584;
  1153. const int ApplResendFlag = 1352;
  1154. const int DerivativeCapPrice = 1321;
  1155. const int RiskSecurityID = 1538;
  1156. const int ComplexOptPayoutAmount = 1485;
  1157. const int LanguageCode = 1474;
  1158. const int SettlObligRefID = 1163;
  1159. const int OrigTradeID = 1126;
  1160. const int UnderlyingCollectAmount = 986;
  1161. const int StatusValue = 928;
  1162. const int OfferSpotRate = 190;
  1163. const int PosType = 703;
  1164. const int UnderlyingRedemptionDate = 247;
  1165. const int SettlDepositoryCode = 173;
  1166. const int StreamAsgnAckType = 1503;
  1167. const int FloorPrice = 1200;
  1168. const int RiskMaturityTime = 1550;
  1169. const int UnderlyingPriceUnitOfMeasureQty = 1425;
  1170. const int FeeMultiplier = 1329;
  1171. const int UnderlyingMaturityTime = 1213;
  1172. const int ApplID = 1180;
  1173. const int LegGrossTradeAmt = 1075;
  1174. const int MDEntryDate = 272;
  1175. const int LegBenchmarkCurveCurrency = 676;
  1176. const int RiskInstrumentOperator = 1535;
  1177. const int OptPayoutAmount = 1195;
  1178. const int MiscFeeBasis = 891;
  1179. const int ValidUntilTime = 62;
  1180. const int OrdType = 40;
  1181. const int AdvRefID = 3;
  1182. const int HopCompID = 628;
  1183. const int PosMaintRptRefID = 714;
  1184. const int LegStipulationValue = 689;
  1185. const int MatchType = 574;
  1186. const int OptPayoutType = 1482;
  1187. const int UnderlyingPriceUnitOfMeasure = 1424;
  1188. const int MarketUpdateAction = 1395;
  1189. const int CollAsgnRejectReason = 906;
  1190. const int PeggedRefPrice = 1095;
  1191. const int IndividualAllocType = 992;
  1192. const int EndCash = 922;
  1193. const int EventText = 868;
  1194. const int ExDate = 230;
  1195. const int NestedPartyIDSource = 525;
  1196. const int GTBookingInst = 427;
  1197. const int DerivativeValuationMethod = 1319;
  1198. const int NumberOfOrders = 346;
  1199. const int TrdRepPartyRole = 1388;
  1200. const int TriggerPrice = 1102;
  1201. const int MDReportID = 963;
  1202. const int SecondaryAllocID = 793;
  1203. const int LeavesQty = 151;
  1204. const int CardStartDate = 503;
  1205. const int LegCoveredOrUncovered = 565;
  1206. const int PutOrCall = 201;
  1207. const int MatchAlgorithm = 1142;
  1208. const int CalculatedCcyLastQty = 1056;
  1209. const int FundRenewWaiv = 497;
  1210. const int SecuritySettlAgentName = 176;
  1211. const int BidDescriptor = 400;
  1212. const int RelationshipRiskSecurityAltIDSource = 1595;
  1213. const int MDStreamID = 1500;
  1214. const int NoAsgnReqs = 1499;
  1215. const int NotionalPercentageOutstanding = 1451;
  1216. const int NoSettlInst = 778;
  1217. const int SettlInstMsgID = 777;
  1218. const int ForexReq = 121;
  1219. const int TradSesReqID = 335;
  1220. const int UnderlyingLegStrikePrice = 1340;
  1221. const int TickRuleType = 1209;
  1222. const int InstrmtAssignmentMethod = 1049;
  1223. const int DiscretionOffsetType = 842;
  1224. const int ConfirmTransType = 666;
  1225. const int TotalTakedown = 237;
  1226. const int ResponseDestination = 726;
  1227. const int MDSecSizeType = 1178;
  1228. const int InstrumentPartySubIDType = 1054;
  1229. const int LegTimeUnit = 1001;
  1230. const int TransferReason = 830;
  1231. const int ApplQueueMax = 812;
  1232. const int DiscretionOffsetValue = 389;
  1233. const int BookingRefID = 466;
  1234. const int LegBidPx = 681;
  1235. const int ContextPartyRole = 1525;
  1236. const int TradSesEvent = 1368;
  1237. const int DerivativeProduct = 1246;
  1238. const int RootPartyRole = 1119;
  1239. const int DlvyInstType = 787;
  1240. const int NoLinesOfText = 33;
  1241. const int PosReqID = 710;
  1242. const int LegSecurityAltIDSource = 606;
  1243. const int EncodedSubject = 357;
  1244. const int ContraBroker = 375;
  1245. const int TradeCondition = 277;
  1246. const int PartyID = 448;
  1247. const int MDEntryID = 278;
  1248. const int UnderlyingLegSecurityExchange = 1341;
  1249. const int PriceLimitType = 1306;
  1250. const int TriggerSecurityIDSource = 1105;
  1251. const int NoUndlyInstrumentPartySubIDs = 1062;
  1252. const int ClientBidID = 391;
  1253. const int NetChgPrevDay = 451;
  1254. const int DefaultApplVerID = 1137;
  1255. const int IOIID = 23;
  1256. const int SpreadToBenchmark = 218;
  1257. const int CommType = 13;
  1258. const int RegistRejReasonCode = 507;
  1259. const int RelationshipRiskEncodedSecurityDesc = 1619;
  1260. const int RelationshipRiskRestructuringType = 1604;
  1261. const int SideTimeInForce = 962;
  1262. const int TrdRegTimestamp = 769;
  1263. const int FinancialStatus = 291;
  1264. const int NoTrades = 897;
  1265. const int LastFragment = 893;
  1266. const int PartySubID = 523;
  1267. const int AllocQty = 80;
  1268. const int NotifyBrokerOfCredit = 208;
  1269. const int SideTrdRegTimestampType = 1013;
  1270. const int AgreementDate = 915;
  1271. const int PartySubIDType = 803;
  1272. const int TotalNetValue = 900;
  1273. const int AllocNoOrdersType = 857;
  1274. const int AllocLinkID = 196;
  1275. const int RoundingModulus = 469;
  1276. const int OnBehalfOfCompID = 115;
  1277. const int UnderlyingSecurityID = 309;
  1278. const int SettlObligMsgID = 1160;
  1279. const int PositionLimit = 970;
  1280. const int SharedCommission = 858;
  1281. const int AllowableOneSidednessPct = 765;
  1282. const int AllocText = 161;
  1283. const int EndSeqNo = 16;
  1284. const int NoPartyIDs = 453;
  1285. const int NoContraBrokers = 382;
  1286. const int AllocLinkType = 197;
  1287. const int UnderlyingAllocationPercent = 972;
  1288. const int AllocAccruedInterestAmt = 742;
  1289. const int RiskSecuritySubType = 1548;
  1290. const int EncodedSecurityListDesc = 1469;
  1291. const int EncryptedPasswordLen = 1401;
  1292. const int LegDividendYield = 1381;
  1293. const int RefreshIndicator = 1187;
  1294. const int SideSettlCurrency = 1155;
  1295. const int UnderlyingSettlementType = 975;
  1296. const int OrderCapacityQty = 863;
  1297. const int LongQty = 704;
  1298. const int NoPartyAltIDs = 1516;
  1299. const int DerivativeSettlMethod = 1317;
  1300. const int TriggerTradingSessionID = 1113;
  1301. const int DisplayMethod = 1084;
  1302. const int RptSeq = 83;
  1303. const int MDEntryOriginator = 282;
  1304. const int LegInstrRegistry = 599;
  1305. const int FillQty = 1365;
  1306. const int PegSecurityIDSource = 1096;
  1307. const int MaturityTime = 1079;
  1308. const int MDFeedType = 1022;
  1309. const int CollStatus = 910;
  1310. const int UnderlyingSecuritySubType = 763;
  1311. const int CstmApplVerID = 1129;
  1312. const int DefaultApplExtID = 1407;
  1313. const int NoDerivativeSecurityAltID = 1218;
  1314. const int SideValueInd = 401;
  1315. const int EncodedText = 355;
  1316. const int Account = 1;
  1317. const int TriggerNewPrice = 1110;
  1318. const int UndlyInstrumentPartyRole = 1061;
  1319. const int MsgDirection = 385;
  1320. const int LegMaturityDate = 611;
  1321. const int UnderlyingContractMultiplierUnit = 1437;
  1322. const int InputSource = 979;
  1323. const int MDUpdateAction = 279;
  1324. const int MatchStatus = 573;
  1325. const int RateSource = 1446;
  1326. const int AllocPositionEffect = 1047;
  1327. const int PartyIDSource = 447;
  1328. const int EncodedUnderlyingIssuer = 363;
  1329. const int NoRequestedPartyRoles = 1508;
  1330. const int EncryptedPassword = 1402;
  1331. const int TriggerNewQty = 1112;
  1332. const int LegLastForwardPoints = 1073;
  1333. const int TotNumTradeReports = 748;
  1334. const int RefApplVerID = 1130;
  1335. const int LastSpotRate = 194;
  1336. const int Price = 44;
  1337. const int UnderlyingSecurityIDSource = 305;
  1338. const int TotNoSecurityTypes = 557;
  1339. const int RelationshipRiskInstrumentMultiplier = 1612;
  1340. const int NoRiskInstruments = 1534;
  1341. const int ReportedPx = 861;
  1342. const int LegSymbol = 600;
  1343. const int LegIssuer = 617;
  1344. const int RegistDetls = 509;
  1345. const int UnderlyingLegSecurityID = 1332;
  1346. const int MinLotSize = 1231;
  1347. const int NumTickets = 395;
  1348. const int LegLocaleOfIssue = 598;
  1349. const int ExchangeForPhysical = 411;
  1350. const int SecurityTradingEvent = 1174;
  1351. const int MinPriceIncrementAmount = 1146;
  1352. const int UnderlyingPayAmount = 985;
  1353. const int SettlPartySubID = 785;
  1354. const int AllocNetMoney = 154;
  1355. const int UnderlyingMaturityDay = 314;
  1356. const int NetworkResponseID = 932;
  1357. const int NumBidders = 417;
  1358. const int AllocAcctIDSource = 661;
  1359. const int AllocAvgPx = 153;
  1360. const int SecuritySettlAgentCode = 177;
  1361. const int NoDistribInsts = 510;
  1362. const int CustDirectedOrder = 1029;
  1363. const int FairValue = 406;
  1364. const int NoStrikes = 428;
  1365. const int EncodedSecurityListDescLen = 1468;
  1366. const int LegExerciseStyle = 1420;
  1367. const int DerivativeSymbolSfx = 1215;
  1368. const int NestedInstrAttribType = 1210;
  1369. const int ContraTrader = 337;
  1370. const int RiskInstrumentSettlType = 1557;
  1371. const int MDSecSize = 1179;
  1372. const int NoOfSecSizes = 1177;
  1373. const int CollAction = 944;
  1374. const int UnderlyingLastQty = 652;
  1375. const int PossDupFlag = 43;
  1376. const int ListStatusType = 429;
  1377. const int SideFillStationCd = 1006;
  1378. const int StatusText = 929;
  1379. const int BasisFeatureDate = 259;
  1380. const int XmlDataLen = 212;
  1381. const int UnderlyingMaturityDate = 542;
  1382. const int GapFillFlag = 123;
  1383. const int RefApplExtID = 1406;
  1384. const int RefApplID = 1355;
  1385. const int NoTradingSessionRules = 1309;
  1386. const int SwapPoints = 1069;
  1387. const int TargetStrategyParameters = 848;
  1388. const int LastForwardPoints = 195;
  1389. const int YieldRedemptionDate = 696;
  1390. const int RelationshipRiskSecurityID = 1591;
  1391. const int NoSettlDetails = 1158;
  1392. const int TradeHandlingInstr = 1123;
  1393. const int CashSettlAgentCode = 183;
  1394. const int LegPriceType = 686;
  1395. const int EncodedListExecInstLen = 352;
  1396. const int TradSesMethod = 338;
  1397. const int RiskLimitCurrency = 1532;
  1398. const int PartyDetailsListRequestID = 1505;
  1399. const int AgreementID = 914;
  1400. const int CashDistribCurr = 478;
  1401. const int BidPx = 132;
  1402. const int TradeType = 418;
  1403. const int EncodedSecurityDescLen = 350;
  1404. const int ComplexEventCondition = 1490;
  1405. const int EncryptedPasswordMethod = 1400;
  1406. const int DerivativeSecurityAltID = 1219;
  1407. const int TotNoAccQuotes = 1169;
  1408. const int TimeBracket = 943;
  1409. const int NoAllocs = 78;
  1410. const int UnderlyingProduct = 462;
  1411. const int BenchmarkCurveName = 221;
  1412. const int UnderlyingSymbolSfx = 312;
  1413. const int StrikePriceBoundaryPrecision = 1480;
  1414. const int QuoteSetID = 302;
  1415. const int CashMargin = 544;
  1416. const int SettlObligTransType = 1162;
  1417. const int LegNumber = 1152;
  1418. const int DeskOrderHandlingInst = 1035;
  1419. const int SettlPartyIDSource = 783;
  1420. const int PriorSettlPrice = 734;
  1421. const int RelationshipRiskSecurityType = 1600;
  1422. const int NotAffOrigClOrdID = 1372;
  1423. const int TradingSessionDesc = 1326;
  1424. const int DerivativeFloorPrice = 1322;
  1425. const int DerivativeSymbol = 1214;
  1426. const int RiskFreeRate = 1190;
  1427. const int PosTransType = 709;
  1428. const int MsgSeqNum = 34;
  1429. const int Signature = 89;
  1430. const int Seniority = 1450;
  1431. const int NoRateSources = 1445;
  1432. const int PriceUnitOfMeasureQty = 1192;
  1433. const int CollAsgnRefID = 907;
  1434. const int BuyVolume = 330;
  1435. const int SettlCurrFxRateCalc = 156;
  1436. const int PosMaintStatus = 722;
  1437. const int PriorSpreadIndicator = 720;
  1438. const int Benchmark = 219;
  1439. const int MaturityMonthYearFormat = 1303;
  1440. const int UnderlyingTradingSessionID = 822;
  1441. const int TotNoRelatedSym = 393;
  1442. const int StateOrProvinceOfIssue = 471;
  1443. const int RelatedPartyAltSubID = 1573;
  1444. const int DerivativeInstrRegistry = 1257;
  1445. const int LegBidForwardPoints = 1067;
  1446. const int ManualOrderIndicator = 1028;
  1447. const int NetMoney = 118;
  1448. const int LegalConfirm = 650;
  1449. const int CountryOfIssue = 470;
  1450. const int ApplReportType = 1426;
  1451. const int RootPartyID = 1117;
  1452. const int UnderlyingQty = 879;
  1453. const int ApplQueueDepth = 813;
  1454. const int StopPx = 99;
  1455. const int ReportToExch = 113;
  1456. const int ContraryInstructionIndicator = 719;
  1457. const int EncodedListStatusTextLen = 445;
  1458. const int DerivativeSecurityXMLSchema = 1284;
  1459. const int NoRelatedSym = 146;
  1460. const int AllocRejCode = 88;
  1461. const int UnderlyingSecurityAltID = 458;
  1462. const int NoRelationshipRiskSecurityAltID = 1593;
  1463. const int RefOrdIDReason = 1431;
  1464. const int DerivativeInstrumentPartyID = 1293;
  1465. const int SecurityXMLSchema = 1186;
  1466. const int RefOrderIDSource = 1081;
  1467. const int NTPositionLimit = 971;
  1468. const int EndAccruedInterestAmt = 920;
  1469. const int AccruedInterestRate = 158;
  1470. const int LastCapacity = 29;
  1471. const int RelationshipRiskLimitCurrency = 1585;
  1472. const int UnderlyingInstrumentPartySubID = 1063;
  1473. const int NoFills = 1362;
  1474. const int NoOrdTypeRules = 1237;
  1475. const int InstrumentPartyID = 1019;
  1476. const int MarginRatio = 898;
  1477. const int RefTagID = 371;
  1478. const int NoRoutingIDs = 215;
  1479. const int CouponRate = 223;
  1480. const int NoApplIDs = 1351;
  1481. const int DerivativeContractSettlMonth = 1285;
  1482. const int InstrAttribType = 871;
  1483. const int Product = 460;
  1484. const int AllocShares = 80;
  1485. const int NoQuoteEntries = 295;
  1486. const int RelationshipRiskWarningLevelName = 1615;
  1487. const int DefaultCstmApplVerID = 1408;
  1488. const int DerivativeListMethod = 1320;
  1489. const int DerivativeSecurityXMLLen = 1282;
  1490. const int LegDatedDate = 739;
  1491. const int Nested2PartyIDSource = 758;
  1492. const int UnderlyingInstrRegistry = 595;
  1493. const int IssueDate = 225;
  1494. const int SecurityTradingStatus = 326;
  1495. const int LegOptAttribute = 613;
  1496. const int MaxFloor = 111;
  1497. const int DerivativeLocaleOfIssue = 1260;
  1498. const int OptPayAmount = 1195;
  1499. const int UnderlyingStipType = 888;
  1500. const int Rule80A = 47;
  1501. const int TotNoStrikes = 422;
  1502. const int CorporateAction = 292;
  1503. const int TerminationType = 788;
  1504. const int LegCouponRate = 615;
  1505. const int PosMaintAction = 712;
  1506. const int NoSecurityTypes = 558;
  1507. const int ComplexEventPriceTimeType = 1489;
  1508. const int LastSwapPoints = 1071;
  1509. const int UnderlyingFXRateCalc = 1046;
  1510. const int ListStatusText = 444;
  1511. const int OddLot = 575;
  1512. const int BookingUnit = 590;
  1513. const int LegAllocAcctIDSource = 674;
  1514. const int OnBehalfOfSendingTime = 370;
  1515. const int AllocStatus = 87;
  1516. const int ReferencePage = 1448;
  1517. const int DerivativeExerciseStyle = 1299;
  1518. const int ApplBegSeqNum = 1182;
  1519. const int CollRptID = 908;
  1520. const int IncTaxInd = 416;
  1521. const int NoBidDescriptors = 398;
  1522. const int LegCouponPaymentDate = 248;
  1523. const int TotNoPartyList = 1512;
  1524. const int PartyListResponseType = 1507;
  1525. const int NoUnderlyingLegSecurityAltID = 1334;
  1526. const int ReversalIndicator = 700;
  1527. const int CheckSum = 10;
  1528. const int TargetSubID = 57;
  1529. const int PosReqStatus = 729;
  1530. const int PriorityIndicator = 638;
  1531. const int ContextPartySubIDType = 1528;
  1532. const int UnderlyingLegCFICode = 1344;
  1533. const int DerivativeTimeUnit = 1271;
  1534. const int NoNested3PartyIDs = 948;
  1535. const int LiquidityPctHigh = 403;
  1536. const int MoneyLaunderingStatus = 481;
  1537. const int Nested4PartySubID = 1412;
  1538. const int DerivativeSecurityExchange = 1272;
  1539. const int LotType = 1093;
  1540. const int ContIntRptID = 977;
  1541. const int QuoteCondition = 276;
  1542. const int ComplexEventStartTime = 1495;
  1543. const int NoComplexEvents = 1483;
  1544. const int DerivativeContractMultiplier = 1266;
  1545. const int DerivativeSecurityStatus = 1256;
  1546. const int DerivativeProductComplex = 1228;
  1547. const int TriggerSymbol = 1103;
  1548. const int UnderlyingLocaleOfIssue = 594;
  1549. const int SendingTime = 52;
  1550. const int RelationshipRiskMaturityMonthYear = 1602;
  1551. const int RelatedPartyAltIDSource = 1571;
  1552. const int ComplexEventStartDate = 1492;
  1553. const int UnderlyingRestructuringType = 1453;
  1554. const int LegUnitOfMeasureQty = 1224;
  1555. const int NoTrdRegTimestamps = 768;
  1556. const int SendingDate = 51;
  1557. const int PartyRelationship = 1515;
  1558. const int TimeToExpiration = 1189;
  1559. const int LegAllocQty = 673;
  1560. const int SettlLocation = 166;
  1561. const int UnderlyingExerciseStyle = 1419;
  1562. const int CashSettlAgentContactName = 186;
  1563. const int LegRepurchaseRate = 252;
  1564. const int ApplResponseID = 1353;
  1565. const int NoDerivativeInstrAttrib = 1311;
  1566. const int DerivativeStrikeMultiplier = 1263;
  1567. const int LegStrikeCurrency = 942;
  1568. const int SecurityStatusReqID = 324;
  1569. const int SecureDataLen = 90;
  1570. const int DiscretionScope = 846;
  1571. const int OwnerType = 522;
  1572. const int Shares = 53;
  1573. const int Yield = 236;
  1574. const int QuoteRespID = 693;
  1575. const int RiskMaturityMonthYear = 1549;
  1576. const int Nested3PartySubID = 953;
  1577. const int ApplQueueResolution = 814;
  1578. const int TrdRegTimestampOrigin = 771;
  1579. const int Nested2PartyRole = 759;
  1580. const int Nested2PartyID = 757;
  1581. const int BidSize = 134;
  1582. const int LegSymbolSfx = 601;
  1583. const int QuoteResponseLevel = 301;
  1584. const int BodyLength = 9;
  1585. const int ListExecInst = 69;
  1586. const int ExecAckStatus = 1036;
  1587. const int SettlDate2 = 193;
  1588. const int NetGrossInd = 430;
  1589. const int UnderlyingSecurityAltIDSource = 459;
  1590. const int TestReqID = 112;
  1591. const int CxlType = 125;
  1592. const int UnderlyingCreditRating = 256;
  1593. const int AvgPxPrecision = 74;
  1594. const int BenchmarkPriceType = 663;
  1595. const int DeskTypeSource = 1034;
  1596. const int DiscretionRoundDirection = 844;
  1597. const int OrigSecondaryTradeID = 1127;
  1598. const int ReceivedDeptID = 1030;
  1599. const int MaturityNetMoney = 890;
  1600. const int BidDescriptorType = 399;
  1601. const int RiskEncodedSecurityDescLen = 1620;
  1602. const int RelationshipRiskSymbol = 1589;
  1603. const int NoRelatedContextPartyIDs = 1575;
  1604. const int DerivativeInstrumentPartySubID = 1297;
  1605. const int NetworkStatusResponseType = 937;
  1606. const int DateOfBirth = 486;
  1607. const int RelatedContextPartySubIDType = 1581;
  1608. const int StartStrikePxRange = 1202;
  1609. const int UndlyInstrumentPartySubID = 1063;
  1610. const int SecondaryTradeReportRefID = 881;
  1611. const int UnderlyingCPRegType = 878;
  1612. const int SignatureLength = 93;
  1613. const int OrderQty = 38;
  1614. const int RelationshipRiskWarningLevelPercent = 1614;
  1615. const int OriginalNotionalPercentageOutstanding = 1452;
  1616. const int UnderlyingTimeUnit = 1000;
  1617. const int EncodedHeadlineLen = 358;
  1618. const int NoRegistDtls = 473;
  1619. const int StrategyParameterValue = 960;
  1620. const int RiskSecurityDesc = 1556;
  1621. const int NoInstrumentParties = 1018;
  1622. const int QuoteType = 537;
  1623. const int NoRiskSecurityAltID = 1540;
  1624. const int NoStrategyParameters = 957;
  1625. const int IndividualAllocRejCode = 776;
  1626. const int DiscretionInst = 388;
  1627. const int RiskSecurityAltID = 1541;
  1628. const int TargetPartyRole = 1464;
  1629. const int CrossPrioritization = 550;
  1630. const int EncodedListStatusText = 446;
  1631. const int IOIOthSvc = 24;
  1632. const int LegIssueDate = 249;
  1633. const int MDReqRejReason = 281;
  1634. const int RelationshipRiskPutOrCall = 1606;
  1635. const int ApplReqType = 1347;
  1636. const int Country = 421;
  1637. const int UnderlyingLegSecurityIDSource = 1333;
  1638. const int FlexProductEligibilityIndicator = 1242;
  1639. const int AggressorIndicator = 1057;
  1640. const int ExecPriceAdjustment = 485;
  1641. const int BusinessRejectReason = 380;
  1642. const int TradeDate = 75;
  1643. const int UnderlyingPutOrCall = 315;
  1644. const int RelationshipRiskSymbolSfx = 1590;
  1645. const int UnderlyingInstrumentPartyRole = 1061;
  1646. const int DerivativePositionLimit = 1273;
  1647. const int TierCode = 994;
  1648. const int BookingType = 775;
  1649. const int StipulationValue = 234;
  1650. const int SettlCurrBidFxRate = 656;
  1651. #endif //FIX_FIELDNUMBERS_H