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 FIX_FIELDNUMBERS_H 00023 #define FIX_FIELDNUMBERS_H 00024 00025 #include <iostream> 00026 #include "DeprecatedFieldNumbers.h" 00027 00028 namespace FIX 00029 { 00030 namespace FIELD 00031 { 00032 00033 const int Account = 1; 00034 00035 const int AdvId = 2; 00036 00037 const int AdvRefID = 3; 00038 00039 const int AdvSide = 4; 00040 00041 const int AdvTransType = 5; 00042 00043 const int AvgPx = 6; 00044 00045 const int ClOrdID = 11; 00046 00047 const int Commission = 12; 00048 00049 const int CommType = 13; 00050 00051 const int CumQty = 14; 00052 00053 const int Currency = 15; 00054 00055 const int ExecID = 17; 00056 00057 const int ExecInst = 18; 00058 00059 const int ExecRefID = 19; 00060 00061 const int ExecTransType = 20; 00062 00063 const int HandlInst = 21; 00064 00065 const int SecurityIDSource = 22; 00066 00067 const int IOIid = 23; 00068 00069 const int IOIQltyInd = 25; 00070 00071 const int IOIRefID = 26; 00072 00073 const int IOIQty = 27; 00074 00075 const int IOITransType = 28; 00076 00077 const int LastCapacity = 29; 00078 00079 const int LastMkt = 30; 00080 00081 const int LastPx = 31; 00082 00083 const int LastQty = 32; 00084 00085 const int NoLinesOfText = 33; 00086 00087 const int OrderID = 37; 00088 00089 const int OrderQty = 38; 00090 00091 const int OrdStatus = 39; 00092 00093 const int OrdType = 40; 00094 00095 const int OrigClOrdID = 41; 00096 00097 const int OrigTime = 42; 00098 00099 const int Price = 44; 00100 00101 const int SecurityID = 48; 00102 00103 const int Quantity = 53; 00104 00105 const int Side = 54; 00106 00107 const int Symbol = 55; 00108 00109 const int TimeInForce = 59; 00110 00111 const int TransactTime = 60; 00112 00113 const int Urgency = 61; 00114 00115 const int ValidUntilTime = 62; 00116 00117 const int SettlType = 63; 00118 00119 const int SettlDate = 64; 00120 00121 const int SymbolSfx = 65; 00122 00123 const int ListID = 66; 00124 00125 const int ListSeqNo = 67; 00126 00127 const int TotNoOrders = 68; 00128 const int ListNoOrds = 68; 00129 00130 const int ListExecInst = 69; 00131 00132 const int AllocID = 70; 00133 00134 const int AllocTransType = 71; 00135 00136 const int RefAllocID = 72; 00137 00138 const int NoOrders = 73; 00139 00140 const int AvgPxPrecision = 74; 00141 00142 const int TradeDate = 75; 00143 00144 const int ExecBroker = 76; 00145 00146 const int PositionEffect = 77; 00147 00148 const int NoAllocs = 78; 00149 00150 const int AllocAccount = 79; 00151 00152 const int AllocQty = 80; 00153 00154 const int ProcessCode = 81; 00155 00156 const int NoRpts = 82; 00157 00158 const int RptSeq = 83; 00159 00160 const int CxlQty = 84; 00161 00162 const int NoDlvyInst = 85; 00163 00164 const int DlvyInst = 86; 00165 00166 const int AllocStatus = 87; 00167 00168 const int AllocRejCode = 88; 00169 00170 const int BrokerOfCredit = 92; 00171 00172 const int EmailType = 94; 00173 00174 const int StopPx = 99; 00175 00176 const int ExDestination = 100; 00177 00178 const int CxlRejReason = 102; 00179 00180 const int OrdRejReason = 103; 00181 00182 const int IOIQualifier = 104; 00183 00184 const int WaveNo = 105; 00185 00186 const int Issuer = 106; 00187 00188 const int SecurityDesc = 107; 00189 00190 const int ClientID = 109; 00191 00192 const int MinQty = 110; 00193 00194 const int MaxFloor = 111; 00195 00196 const int ReportToExch = 113; 00197 00198 const int LocateReqd = 114; 00199 00200 const int QuoteID = 117; 00201 00202 const int NetMoney = 118; 00203 00204 const int SettlCurrAmt = 119; 00205 00206 const int SettlCurrency = 120; 00207 00208 const int ForexReq = 121; 00209 00210 const int NoExecs = 124; 00211 00212 const int CxlType = 125; 00213 00214 const int ExpireTime = 126; 00215 00216 const int DKReason = 127; 00217 00218 const int IOINaturalFlag = 130; 00219 00220 const int QuoteReqID = 131; 00221 00222 const int BidPx = 132; 00223 00224 const int OfferPx = 133; 00225 00226 const int BidSize = 134; 00227 00228 const int OfferSize = 135; 00229 00230 const int NoMiscFees = 136; 00231 00232 const int MiscFeeAmt = 137; 00233 00234 const int MiscFeeCurr = 138; 00235 00236 const int MiscFeeType = 139; 00237 00238 const int PrevClosePx = 140; 00239 00240 const int NoRelatedSym = 146; 00241 00242 const int Subject = 147; 00243 00244 const int Headline = 148; 00245 00246 const int URLLink = 149; 00247 00248 const int ExecType = 150; 00249 00250 const int LeavesQty = 151; 00251 00252 const int CashOrderQty = 152; 00253 00254 const int AllocAvgPx = 153; 00255 00256 const int AllocNetMoney = 154; 00257 00258 const int SettlCurrFxRate = 155; 00259 00260 const int SettlCurrFxRateCalc = 156; 00261 00262 const int NumDaysInterest = 157; 00263 00264 const int AccruedInterestRate = 158; 00265 00266 const int AccruedInterestAmt = 159; 00267 00268 const int SettlInstMode = 160; 00269 00270 const int AllocText = 161; 00271 00272 const int SettlInstID = 162; 00273 00274 const int SettlInstTransType = 163; 00275 00276 const int EmailThreadID = 164; 00277 00278 const int SettlInstSource = 165; 00279 00280 const int SettlLocation = 166; 00281 00282 const int SecurityType = 167; 00283 00284 const int EffectiveTime = 168; 00285 00286 const int StandInstDbType = 169; 00287 00288 const int StandInstDbName = 170; 00289 00290 const int StandInstDbID = 171; 00291 00292 const int SettlDeliveryType = 172; 00293 00294 const int SettlDepositoryCode = 173; 00295 00296 const int SettlBrkrCode = 174; 00297 00298 const int SettlInstCode = 175; 00299 00300 const int SecuritySettlAgentName = 176; 00301 00302 const int SecuritySettlAgentCode = 177; 00303 00304 const int SecuritySettlAgentAcctNum = 178; 00305 00306 const int SecuritySettlAgentAcctName = 179; 00307 00308 const int SecuritySettlAgentContactName = 180; 00309 00310 const int SecuritySettlAgentContactPhone = 181; 00311 00312 const int CashSettlAgentName = 182; 00313 00314 const int CashSettlAgentCode = 183; 00315 00316 const int CashSettlAgentAcctNum = 184; 00317 00318 const int CashSettlAgentAcctName = 185; 00319 00320 const int CashSettlAgentContactName = 186; 00321 00322 const int CashSettlAgentContactPhone = 187; 00323 00324 const int BidSpotRate = 188; 00325 00326 const int BidForwardPoints = 189; 00327 00328 const int OfferSpotRate = 190; 00329 00330 const int OfferForwardPoints = 191; 00331 00332 const int OrderQty2 = 192; 00333 00334 const int SettlDate2 = 193; 00335 00336 const int LastSpotRate = 194; 00337 00338 const int LastForwardPoints = 195; 00339 00340 const int AllocLinkID = 196; 00341 00342 const int AllocLinkType = 197; 00343 00344 const int SecondaryOrderID = 198; 00345 00346 const int NoIOIQualifiers = 199; 00347 00348 const int MaturityMonthYear = 200; 00349 00350 const int PutOrCall = 201; 00351 00352 const int StrikePrice = 202; 00353 00354 const int CoveredOrUncovered = 203; 00355 00356 const int CustomerOrFirm = 204; 00357 00358 const int MaturityDay = 205; 00359 00360 const int OptAttribute = 206; 00361 00362 const int SecurityExchange = 207; 00363 00364 const int NotifyBrokerOfCredit = 208; 00365 00366 const int AllocHandlInst = 209; 00367 00368 const int MaxShow = 210; 00369 00370 const int PegOffsetValue = 211; 00371 00372 const int SettlInstRefID = 214; 00373 00374 const int NoRoutingIDs = 215; 00375 00376 const int RoutingType = 216; 00377 00378 const int RoutingID = 217; 00379 00380 const int Spread = 218; 00381 00382 const int Benchmark = 219; 00383 00384 const int BenchmarkCurveCurrency = 220; 00385 00386 const int BenchmarkCurveName = 221; 00387 00388 const int BenchmarkCurvePoint = 222; 00389 00390 const int CouponRate = 223; 00391 00392 const int CouponPaymentDate = 224; 00393 00394 const int IssueDate = 225; 00395 00396 const int RepurchaseTerm = 226; 00397 00398 const int RepurchaseRate = 227; 00399 00400 const int Factor = 228; 00401 00402 const int TradeOriginationDate = 229; 00403 00404 const int ExDate = 230; 00405 00406 const int ContractMultiplier = 231; 00407 00408 const int NoStipulations = 232; 00409 00410 const int StipulationType = 233; 00411 00412 const int StipulationValue = 234; 00413 00414 const int YieldType = 235; 00415 00416 const int Yield = 236; 00417 00418 const int TotalTakedown = 237; 00419 00420 const int Concession = 238; 00421 00422 const int RepoCollateralSecurityType = 239; 00423 00424 const int RedemptionDate = 240; 00425 00426 const int UnderlyingCouponPaymentDate = 241; 00427 00428 const int UnderlyingIssueDate = 242; 00429 00430 const int UnderlyingRepoCollateralSecurityType = 243; 00431 00432 const int UnderlyingRepurchaseTerm = 244; 00433 00434 const int UnderlyingRepurchaseRate = 245; 00435 00436 const int UnderlyingFactor = 246; 00437 00438 const int UnderlyingRedemptionDate = 247; 00439 00440 const int LegCouponPaymentDate = 248; 00441 00442 const int LegIssueDate = 249; 00443 00444 const int LegRepoCollateralSecurityType = 250; 00445 00446 const int LegRepurchaseTerm = 251; 00447 00448 const int LegRepurchaseRate = 252; 00449 00450 const int LegFactor = 253; 00451 00452 const int LegRedemptionDate = 254; 00453 00454 const int CreditRating = 255; 00455 00456 const int UnderlyingCreditRating = 256; 00457 00458 const int LegCreditRating = 257; 00459 00460 const int TradedFlatSwitch = 258; 00461 00462 const int BasisFeatureDate = 259; 00463 00464 const int BasisFeaturePrice = 260; 00465 00466 const int MDReqID = 262; 00467 00468 const int SubscriptionRequestType = 263; 00469 00470 const int MarketDepth = 264; 00471 00472 const int MDUpdateType = 265; 00473 00474 const int AggregatedBook = 266; 00475 00476 const int NoMDEntryTypes = 267; 00477 00478 const int NoMDEntries = 268; 00479 00480 const int MDEntryType = 269; 00481 00482 const int MDEntryPx = 270; 00483 00484 const int MDEntrySize = 271; 00485 00486 const int MDEntryDate = 272; 00487 00488 const int MDEntryTime = 273; 00489 00490 const int TickDirection = 274; 00491 00492 const int MDMkt = 275; 00493 00494 const int QuoteCondition = 276; 00495 00496 const int TradeCondition = 277; 00497 00498 const int MDEntryID = 278; 00499 00500 const int MDUpdateAction = 279; 00501 00502 const int MDEntryRefID = 280; 00503 00504 const int MDReqRejReason = 281; 00505 00506 const int MDEntryOriginator = 282; 00507 00508 const int LocationID = 283; 00509 00510 const int DeskID = 284; 00511 00512 const int DeleteReason = 285; 00513 00514 const int OpenCloseSettlFlag = 286; 00515 00516 const int SellerDays = 287; 00517 00518 const int MDEntryBuyer = 288; 00519 00520 const int MDEntrySeller = 289; 00521 00522 const int MDEntryPositionNo = 290; 00523 00524 const int FinancialStatus = 291; 00525 00526 const int CorporateAction = 292; 00527 00528 const int DefBidSize = 293; 00529 00530 const int DefOfferSize = 294; 00531 00532 const int NoQuoteEntries = 295; 00533 00534 const int NoQuoteSets = 296; 00535 00536 const int QuoteStatus = 297; 00537 00538 const int QuoteCancelType = 298; 00539 00540 const int QuoteEntryID = 299; 00541 00542 const int QuoteRejectReason = 300; 00543 00544 const int QuoteResponseLevel = 301; 00545 00546 const int QuoteSetID = 302; 00547 00548 const int QuoteRequestType = 303; 00549 00550 const int TotNoQuoteEntries = 304; 00551 00552 const int UnderlyingSecurityIDSource = 305; 00553 00554 const int UnderlyingIssuer = 306; 00555 00556 const int UnderlyingSecurityDesc = 307; 00557 00558 const int UnderlyingSecurityExchange = 308; 00559 00560 const int UnderlyingSecurityID = 309; 00561 00562 const int UnderlyingSecurityType = 310; 00563 00564 const int UnderlyingSymbol = 311; 00565 00566 const int UnderlyingSymbolSfx = 312; 00567 00568 const int UnderlyingMaturityMonthYear = 313; 00569 00570 const int UnderlyingMaturityDay = 314; 00571 00572 const int UnderlyingPutOrCall = 315; 00573 00574 const int UnderlyingStrikePrice = 316; 00575 00576 const int UnderlyingOptAttribute = 317; 00577 00578 const int UnderlyingCurrency = 318; 00579 00580 const int RatioQty = 319; 00581 00582 const int SecurityReqID = 320; 00583 00584 const int SecurityRequestType = 321; 00585 00586 const int SecurityResponseID = 322; 00587 00588 const int SecurityResponseType = 323; 00589 00590 const int SecurityStatusReqID = 324; 00591 00592 const int UnsolicitedIndicator = 325; 00593 00594 const int SecurityTradingStatus = 326; 00595 00596 const int HaltReason = 327; 00597 00598 const int InViewOfCommon = 328; 00599 00600 const int DueToRelated = 329; 00601 00602 const int BuyVolume = 330; 00603 00604 const int SellVolume = 331; 00605 00606 const int HighPx = 332; 00607 00608 const int LowPx = 333; 00609 00610 const int Adjustment = 334; 00611 00612 const int TradSesReqID = 335; 00613 00614 const int TradingSessionID = 336; 00615 00616 const int ContraTrader = 337; 00617 00618 const int TradSesMethod = 338; 00619 00620 const int TradSesMode = 339; 00621 00622 const int TradSesStatus = 340; 00623 00624 const int TradSesStartTime = 341; 00625 00626 const int TradSesOpenTime = 342; 00627 00628 const int TradSesPreCloseTime = 343; 00629 00630 const int TradSesCloseTime = 344; 00631 00632 const int TradSesEndTime = 345; 00633 00634 const int NumberOfOrders = 346; 00635 00636 const int EncodedIssuerLen = 348; 00637 00638 const int EncodedIssuer = 349; 00639 00640 const int EncodedSecurityDescLen = 350; 00641 00642 const int EncodedSecurityDesc = 351; 00643 00644 const int EncodedListExecInstLen = 352; 00645 00646 const int EncodedListExecInst = 353; 00647 00648 const int EncodedSubjectLen = 356; 00649 00650 const int EncodedSubject = 357; 00651 00652 const int EncodedHeadlineLen = 358; 00653 00654 const int EncodedHeadline = 359; 00655 00656 const int EncodedAllocTextLen = 360; 00657 00658 const int EncodedAllocText = 361; 00659 00660 const int EncodedUnderlyingIssuerLen = 362; 00661 00662 const int EncodedUnderlyingIssuer = 363; 00663 00664 const int EncodedUnderlyingSecurityDescLen = 364; 00665 00666 const int EncodedUnderlyingSecurityDesc = 365; 00667 00668 const int AllocPrice = 366; 00669 00670 const int QuoteSetValidUntilTime = 367; 00671 00672 const int QuoteEntryRejectReason = 368; 00673 00674 const int OnBehalfOfSendingTime = 370; 00675 00676 const int BidRequestTransType = 374; 00677 00678 const int ContraBroker = 375; 00679 00680 const int ComplianceID = 376; 00681 00682 const int SolicitedFlag = 377; 00683 00684 const int ExecRestatementReason = 378; 00685 00686 const int BusinessRejectRefID = 379; 00687 00688 const int BusinessRejectReason = 380; 00689 00690 const int GrossTradeAmt = 381; 00691 00692 const int NoContraBrokers = 382; 00693 00694 const int NoTradingSessions = 386; 00695 00696 const int TotalVolumeTraded = 387; 00697 00698 const int DiscretionInst = 388; 00699 00700 const int DiscretionOffsetValue = 389; 00701 00702 const int BidID = 390; 00703 00704 const int ClientBidID = 391; 00705 00706 const int ListName = 392; 00707 00708 const int TotNoRelatedSym = 393; 00709 00710 const int BidType = 394; 00711 00712 const int NumTickets = 395; 00713 00714 const int SideValue1 = 396; 00715 00716 const int SideValue2 = 397; 00717 00718 const int NoBidDescriptors = 398; 00719 00720 const int BidDescriptorType = 399; 00721 00722 const int BidDescriptor = 400; 00723 00724 const int SideValueInd = 401; 00725 00726 const int LiquidityPctLow = 402; 00727 00728 const int LiquidityPctHigh = 403; 00729 00730 const int LiquidityValue = 404; 00731 00732 const int EFPTrackingError = 405; 00733 00734 const int FairValue = 406; 00735 00736 const int OutsideIndexPct = 407; 00737 00738 const int ValueOfFutures = 408; 00739 00740 const int LiquidityIndType = 409; 00741 00742 const int WtAverageLiquidity = 410; 00743 00744 const int ExchangeForPhysical = 411; 00745 00746 const int OutMainCntryUIndex = 412; 00747 00748 const int CrossPercent = 413; 00749 00750 const int ProgRptReqs = 414; 00751 00752 const int ProgPeriodInterval = 415; 00753 00754 const int IncTaxInd = 416; 00755 00756 const int NumBidders = 417; 00757 00758 const int BidTradeType = 418; 00759 00760 const int BasisPxType = 419; 00761 00762 const int NoBidComponents = 420; 00763 00764 const int Country = 421; 00765 00766 const int TotNoStrikes = 422; 00767 00768 const int PriceType = 423; 00769 00770 const int DayOrderQty = 424; 00771 00772 const int DayCumQty = 425; 00773 00774 const int DayAvgPx = 426; 00775 00776 const int GTBookingInst = 427; 00777 00778 const int NoStrikes = 428; 00779 00780 const int ListStatusType = 429; 00781 00782 const int NetGrossInd = 430; 00783 00784 const int ListOrderStatus = 431; 00785 00786 const int ExpireDate = 432; 00787 00788 const int ListExecInstType = 433; 00789 00790 const int CxlRejResponseTo = 434; 00791 00792 const int UnderlyingCouponRate = 435; 00793 00794 const int UnderlyingContractMultiplier = 436; 00795 00796 const int ContraTradeQty = 437; 00797 00798 const int ContraTradeTime = 438; 00799 00800 const int ClearingFirm = 439; 00801 00802 const int ClearingAccount = 440; 00803 00804 const int LiquidityNumSecurities = 441; 00805 00806 const int MultiLegReportingType = 442; 00807 00808 const int StrikeTime = 443; 00809 00810 const int ListStatusText = 444; 00811 00812 const int EncodedListStatusTextLen = 445; 00813 00814 const int EncodedListStatusText = 446; 00815 00816 const int PartyIDSource = 447; 00817 00818 const int PartyID = 448; 00819 00820 const int TotalVolumeTradedDate = 449; 00821 00822 const int TotalVolumeTradedTime = 450; 00823 00824 const int NetChgPrevDay = 451; 00825 00826 const int PartyRole = 452; 00827 00828 const int NoPartyIDs = 453; 00829 00830 const int NoSecurityAltID = 454; 00831 00832 const int SecurityAltID = 455; 00833 00834 const int SecurityAltIDSource = 456; 00835 00836 const int NoUnderlyingSecurityAltID = 457; 00837 00838 const int UnderlyingSecurityAltID = 458; 00839 00840 const int UnderlyingSecurityAltIDSource = 459; 00841 00842 const int Product = 460; 00843 00844 const int CFICode = 461; 00845 00846 const int UnderlyingProduct = 462; 00847 00848 const int UnderlyingCFICode = 463; 00849 00850 const int QuantityType = 465; 00851 00852 const int BookingRefID = 466; 00853 00854 const int IndividualAllocID = 467; 00855 00856 const int RoundingDirection = 468; 00857 00858 const int RoundingModulus = 469; 00859 00860 const int CountryOfIssue = 470; 00861 00862 const int StateOrProvinceOfIssue = 471; 00863 00864 const int LocaleOfIssue = 472; 00865 00866 const int NoRegistDtls = 473; 00867 00868 const int MailingDtls = 474; 00869 00870 const int InvestorCountryOfResidence = 475; 00871 00872 const int PaymentRef = 476; 00873 00874 const int DistribPaymentMethod = 477; 00875 00876 const int CashDistribCurr = 478; 00877 00878 const int CommCurrency = 479; 00879 00880 const int CancellationRights = 480; 00881 00882 const int MoneyLaunderingStatus = 481; 00883 00884 const int MailingInst = 482; 00885 00886 const int TransBkdTime = 483; 00887 00888 const int ExecPriceType = 484; 00889 00890 const int ExecPriceAdjustment = 485; 00891 00892 const int DateOfBirth = 486; 00893 00894 const int TradeReportTransType = 487; 00895 00896 const int CardHolderName = 488; 00897 00898 const int CardNumber = 489; 00899 00900 const int CardExpDate = 490; 00901 00902 const int CardIssNum = 491; 00903 00904 const int PaymentMethod = 492; 00905 00906 const int RegistAcctType = 493; 00907 00908 const int Designation = 494; 00909 00910 const int TaxAdvantageType = 495; 00911 00912 const int RegistRejReasonText = 496; 00913 00914 const int FundRenewWaiv = 497; 00915 00916 const int CashDistribAgentName = 498; 00917 00918 const int CashDistribAgentCode = 499; 00919 00920 const int CashDistribAgentAcctNumber = 500; 00921 00922 const int CashDistribPayRef = 501; 00923 00924 const int CashDistribAgentAcctName = 502; 00925 00926 const int CardStartDate = 503; 00927 00928 const int PaymentDate = 504; 00929 00930 const int PaymentRemitterID = 505; 00931 00932 const int RegistStatus = 506; 00933 00934 const int RegistRejReasonCode = 507; 00935 00936 const int RegistRefID = 508; 00937 00938 const int RegistDtls = 509; 00939 00940 const int NoDistribInsts = 510; 00941 00942 const int RegistEmail = 511; 00943 00944 const int DistribPercentage = 512; 00945 00946 const int RegistID = 513; 00947 00948 const int RegistTransType = 514; 00949 00950 const int ExecValuationPoint = 515; 00951 00952 const int OrderPercent = 516; 00953 00954 const int OwnershipType = 517; 00955 00956 const int NoContAmts = 518; 00957 00958 const int ContAmtType = 519; 00959 00960 const int ContAmtValue = 520; 00961 00962 const int ContAmtCurr = 521; 00963 00964 const int OwnerType = 522; 00965 00966 const int PartySubID = 523; 00967 00968 const int NestedPartyID = 524; 00969 00970 const int NestedPartyIDSource = 525; 00971 00972 const int SecondaryClOrdID = 526; 00973 00974 const int SecondaryExecID = 527; 00975 00976 const int OrderCapacity = 528; 00977 00978 const int OrderRestrictions = 529; 00979 00980 const int MassCancelRequestType = 530; 00981 00982 const int MassCancelResponse = 531; 00983 00984 const int MassCancelRejectReason = 532; 00985 00986 const int TotalAffectedOrders = 533; 00987 00988 const int NoAffectedOrders = 534; 00989 00990 const int AffectedOrderID = 535; 00991 00992 const int AffectedSecondaryOrderID = 536; 00993 00994 const int QuoteType = 537; 00995 00996 const int NestedPartyRole = 538; 00997 00998 const int NoNestedPartyIDs = 539; 00999 01000 const int TotalAccruedInterestAmt = 540; 01001 01002 const int MaturityDate = 541; 01003 01004 const int UnderlyingMaturityDate = 542; 01005 01006 const int InstrRegistry = 543; 01007 01008 const int CashMargin = 544; 01009 01010 const int NestedPartySubID = 545; 01011 01012 const int Scope = 546; 01013 01014 const int MDImplicitDelete = 547; 01015 01016 const int CrossID = 548; 01017 01018 const int CrossType = 549; 01019 01020 const int CrossPrioritization = 550; 01021 01022 const int OrigCrossID = 551; 01023 01024 const int NoSides = 552; 01025 01026 const int NoLegs = 555; 01027 01028 const int LegCurrency = 556; 01029 01030 const int TotNoSecurityTypes = 557; 01031 01032 const int NoSecurityTypes = 558; 01033 01034 const int SecurityListRequestType = 559; 01035 01036 const int SecurityRequestResult = 560; 01037 01038 const int RoundLot = 561; 01039 01040 const int MinTradeVol = 562; 01041 01042 const int MultiLegRptTypeReq = 563; 01043 01044 const int LegPositionEffect = 564; 01045 01046 const int LegCoveredOrUncovered = 565; 01047 01048 const int LegPrice = 566; 01049 01050 const int TradSesStatusRejReason = 567; 01051 01052 const int TradeRequestID = 568; 01053 01054 const int TradeRequestType = 569; 01055 01056 const int PreviouslyReported = 570; 01057 01058 const int TradeReportID = 571; 01059 01060 const int TradeReportRefID = 572; 01061 01062 const int MatchStatus = 573; 01063 01064 const int MatchType = 574; 01065 01066 const int OddLot = 575; 01067 01068 const int NoClearingInstructions = 576; 01069 01070 const int ClearingInstruction = 577; 01071 01072 const int TradeInputSource = 578; 01073 01074 const int TradeInputDevice = 579; 01075 01076 const int NoDates = 580; 01077 01078 const int AccountType = 581; 01079 01080 const int CustOrderCapacity = 582; 01081 01082 const int ClOrdLinkID = 583; 01083 01084 const int MassStatusReqID = 584; 01085 01086 const int MassStatusReqType = 585; 01087 01088 const int OrigOrdModTime = 586; 01089 01090 const int LegSettlType = 587; 01091 01092 const int LegSettlDate = 588; 01093 01094 const int DayBookingInst = 589; 01095 01096 const int BookingUnit = 590; 01097 01098 const int PreallocMethod = 591; 01099 01100 const int UnderlyingCountryOfIssue = 592; 01101 01102 const int UnderlyingStateOrProvinceOfIssue = 593; 01103 01104 const int UnderlyingLocaleOfIssue = 594; 01105 01106 const int UnderlyingInstrRegistry = 595; 01107 01108 const int LegCountryOfIssue = 596; 01109 01110 const int LegStateOrProvinceOfIssue = 597; 01111 01112 const int LegLocaleOfIssue = 598; 01113 01114 const int LegInstrRegistry = 599; 01115 01116 const int LegSymbol = 600; 01117 01118 const int LegSymbolSfx = 601; 01119 01120 const int LegSecurityID = 602; 01121 01122 const int LegSecurityIDSource = 603; 01123 01124 const int NoLegSecurityAltID = 604; 01125 01126 const int LegSecurityAltID = 605; 01127 01128 const int LegSecurityAltIDSource = 606; 01129 01130 const int LegProduct = 607; 01131 01132 const int LegCFICode = 608; 01133 01134 const int LegSecurityType = 609; 01135 01136 const int LegMaturityMonthYear = 610; 01137 01138 const int LegMaturityDate = 611; 01139 01140 const int LegStrikePrice = 612; 01141 01142 const int LegOptAttribute = 613; 01143 01144 const int LegContractMultiplier = 614; 01145 01146 const int LegCouponRate = 615; 01147 01148 const int LegSecurityExchange = 616; 01149 01150 const int LegIssuer = 617; 01151 01152 const int EncodedLegIssuerLen = 618; 01153 01154 const int EncodedLegIssuer = 619; 01155 01156 const int LegSecurityDesc = 620; 01157 01158 const int EncodedLegSecurityDescLen = 621; 01159 01160 const int EncodedLegSecurityDesc = 622; 01161 01162 const int LegRatioQty = 623; 01163 01164 const int LegSide = 624; 01165 01166 const int TradingSessionSubID = 625; 01167 01168 const int AllocType = 626; 01169 01170 const int MidPx = 631; 01171 01172 const int BidYield = 632; 01173 01174 const int MidYield = 633; 01175 01176 const int OfferYield = 634; 01177 01178 const int ClearingFeeIndicator = 635; 01179 01180 const int WorkingIndicator = 636; 01181 01182 const int LegLastPx = 637; 01183 01184 const int PriorityIndicator = 638; 01185 01186 const int PriceImprovement = 639; 01187 01188 const int Price2 = 640; 01189 01190 const int LastForwardPoints2 = 641; 01191 01192 const int BidForwardPoints2 = 642; 01193 01194 const int OfferForwardPoints2 = 643; 01195 01196 const int RFQReqID = 644; 01197 01198 const int MktBidPx = 645; 01199 01200 const int MktOfferPx = 646; 01201 01202 const int MinBidSize = 647; 01203 01204 const int MinOfferSize = 648; 01205 01206 const int QuoteStatusReqID = 649; 01207 01208 const int LegalConfirm = 650; 01209 01210 const int UnderlyingLastPx = 651; 01211 01212 const int UnderlyingLastQty = 652; 01213 01214 const int SecDefStatus = 653; 01215 01216 const int LegRefID = 654; 01217 01218 const int ContraLegRefID = 655; 01219 01220 const int SettlCurrBidFxRate = 656; 01221 01222 const int SettlCurrOfferFxRate = 657; 01223 01224 const int QuoteRequestRejectReason = 658; 01225 01226 const int SideComplianceID = 659; 01227 01228 const int AcctIDSource = 660; 01229 01230 const int AllocAcctIDSource = 661; 01231 01232 const int BenchmarkPrice = 662; 01233 01234 const int BenchmarkPriceType = 663; 01235 01236 const int ConfirmID = 664; 01237 01238 const int ConfirmStatus = 665; 01239 01240 const int ConfirmTransType = 666; 01241 01242 const int ContractSettlMonth = 667; 01243 01244 const int DeliveryForm = 668; 01245 01246 const int LastParPx = 669; 01247 01248 const int NoLegAllocs = 670; 01249 01250 const int LegAllocAccount = 671; 01251 01252 const int LegIndividualAllocID = 672; 01253 01254 const int LegAllocQty = 673; 01255 01256 const int LegAllocAcctIDSource = 674; 01257 01258 const int LegSettlCurrency = 675; 01259 01260 const int LegBenchmarkCurveCurrency = 676; 01261 01262 const int LegBenchmarkCurveName = 677; 01263 01264 const int LegBenchmarkCurvePoint = 678; 01265 01266 const int LegBenchmarkPrice = 679; 01267 01268 const int LegBenchmarkPriceType = 680; 01269 01270 const int LegBidPx = 681; 01271 01272 const int LegIOIQty = 682; 01273 01274 const int NoLegStipulations = 683; 01275 01276 const int LegOfferPx = 684; 01277 01278 const int LegOrderQty = 685; 01279 01280 const int LegPriceType = 686; 01281 01282 const int LegQty = 687; 01283 01284 const int LegStipulationType = 688; 01285 01286 const int LegStipulationValue = 689; 01287 01288 const int LegSwapType = 690; 01289 01290 const int Pool = 691; 01291 01292 const int QuotePriceType = 692; 01293 01294 const int QuoteRespID = 693; 01295 01296 const int QuoteRespType = 694; 01297 01298 const int QuoteQualifier = 695; 01299 01300 const int YieldRedemptionDate = 696; 01301 01302 const int YieldRedemptionPrice = 697; 01303 01304 const int YieldRedemptionPriceType = 698; 01305 01306 const int BenchmarkSecurityID = 699; 01307 01308 const int ReversalIndicator = 700; 01309 01310 const int YieldCalcDate = 701; 01311 01312 const int NoPositions = 702; 01313 01314 const int PosType = 703; 01315 01316 const int LongQty = 704; 01317 01318 const int ShortQty = 705; 01319 01320 const int PosQtyStatus = 706; 01321 01322 const int PosAmtType = 707; 01323 01324 const int PosAmt = 708; 01325 01326 const int PosTransType = 709; 01327 01328 const int PosReqID = 710; 01329 01330 const int NoUnderlyings = 711; 01331 01332 const int PosMaintAction = 712; 01333 01334 const int OrigPosReqRefID = 713; 01335 01336 const int PosMaintRptRefID = 714; 01337 01338 const int ClearingBusinessDate = 715; 01339 01340 const int SettlSessID = 716; 01341 01342 const int SettlSessSubID = 717; 01343 01344 const int AdjustmentType = 718; 01345 01346 const int ContraryInstructionIndicator = 719; 01347 01348 const int PriorSpreadIndicator = 720; 01349 01350 const int PosMaintRptID = 721; 01351 01352 const int PosMaintStatus = 722; 01353 01354 const int PosMaintResult = 723; 01355 01356 const int PosReqType = 724; 01357 01358 const int ResponseTransportType = 725; 01359 01360 const int ResponseDestination = 726; 01361 01362 const int TotalNumPosReports = 727; 01363 01364 const int PosReqResult = 728; 01365 01366 const int PosReqStatus = 729; 01367 01368 const int SettlPrice = 730; 01369 01370 const int SettlPriceType = 731; 01371 01372 const int UnderlyingSettlPrice = 732; 01373 01374 const int UnderlyingSettlPriceType = 733; 01375 01376 const int PriorSettlPrice = 734; 01377 01378 const int NoQuoteQualifiers = 735; 01379 01380 const int AllocSettlCurrency = 736; 01381 01382 const int AllocSettlCurrAmt = 737; 01383 01384 const int InterestAtMaturity = 738; 01385 01386 const int LegDatedDate = 739; 01387 01388 const int LegPool = 740; 01389 01390 const int AllocInterestAtMaturity = 741; 01391 01392 const int AllocAccruedInterestAmt = 742; 01393 01394 const int DeliveryDate = 743; 01395 01396 const int AssignmentMethod = 744; 01397 01398 const int AssignmentUnit = 745; 01399 01400 const int OpenInterest = 746; 01401 01402 const int ExerciseMethod = 747; 01403 01404 const int TotNumTradeReports = 748; 01405 01406 const int TradeRequestResult = 749; 01407 01408 const int TradeRequestStatus = 750; 01409 01410 const int TradeReportRejectReason = 751; 01411 01412 const int SideMultiLegReportingType = 752; 01413 01414 const int NoPosAmt = 753; 01415 01416 const int AutoAcceptIndicator = 754; 01417 01418 const int AllocReportID = 755; 01419 01420 const int NoNested2PartyIDs = 756; 01421 01422 const int Nested2PartyID = 757; 01423 01424 const int Nested2PartyIDSource = 758; 01425 01426 const int Nested2PartyRole = 759; 01427 01428 const int Nested2PartySubID = 760; 01429 01430 const int BenchmarkSecurityIDSource = 761; 01431 01432 const int SecuritySubType = 762; 01433 01434 const int UnderlyingSecuritySubType = 763; 01435 01436 const int LegSecuritySubType = 764; 01437 01438 const int AllowableOneSidednessPct = 765; 01439 01440 const int AllowableOneSidednessValue = 766; 01441 01442 const int AllowableOneSidednessCurr = 767; 01443 01444 const int NoTrdRegTimestamps = 768; 01445 01446 const int TrdRegTimestamp = 769; 01447 01448 const int TrdRegTimestampType = 770; 01449 01450 const int TrdRegTimestampOrigin = 771; 01451 01452 const int ConfirmRefID = 772; 01453 01454 const int ConfirmType = 773; 01455 01456 const int ConfirmRejReason = 774; 01457 01458 const int BookingType = 775; 01459 01460 const int IndividualAllocRejCode = 776; 01461 01462 const int SettlInstMsgID = 777; 01463 01464 const int NoSettlInst = 778; 01465 01466 const int LastUpdateTime = 779; 01467 01468 const int AllocSettlInstType = 780; 01469 01470 const int NoSettlPartyIDs = 781; 01471 01472 const int SettlPartyID = 782; 01473 01474 const int SettlPartyIDSource = 783; 01475 01476 const int SettlPartyRole = 784; 01477 01478 const int SettlPartySubID = 785; 01479 01480 const int SettlPartySubIDType = 786; 01481 01482 const int DlvyInstType = 787; 01483 01484 const int TerminationType = 788; 01485 01486 const int OrdStatusReqID = 790; 01487 01488 const int SettlInstReqID = 791; 01489 01490 const int SettlInstReqRejCode = 792; 01491 01492 const int SecondaryAllocID = 793; 01493 01494 const int AllocReportType = 794; 01495 01496 const int AllocReportRefID = 795; 01497 01498 const int AllocCancReplaceReason = 796; 01499 01500 const int CopyMsgIndicator = 797; 01501 01502 const int AllocAccountType = 798; 01503 01504 const int OrderAvgPx = 799; 01505 01506 const int OrderBookingQty = 800; 01507 01508 const int NoSettlPartySubIDs = 801; 01509 01510 const int NoPartySubIDs = 802; 01511 01512 const int PartySubIDType = 803; 01513 01514 const int NoNestedPartySubIDs = 804; 01515 01516 const int NestedPartySubIDType = 805; 01517 01518 const int NoNested2PartySubIDs = 806; 01519 01520 const int Nested2PartySubIDType = 807; 01521 01522 const int AllocIntermedReqType = 808; 01523 01524 const int UnderlyingPx = 810; 01525 01526 const int PriceDelta = 811; 01527 01528 const int ApplQueueMax = 812; 01529 01530 const int ApplQueueDepth = 813; 01531 01532 const int ApplQueueResolution = 814; 01533 01534 const int ApplQueueAction = 815; 01535 01536 const int NoAltMDSource = 816; 01537 01538 const int AltMDSourceID = 817; 01539 01540 const int SecondaryTradeReportID = 818; 01541 01542 const int AvgPxIndicator = 819; 01543 01544 const int TradeLinkID = 820; 01545 01546 const int OrderInputDevice = 821; 01547 01548 const int UnderlyingTradingSessionID = 822; 01549 01550 const int UnderlyingTradingSessionSubID = 823; 01551 01552 const int TradeLegRefID = 824; 01553 01554 const int ExchangeRule = 825; 01555 01556 const int TradeAllocIndicator = 826; 01557 01558 const int ExpirationCycle = 827; 01559 01560 const int TrdType = 828; 01561 01562 const int TrdSubType = 829; 01563 01564 const int TransferReason = 830; 01565 01566 const int AsgnReqID = 831; 01567 01568 const int TotNumAssignmentReports = 832; 01569 01570 const int AsgnRptID = 833; 01571 01572 const int ThresholdAmount = 834; 01573 01574 const int PegMoveType = 835; 01575 01576 const int PegOffsetType = 836; 01577 01578 const int PegLimitType = 837; 01579 01580 const int PegRoundDirection = 838; 01581 01582 const int PeggedPrice = 839; 01583 01584 const int PegScope = 840; 01585 01586 const int DiscretionMoveType = 841; 01587 01588 const int DiscretionOffsetType = 842; 01589 01590 const int DiscretionLimitType = 843; 01591 01592 const int DiscretionRoundDirection = 844; 01593 01594 const int DiscretionPrice = 845; 01595 01596 const int DiscretionScope = 846; 01597 01598 const int TargetStrategy = 847; 01599 01600 const int TargetStrategyParameters = 848; 01601 01602 const int ParticipationRate = 849; 01603 01604 const int TargetStrategyPerformance = 850; 01605 01606 const int LastLiquidityInd = 851; 01607 01608 const int PublishTrdIndicator = 852; 01609 01610 const int ShortSaleReason = 853; 01611 01612 const int QtyType = 854; 01613 01614 const int SecondaryTrdType = 855; 01615 01616 const int TradeReportType = 856; 01617 01618 const int AllocNoOrdersType = 857; 01619 01620 const int SharedCommission = 858; 01621 01622 const int ConfirmReqID = 859; 01623 01624 const int AvgParPx = 860; 01625 01626 const int ReportedPx = 861; 01627 01628 const int NoCapacities = 862; 01629 01630 const int OrderCapacityQty = 863; 01631 01632 const int NoEvents = 864; 01633 01634 const int EventType = 865; 01635 01636 const int EventDate = 866; 01637 01638 const int EventPx = 867; 01639 01640 const int EventText = 868; 01641 01642 const int PctAtRisk = 869; 01643 01644 const int NoInstrAttrib = 870; 01645 01646 const int InstrAttribType = 871; 01647 01648 const int InstrAttribValue = 872; 01649 01650 const int DatedDate = 873; 01651 01652 const int InterestAccrualDate = 874; 01653 01654 const int CPProgram = 875; 01655 01656 const int CPRegType = 876; 01657 01658 const int UnderlyingCPProgram = 877; 01659 01660 const int UnderlyingCPRegType = 878; 01661 01662 const int UnderlyingQty = 879; 01663 01664 const int TrdMatchID = 880; 01665 01666 const int SecondaryTradeReportRefID = 881; 01667 01668 const int UnderlyingDirtyPrice = 882; 01669 01670 const int UnderlyingEndPrice = 883; 01671 01672 const int UnderlyingStartValue = 884; 01673 01674 const int UnderlyingCurrentValue = 885; 01675 01676 const int UnderlyingEndValue = 886; 01677 01678 const int NoUnderlyingStips = 887; 01679 01680 const int UnderlyingStipType = 888; 01681 01682 const int UnderlyingStipValue = 889; 01683 01684 const int MaturityNetMoney = 890; 01685 01686 const int MiscFeeBasis = 891; 01687 01688 const int TotNoAllocs = 892; 01689 01690 const int LastFragment = 893; 01691 01692 const int CollReqID = 894; 01693 01694 const int CollAsgnReason = 895; 01695 01696 const int CollInquiryQualifier = 896; 01697 01698 const int NoTrades = 897; 01699 01700 const int MarginRatio = 898; 01701 01702 const int MarginExcess = 899; 01703 01704 const int TotalNetValue = 900; 01705 01706 const int CashOutstanding = 901; 01707 01708 const int CollAsgnID = 902; 01709 01710 const int CollAsgnTransType = 903; 01711 01712 const int CollRespID = 904; 01713 01714 const int CollAsgnRespType = 905; 01715 01716 const int CollAsgnRejectReason = 906; 01717 01718 const int CollAsgnRefID = 907; 01719 01720 const int CollRptID = 908; 01721 01722 const int CollInquiryID = 909; 01723 01724 const int CollStatus = 910; 01725 01726 const int TotNumReports = 911; 01727 01728 const int LastRptRequested = 912; 01729 01730 const int AgreementDesc = 913; 01731 01732 const int AgreementID = 914; 01733 01734 const int AgreementDate = 915; 01735 01736 const int StartDate = 916; 01737 01738 const int EndDate = 917; 01739 01740 const int AgreementCurrency = 918; 01741 01742 const int DeliveryType = 919; 01743 01744 const int EndAccruedInterestAmt = 920; 01745 01746 const int StartCash = 921; 01747 01748 const int EndCash = 922; 01749 01750 const int UserRequestID = 923; 01751 01752 const int UserRequestType = 924; 01753 01754 const int NewPassword = 925; 01755 01756 const int UserStatus = 926; 01757 01758 const int UserStatusText = 927; 01759 01760 const int StatusValue = 928; 01761 01762 const int StatusText = 929; 01763 01764 const int RefCompID = 930; 01765 01766 const int RefSubID = 931; 01767 01768 const int NetworkResponseID = 932; 01769 01770 const int NetworkRequestID = 933; 01771 01772 const int LastNetworkResponseID = 934; 01773 01774 const int NetworkRequestType = 935; 01775 01776 const int NoCompIDs = 936; 01777 01778 const int NetworkStatusResponseType = 937; 01779 01780 const int NoCollInquiryQualifier = 938; 01781 01782 const int TrdRptStatus = 939; 01783 01784 const int AffirmStatus = 940; 01785 01786 const int UnderlyingStrikeCurrency = 941; 01787 01788 const int LegStrikeCurrency = 942; 01789 01790 const int TimeBracket = 943; 01791 01792 const int CollAction = 944; 01793 01794 const int CollInquiryStatus = 945; 01795 01796 const int CollInquiryResult = 946; 01797 01798 const int StrikeCurrency = 947; 01799 01800 const int NoNested3PartyIDs = 948; 01801 01802 const int Nested3PartyID = 949; 01803 01804 const int Nested3PartyIDSource = 950; 01805 01806 const int Nested3PartyRole = 951; 01807 01808 const int NoNested3PartySubIDs = 952; 01809 01810 const int Nested3PartySubID = 953; 01811 01812 const int Nested3PartySubIDType = 954; 01813 01814 const int LegContractSettlMonth = 955; 01815 01816 const int LegInterestAccrualDate = 956; 01817 01818 const int NoStrategyParameters = 957; 01819 01820 const int StrategyParameterName = 958; 01821 01822 const int StrategyParameterType = 959; 01823 01824 const int StrategyParameterValue = 960; 01825 01826 const int HostCrossID = 961; 01827 01828 const int SideTimeInForce = 962; 01829 01830 const int MDReportID = 963; 01831 01832 const int SecurityReportID = 964; 01833 01834 const int SecurityStatus = 965; 01835 01836 const int SettleOnOpenFlag = 966; 01837 01838 const int StrikeMultiplier = 967; 01839 01840 const int StrikeValue = 968; 01841 01842 const int MinPriceIncrement = 969; 01843 01844 const int PositionLimit = 970; 01845 01846 const int NTPositionLimit = 971; 01847 01848 const int UnderlyingAllocationPercent = 972; 01849 01850 const int UnderlyingCashAmount = 973; 01851 01852 const int UnderlyingCashType = 974; 01853 01854 const int UnderlyingSettlementType = 975; 01855 01856 const int QuantityDate = 976; 01857 01858 const int ContIntRptID = 977; 01859 01860 const int LateIndicator = 978; 01861 01862 const int InputSource = 979; 01863 01864 const int SecurityUpdateAction = 980; 01865 01866 const int NoExpiration = 981; 01867 01868 const int ExpType = 982; 01869 01870 const int ExpQty = 983; 01871 01872 const int NoUnderlyingAmounts = 984; 01873 01874 const int UnderlyingPayAmount = 985; 01875 01876 const int UnderlyingCollectAmount = 986; 01877 01878 const int UnderlyingSettlementDate = 987; 01879 01880 const int UnderlyingSettlementStatus = 988; 01881 01882 const int SecondaryIndividualAllocID = 989; 01883 01884 const int LegReportID = 990; 01885 01886 const int RndPx = 991; 01887 01888 const int IndividualAllocType = 992; 01889 01890 const int AllocCustomerCapacity = 993; 01891 01892 const int TierCode = 994; 01893 01894 const int UnitofMeasure = 996; 01895 01896 const int TimeUnit = 997; 01897 01898 const int UnderlyingUnitofMeasure = 998; 01899 01900 const int LegUnitofMeasure = 999; 01901 01902 const int UnderlyingTimeUnit = 1000; 01903 01904 const int LegTimeUnit = 1001; 01905 01906 const int AllocMethod = 1002; 01907 01908 const int TradeID = 1003; 01909 01910 const int SideTradeReportID = 1005; 01911 01912 const int SideFillStationCd = 1006; 01913 01914 const int SideReasonCd = 1007; 01915 01916 const int SideTrdSubTyp = 1008; 01917 01918 const int SideQty = 1009; 01919 01920 const int MessageEventSource = 1011; 01921 01922 const int SideTrdRegTimestamp = 1012; 01923 01924 const int SideTrdRegTimestampType = 1013; 01925 01926 const int SideTrdRegTimestampSrc = 1014; 01927 01928 const int AsOfIndicator = 1015; 01929 01930 const int NoSideTrdRegTS = 1016; 01931 01932 const int LegOptionRatio = 1017; 01933 01934 const int NoInstrumentParties = 1018; 01935 01936 const int InstrumentPartyID = 1019; 01937 01938 const int TradeVolume = 1020; 01939 01940 const int MDBookType = 1021; 01941 01942 const int MDFeedType = 1022; 01943 01944 const int MDPriceLevel = 1023; 01945 01946 const int MDOriginType = 1024; 01947 01948 const int FirstPx = 1025; 01949 01950 const int MDEntrySpotRate = 1026; 01951 01952 const int MDEntryForwardPoints = 1027; 01953 01954 const int ManualOrderIndicator = 1028; 01955 01956 const int CustDirectedOrder = 1029; 01957 01958 const int ReceivedDeptID = 1030; 01959 01960 const int CustOrderHandlingInst = 1031; 01961 01962 const int OrderHandlingInstSource = 1032; 01963 01964 const int DeskType = 1033; 01965 01966 const int DeskTypeSource = 1034; 01967 01968 const int DeskOrderHandlingInst = 1035; 01969 01970 const int ExecAckStatus = 1036; 01971 01972 const int UnderlyingDeliveryAmount = 1037; 01973 01974 const int UnderlyingCapValue = 1038; 01975 01976 const int UnderlyingSettlMethod = 1039; 01977 01978 const int SecondaryTradeID = 1040; 01979 01980 const int FirmTradeID = 1041; 01981 01982 const int SecondaryFirmTradeID = 1042; 01983 01984 const int CollApplType = 1043; 01985 01986 const int UnderlyingAdjustedQuantity = 1044; 01987 01988 const int UnderlyingFXRate = 1045; 01989 01990 const int UnderlyingFXRateCalc = 1046; 01991 01992 const int AllocPositionEffect = 1047; 01993 01994 const int DealingCapacity = 1048; 01995 01996 const int InstrmtAssignmentMethod = 1049; 01997 01998 const int InstrumentPartyIDSource = 1050; 01999 02000 const int InstrumentPartyRole = 1051; 02001 02002 const int NoInstrumentPartySubIDs = 1052; 02003 02004 const int InstrumentPartySubID = 1053; 02005 02006 const int InstrumentPartySubIDType = 1054; 02007 02008 const int PositionCurrency = 1055; 02009 02010 const int CalculatedCcyLastQty = 1056; 02011 02012 const int AggressorIndicator = 1057; 02013 02014 const int NoUndlyInstrumentParties = 1058; 02015 02016 const int UndlyInstrumentPartyID = 1059; 02017 02018 const int UndlyInstrumentPartyIDSource = 1060; 02019 02020 const int UndlyInstrumentPartyRole = 1061; 02021 02022 const int NoUndlyInstrumentPartySubIDs = 1062; 02023 02024 const int UndlyInstrumentPartySubID = 1063; 02025 02026 const int UndlyInstrumentPartySubIDType = 1064; 02027 02028 const int BidSwapPoints = 1065; 02029 02030 const int OfferSwapPoints = 1066; 02031 02032 const int LegBidForwardPoints = 1067; 02033 02034 const int LegOfferForwardPoints = 1068; 02035 02036 const int SwapPoints = 1069; 02037 02038 const int MDQuoteType = 1070; 02039 02040 const int LastSwapPoints = 1071; 02041 02042 const int SideGrossTradeAmt = 1072; 02043 02044 const int LegLastForwardPoints = 1073; 02045 02046 const int LegCalculatedCcyLastQty = 1074; 02047 02048 const int LegGrossTradeAmt = 1075; 02049 02050 const int MaturityTime = 1079; 02051 02052 const int RefOrderID = 1080; 02053 02054 const int RefOrderIDSource = 1081; 02055 02056 const int SecondaryDisplayQty = 1082; 02057 02058 const int DisplayWhen = 1083; 02059 02060 const int DisplayMethod = 1084; 02061 02062 const int DisplayLowQty = 1085; 02063 02064 const int DisplayHighQty = 1086; 02065 02066 const int DisplayMinIncr = 1087; 02067 02068 const int RefreshQty = 1088; 02069 02070 const int MatchIncrement = 1089; 02071 02072 const int MaxPriceLevels = 1090; 02073 02074 const int PreTradeAnonymity = 1091; 02075 02076 const int PriceProtectionScope = 1092; 02077 02078 const int LotType = 1093; 02079 02080 const int PegPriceType = 1094; 02081 02082 const int PeggedRefPrice = 1095; 02083 02084 const int PegSecurityIDSource = 1096; 02085 02086 const int PegSecurityID = 1097; 02087 02088 const int PegSymbol = 1098; 02089 02090 const int PegSecurityDesc = 1099; 02091 02092 const int TriggerType = 1100; 02093 02094 const int TriggerAction = 1101; 02095 02096 const int TriggerPrice = 1102; 02097 02098 const int TriggerSymbol = 1103; 02099 02100 const int TriggerSecurityID = 1104; 02101 02102 const int TriggerSecurityIDSource = 1105; 02103 02104 const int TriggerSecurityDesc = 1106; 02105 02106 const int TriggerPriceType = 1107; 02107 02108 const int TriggerPriceTypeScope = 1108; 02109 02110 const int TriggerPriceDirection = 1109; 02111 02112 const int TriggerNewPrice = 1110; 02113 02114 const int TriggerOrderType = 1111; 02115 02116 const int TriggerNewQty = 1112; 02117 02118 const int TriggerTradingSessionID = 1113; 02119 02120 const int TriggerTradingSessionSubID = 1114; 02121 02122 const int OrderCategory = 1115; 02123 02124 const int NoRootPartyIDs = 1116; 02125 02126 const int RootPartyID = 1117; 02127 02128 const int RootPartyIDSource = 1118; 02129 02130 const int RootPartyRole = 1119; 02131 02132 const int NoRootPartySubIDs = 1120; 02133 02134 const int RootPartySubID = 1121; 02135 02136 const int RootPartySubIDType = 1122; 02137 02138 const int TradeHandlingInstr = 1123; 02139 02140 const int OrigTradeHandlingInstr = 1124; 02141 02142 const int OrigTradeDate = 1125; 02143 02144 const int OrigTradeID = 1126; 02145 02146 const int OrigSecondaryTradeID = 1127; 02147 02148 const int TZTransactTime = 1132; 02149 02150 const int ExDestinationIDSource = 1133; 02151 02152 const int ReportedPxDiff = 1134; 02153 02154 const int RptSys = 1135; 02155 02156 const int AllocClearingFeeIndicator = 1136; 02157 02158 const int DisplayQty = 1138; 02159 02160 const int ExchangeSpecialInstructions = 1139; 02161 02162 } 02163 } 02164 02165 #endif //FIX_FIELDNUMBERS_H 02166
1.5.8 written by Dimitri van Heesch,
© 1997-2001