@boarteam/fix-dict-fix44 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1024 @@
1
+ import { DictionaryJSON } from '@boarteam/fix';
2
+
3
+ /**
4
+ * The complete FIX 4.4 dictionary as data. Pass to `loadDictionary` from `@boarteam/fix`
5
+ * to get a runtime index, or to `createFixEngine`.
6
+ */
7
+ declare const dictionary: DictionaryJSON;
8
+ /** Dialect identifier (the `BeginString`, tag 8, value). */
9
+ declare const DICTIONARY_VERSION: "FIX.4.4";
10
+ /** Field tags keyed by field name. */
11
+ declare const Tags: {
12
+ readonly Account: 1;
13
+ readonly AdvId: 2;
14
+ readonly AdvRefID: 3;
15
+ readonly AdvSide: 4;
16
+ readonly AdvTransType: 5;
17
+ readonly AvgPx: 6;
18
+ readonly BeginSeqNo: 7;
19
+ readonly BeginString: 8;
20
+ readonly BodyLength: 9;
21
+ readonly CheckSum: 10;
22
+ readonly ClOrdID: 11;
23
+ readonly Commission: 12;
24
+ readonly CommType: 13;
25
+ readonly CumQty: 14;
26
+ readonly Currency: 15;
27
+ readonly EndSeqNo: 16;
28
+ readonly ExecID: 17;
29
+ readonly ExecInst: 18;
30
+ readonly ExecRefID: 19;
31
+ readonly HandlInst: 21;
32
+ readonly SecurityIDSource: 22;
33
+ readonly IOIid: 23;
34
+ readonly IOIQltyInd: 25;
35
+ readonly IOIRefID: 26;
36
+ readonly IOIQty: 27;
37
+ readonly IOITransType: 28;
38
+ readonly LastCapacity: 29;
39
+ readonly LastMkt: 30;
40
+ readonly LastPx: 31;
41
+ readonly LastQty: 32;
42
+ readonly LinesOfText: 33;
43
+ readonly MsgSeqNum: 34;
44
+ readonly MsgType: 35;
45
+ readonly NewSeqNo: 36;
46
+ readonly OrderID: 37;
47
+ readonly OrderQty: 38;
48
+ readonly OrdStatus: 39;
49
+ readonly OrdType: 40;
50
+ readonly OrigClOrdID: 41;
51
+ readonly OrigTime: 42;
52
+ readonly PossDupFlag: 43;
53
+ readonly Price: 44;
54
+ readonly RefSeqNum: 45;
55
+ readonly SecurityID: 48;
56
+ readonly SenderCompID: 49;
57
+ readonly SenderSubID: 50;
58
+ readonly SendingTime: 52;
59
+ readonly Quantity: 53;
60
+ readonly Side: 54;
61
+ readonly Symbol: 55;
62
+ readonly TargetCompID: 56;
63
+ readonly TargetSubID: 57;
64
+ readonly Text: 58;
65
+ readonly TimeInForce: 59;
66
+ readonly TransactTime: 60;
67
+ readonly Urgency: 61;
68
+ readonly ValidUntilTime: 62;
69
+ readonly SettlType: 63;
70
+ readonly SettlDate: 64;
71
+ readonly SymbolSfx: 65;
72
+ readonly ListID: 66;
73
+ readonly ListSeqNo: 67;
74
+ readonly TotNoOrders: 68;
75
+ readonly ListExecInst: 69;
76
+ readonly AllocID: 70;
77
+ readonly AllocTransType: 71;
78
+ readonly RefAllocID: 72;
79
+ readonly NoOrders: 73;
80
+ readonly AvgPxPrecision: 74;
81
+ readonly TradeDate: 75;
82
+ readonly PositionEffect: 77;
83
+ readonly NoAllocs: 78;
84
+ readonly AllocAccount: 79;
85
+ readonly AllocQty: 80;
86
+ readonly ProcessCode: 81;
87
+ readonly NoRpts: 82;
88
+ readonly RptSeq: 83;
89
+ readonly CxlQty: 84;
90
+ readonly NoDlvyInst: 85;
91
+ readonly AllocStatus: 87;
92
+ readonly AllocRejCode: 88;
93
+ readonly Signature: 89;
94
+ readonly SecureDataLen: 90;
95
+ readonly SecureData: 91;
96
+ readonly SignatureLength: 93;
97
+ readonly EmailType: 94;
98
+ readonly RawDataLength: 95;
99
+ readonly RawData: 96;
100
+ readonly PossResend: 97;
101
+ readonly EncryptMethod: 98;
102
+ readonly StopPx: 99;
103
+ readonly ExDestination: 100;
104
+ readonly CxlRejReason: 102;
105
+ readonly OrdRejReason: 103;
106
+ readonly IOIQualifier: 104;
107
+ readonly Issuer: 106;
108
+ readonly SecurityDesc: 107;
109
+ readonly HeartBtInt: 108;
110
+ readonly MinQty: 110;
111
+ readonly MaxFloor: 111;
112
+ readonly TestReqID: 112;
113
+ readonly ReportToExch: 113;
114
+ readonly LocateReqd: 114;
115
+ readonly OnBehalfOfCompID: 115;
116
+ readonly OnBehalfOfSubID: 116;
117
+ readonly QuoteID: 117;
118
+ readonly NetMoney: 118;
119
+ readonly SettlCurrAmt: 119;
120
+ readonly SettlCurrency: 120;
121
+ readonly ForexReq: 121;
122
+ readonly OrigSendingTime: 122;
123
+ readonly GapFillFlag: 123;
124
+ readonly NoExecs: 124;
125
+ readonly ExpireTime: 126;
126
+ readonly DKReason: 127;
127
+ readonly DeliverToCompID: 128;
128
+ readonly DeliverToSubID: 129;
129
+ readonly IOINaturalFlag: 130;
130
+ readonly QuoteReqID: 131;
131
+ readonly BidPx: 132;
132
+ readonly OfferPx: 133;
133
+ readonly BidSize: 134;
134
+ readonly OfferSize: 135;
135
+ readonly NoMiscFees: 136;
136
+ readonly MiscFeeAmt: 137;
137
+ readonly MiscFeeCurr: 138;
138
+ readonly MiscFeeType: 139;
139
+ readonly PrevClosePx: 140;
140
+ readonly ResetSeqNumFlag: 141;
141
+ readonly SenderLocationID: 142;
142
+ readonly TargetLocationID: 143;
143
+ readonly OnBehalfOfLocationID: 144;
144
+ readonly DeliverToLocationID: 145;
145
+ readonly NoRelatedSym: 146;
146
+ readonly Subject: 147;
147
+ readonly Headline: 148;
148
+ readonly URLLink: 149;
149
+ readonly ExecType: 150;
150
+ readonly LeavesQty: 151;
151
+ readonly CashOrderQty: 152;
152
+ readonly AllocAvgPx: 153;
153
+ readonly AllocNetMoney: 154;
154
+ readonly SettlCurrFxRate: 155;
155
+ readonly SettlCurrFxRateCalc: 156;
156
+ readonly NumDaysInterest: 157;
157
+ readonly AccruedInterestRate: 158;
158
+ readonly AccruedInterestAmt: 159;
159
+ readonly SettlInstMode: 160;
160
+ readonly AllocText: 161;
161
+ readonly SettlInstID: 162;
162
+ readonly SettlInstTransType: 163;
163
+ readonly EmailThreadID: 164;
164
+ readonly SettlInstSource: 165;
165
+ readonly SecurityType: 167;
166
+ readonly EffectiveTime: 168;
167
+ readonly StandInstDbType: 169;
168
+ readonly StandInstDbName: 170;
169
+ readonly StandInstDbID: 171;
170
+ readonly SettlDeliveryType: 172;
171
+ readonly BidSpotRate: 188;
172
+ readonly BidForwardPoints: 189;
173
+ readonly OfferSpotRate: 190;
174
+ readonly OfferForwardPoints: 191;
175
+ readonly OrderQty2: 192;
176
+ readonly SettDate2: 193;
177
+ readonly LastSpotRate: 194;
178
+ readonly LastForwardPoints: 195;
179
+ readonly AllocLinkID: 196;
180
+ readonly AllocLinkType: 197;
181
+ readonly SecondaryOrderID: 198;
182
+ readonly NoIOIQualifiers: 199;
183
+ readonly MaturityMonthYear: 200;
184
+ readonly StrikePrice: 202;
185
+ readonly CoveredOrUncovered: 203;
186
+ readonly OptAttribute: 206;
187
+ readonly SecurityExchange: 207;
188
+ readonly NotifyBrokerOfCredit: 208;
189
+ readonly AllocHandlInst: 209;
190
+ readonly MaxShow: 210;
191
+ readonly PegOffsetValue: 211;
192
+ readonly XmlDataLen: 212;
193
+ readonly XmlData: 213;
194
+ readonly SettlInstRefID: 214;
195
+ readonly NoRoutingIDs: 215;
196
+ readonly RoutingType: 216;
197
+ readonly RoutingID: 217;
198
+ readonly Spread: 218;
199
+ readonly BenchmarkCurveCurrency: 220;
200
+ readonly BenchmarkCurveName: 221;
201
+ readonly BenchmarkCurvePoint: 222;
202
+ readonly CouponRate: 223;
203
+ readonly CouponPaymentDate: 224;
204
+ readonly IssueDate: 225;
205
+ readonly RepurchaseTerm: 226;
206
+ readonly RepurchaseRate: 227;
207
+ readonly Factor: 228;
208
+ readonly TradeOriginationDate: 229;
209
+ readonly ExDate: 230;
210
+ readonly ContractMultiplier: 231;
211
+ readonly NoStipulations: 232;
212
+ readonly StipulationType: 233;
213
+ readonly StipulationValue: 234;
214
+ readonly YieldType: 235;
215
+ readonly Yield: 236;
216
+ readonly TotalTakedown: 237;
217
+ readonly Concession: 238;
218
+ readonly RepoCollateralSecurityType: 239;
219
+ readonly RedemptionDate: 240;
220
+ readonly UnderlyingCouponPaymentDate: 241;
221
+ readonly UnderlyingIssueDate: 242;
222
+ readonly UnderlyingRepoCollateralSecurityType: 243;
223
+ readonly UnderlyingRepurchaseTerm: 244;
224
+ readonly UnderlyingRepurchaseRate: 245;
225
+ readonly UnderlyingFactor: 246;
226
+ readonly UnderlyingRedemptionDate: 247;
227
+ readonly LegCouponPaymentDate: 248;
228
+ readonly LegIssueDate: 249;
229
+ readonly LegRepoCollateralSecurityType: 250;
230
+ readonly LegRepurchaseTerm: 251;
231
+ readonly LegRepurchaseRate: 252;
232
+ readonly LegFactor: 253;
233
+ readonly LegRedemptionDate: 254;
234
+ readonly CreditRating: 255;
235
+ readonly UnderlyingCreditRating: 256;
236
+ readonly LegCreditRating: 257;
237
+ readonly TradedFlatSwitch: 258;
238
+ readonly BasisFeatureDate: 259;
239
+ readonly BasisFeaturePrice: 260;
240
+ readonly MDReqID: 262;
241
+ readonly SubscriptionRequestType: 263;
242
+ readonly MarketDepth: 264;
243
+ readonly MDUpdateType: 265;
244
+ readonly AggregatedBook: 266;
245
+ readonly NoMDEntryTypes: 267;
246
+ readonly NoMDEntries: 268;
247
+ readonly MDEntryType: 269;
248
+ readonly MDEntryPx: 270;
249
+ readonly MDEntrySize: 271;
250
+ readonly MDEntryDate: 272;
251
+ readonly MDEntryTime: 273;
252
+ readonly TickDirection: 274;
253
+ readonly MDMkt: 275;
254
+ readonly QuoteCondition: 276;
255
+ readonly TradeCondition: 277;
256
+ readonly MDEntryID: 278;
257
+ readonly MDUpdateAction: 279;
258
+ readonly MDEntryRefID: 280;
259
+ readonly MDReqRejReason: 281;
260
+ readonly MDEntryOriginator: 282;
261
+ readonly LocationID: 283;
262
+ readonly DeskID: 284;
263
+ readonly DeleteReason: 285;
264
+ readonly OpenCloseSettlFlag: 286;
265
+ readonly SellerDays: 287;
266
+ readonly MDEntryBuyer: 288;
267
+ readonly MDEntrySeller: 289;
268
+ readonly MDEntryPositionNo: 290;
269
+ readonly FinancialStatus: 291;
270
+ readonly CorporateAction: 292;
271
+ readonly DefBidSize: 293;
272
+ readonly DefOfferSize: 294;
273
+ readonly NoQuoteEntries: 295;
274
+ readonly NoQuoteSets: 296;
275
+ readonly QuoteStatus: 297;
276
+ readonly QuoteCancelType: 298;
277
+ readonly QuoteEntryID: 299;
278
+ readonly QuoteRejectReason: 300;
279
+ readonly QuoteResponseLevel: 301;
280
+ readonly QuoteSetID: 302;
281
+ readonly QuoteRequestType: 303;
282
+ readonly TotNoQuoteEntries: 304;
283
+ readonly UnderlyingSecurityIDSource: 305;
284
+ readonly UnderlyingIssuer: 306;
285
+ readonly UnderlyingSecurityDesc: 307;
286
+ readonly UnderlyingSecurityExchange: 308;
287
+ readonly UnderlyingSecurityID: 309;
288
+ readonly UnderlyingSecurityType: 310;
289
+ readonly UnderlyingSymbol: 311;
290
+ readonly UnderlyingSymbolSfx: 312;
291
+ readonly UnderlyingMaturityMonthYear: 313;
292
+ readonly UnderlyingStrikePrice: 316;
293
+ readonly UnderlyingOptAttribute: 317;
294
+ readonly UnderlyingCurrency: 318;
295
+ readonly SecurityReqID: 320;
296
+ readonly SecurityRequestType: 321;
297
+ readonly SecurityResponseID: 322;
298
+ readonly SecurityResponseType: 323;
299
+ readonly SecurityStatusReqID: 324;
300
+ readonly UnsolicitedIndicator: 325;
301
+ readonly SecurityTradingStatus: 326;
302
+ readonly HaltReason: 327;
303
+ readonly InViewOfCommon: 328;
304
+ readonly DueToRelated: 329;
305
+ readonly BuyVolume: 330;
306
+ readonly SellVolume: 331;
307
+ readonly HighPx: 332;
308
+ readonly LowPx: 333;
309
+ readonly Adjustment: 334;
310
+ readonly TradSesReqID: 335;
311
+ readonly TradingSessionID: 336;
312
+ readonly ContraTrader: 337;
313
+ readonly TradSesMethod: 338;
314
+ readonly TradSesMode: 339;
315
+ readonly TradSesStatus: 340;
316
+ readonly TradSesStartTime: 341;
317
+ readonly TradSesOpenTime: 342;
318
+ readonly TradSesPreCloseTime: 343;
319
+ readonly TradSesCloseTime: 344;
320
+ readonly TradSesEndTime: 345;
321
+ readonly NumberOfOrders: 346;
322
+ readonly MessageEncoding: 347;
323
+ readonly EncodedIssuerLen: 348;
324
+ readonly EncodedIssuer: 349;
325
+ readonly EncodedSecurityDescLen: 350;
326
+ readonly EncodedSecurityDesc: 351;
327
+ readonly EncodedListExecInstLen: 352;
328
+ readonly EncodedListExecInst: 353;
329
+ readonly EncodedTextLen: 354;
330
+ readonly EncodedText: 355;
331
+ readonly EncodedSubjectLen: 356;
332
+ readonly EncodedSubject: 357;
333
+ readonly EncodedHeadlineLen: 358;
334
+ readonly EncodedHeadline: 359;
335
+ readonly EncodedAllocTextLen: 360;
336
+ readonly EncodedAllocText: 361;
337
+ readonly EncodedUnderlyingIssuerLen: 362;
338
+ readonly EncodedUnderlyingIssuer: 363;
339
+ readonly EncodedUnderlyingSecurityDescLen: 364;
340
+ readonly EncodedUnderlyingSecurityDesc: 365;
341
+ readonly AllocPrice: 366;
342
+ readonly QuoteSetValidUntilTime: 367;
343
+ readonly QuoteEntryRejectReason: 368;
344
+ readonly LastMsgSeqNumProcessed: 369;
345
+ readonly RefTagID: 371;
346
+ readonly RefMsgType: 372;
347
+ readonly SessionRejectReason: 373;
348
+ readonly BidRequestTransType: 374;
349
+ readonly ContraBroker: 375;
350
+ readonly ComplianceID: 376;
351
+ readonly SolicitedFlag: 377;
352
+ readonly ExecRestatementReason: 378;
353
+ readonly BusinessRejectRefID: 379;
354
+ readonly BusinessRejectReason: 380;
355
+ readonly GrossTradeAmt: 381;
356
+ readonly NoContraBrokers: 382;
357
+ readonly MaxMessageSize: 383;
358
+ readonly NoMsgTypes: 384;
359
+ readonly MsgDirection: 385;
360
+ readonly NoTradingSessions: 386;
361
+ readonly TotalVolumeTraded: 387;
362
+ readonly DiscretionInst: 388;
363
+ readonly DiscretionOffsetValue: 389;
364
+ readonly BidID: 390;
365
+ readonly ClientBidID: 391;
366
+ readonly ListName: 392;
367
+ readonly TotNoRelatedSym: 393;
368
+ readonly BidType: 394;
369
+ readonly NumTickets: 395;
370
+ readonly SideValue1: 396;
371
+ readonly SideValue2: 397;
372
+ readonly NoBidDescriptors: 398;
373
+ readonly BidDescriptorType: 399;
374
+ readonly BidDescriptor: 400;
375
+ readonly SideValueInd: 401;
376
+ readonly LiquidityPctLow: 402;
377
+ readonly LiquidityPctHigh: 403;
378
+ readonly LiquidityValue: 404;
379
+ readonly EFPTrackingError: 405;
380
+ readonly FairValue: 406;
381
+ readonly OutsideIndexPct: 407;
382
+ readonly ValueOfFutures: 408;
383
+ readonly LiquidityIndType: 409;
384
+ readonly WtAverageLiquidity: 410;
385
+ readonly ExchangeForPhysical: 411;
386
+ readonly OutMainCntryUIndex: 412;
387
+ readonly CrossPercent: 413;
388
+ readonly ProgRptReqs: 414;
389
+ readonly ProgPeriodInterval: 415;
390
+ readonly IncTaxInd: 416;
391
+ readonly NumBidders: 417;
392
+ readonly BidTradeType: 418;
393
+ readonly BasisPxType: 419;
394
+ readonly NoBidComponents: 420;
395
+ readonly Country: 421;
396
+ readonly TotNoStrikes: 422;
397
+ readonly PriceType: 423;
398
+ readonly DayOrderQty: 424;
399
+ readonly DayCumQty: 425;
400
+ readonly DayAvgPx: 426;
401
+ readonly GTBookingInst: 427;
402
+ readonly NoStrikes: 428;
403
+ readonly ListStatusType: 429;
404
+ readonly NetGrossInd: 430;
405
+ readonly ListOrderStatus: 431;
406
+ readonly ExpireDate: 432;
407
+ readonly ListExecInstType: 433;
408
+ readonly CxlRejResponseTo: 434;
409
+ readonly UnderlyingCouponRate: 435;
410
+ readonly UnderlyingContractMultiplier: 436;
411
+ readonly ContraTradeQty: 437;
412
+ readonly ContraTradeTime: 438;
413
+ readonly LiquidityNumSecurities: 441;
414
+ readonly MultiLegReportingType: 442;
415
+ readonly StrikeTime: 443;
416
+ readonly ListStatusText: 444;
417
+ readonly EncodedListStatusTextLen: 445;
418
+ readonly EncodedListStatusText: 446;
419
+ readonly PartyIDSource: 447;
420
+ readonly PartyID: 448;
421
+ readonly NetChgPrevDay: 451;
422
+ readonly PartyRole: 452;
423
+ readonly NoPartyIDs: 453;
424
+ readonly NoSecurityAltID: 454;
425
+ readonly SecurityAltID: 455;
426
+ readonly SecurityAltIDSource: 456;
427
+ readonly NoUnderlyingSecurityAltID: 457;
428
+ readonly UnderlyingSecurityAltID: 458;
429
+ readonly UnderlyingSecurityAltIDSource: 459;
430
+ readonly Product: 460;
431
+ readonly CFICode: 461;
432
+ readonly UnderlyingProduct: 462;
433
+ readonly UnderlyingCFICode: 463;
434
+ readonly TestMessageIndicator: 464;
435
+ readonly QuantityType: 465;
436
+ readonly BookingRefID: 466;
437
+ readonly IndividualAllocID: 467;
438
+ readonly RoundingDirection: 468;
439
+ readonly RoundingModulus: 469;
440
+ readonly CountryOfIssue: 470;
441
+ readonly StateOrProvinceOfIssue: 471;
442
+ readonly LocaleOfIssue: 472;
443
+ readonly NoRegistDtls: 473;
444
+ readonly MailingDtls: 474;
445
+ readonly InvestorCountryOfResidence: 475;
446
+ readonly PaymentRef: 476;
447
+ readonly DistribPaymentMethod: 477;
448
+ readonly CashDistribCurr: 478;
449
+ readonly CommCurrency: 479;
450
+ readonly CancellationRights: 480;
451
+ readonly MoneyLaunderingStatus: 481;
452
+ readonly MailingInst: 482;
453
+ readonly TransBkdTime: 483;
454
+ readonly ExecPriceType: 484;
455
+ readonly ExecPriceAdjustment: 485;
456
+ readonly DateOfBirth: 486;
457
+ readonly TradeReportTransType: 487;
458
+ readonly CardHolderName: 488;
459
+ readonly CardNumber: 489;
460
+ readonly CardExpDate: 490;
461
+ readonly CardIssNum: 491;
462
+ readonly PaymentMethod: 492;
463
+ readonly RegistAcctType: 493;
464
+ readonly Designation: 494;
465
+ readonly TaxAdvantageType: 495;
466
+ readonly RegistRejReasonText: 496;
467
+ readonly FundRenewWaiv: 497;
468
+ readonly CashDistribAgentName: 498;
469
+ readonly CashDistribAgentCode: 499;
470
+ readonly CashDistribAgentAcctNumber: 500;
471
+ readonly CashDistribPayRef: 501;
472
+ readonly CashDistribAgentAcctName: 502;
473
+ readonly CardStartDate: 503;
474
+ readonly PaymentDate: 504;
475
+ readonly PaymentRemitterID: 505;
476
+ readonly RegistStatus: 506;
477
+ readonly RegistRejReasonCode: 507;
478
+ readonly RegistRefID: 508;
479
+ readonly RegistDtls: 509;
480
+ readonly NoDistribInsts: 510;
481
+ readonly RegistEmail: 511;
482
+ readonly DistribPercentage: 512;
483
+ readonly RegistID: 513;
484
+ readonly RegistTransType: 514;
485
+ readonly ExecValuationPoint: 515;
486
+ readonly OrderPercent: 516;
487
+ readonly OwnershipType: 517;
488
+ readonly NoContAmts: 518;
489
+ readonly ContAmtType: 519;
490
+ readonly ContAmtValue: 520;
491
+ readonly ContAmtCurr: 521;
492
+ readonly OwnerType: 522;
493
+ readonly PartySubID: 523;
494
+ readonly NestedPartyID: 524;
495
+ readonly NestedPartyIDSource: 525;
496
+ readonly SecondaryClOrdID: 526;
497
+ readonly SecondaryExecID: 527;
498
+ readonly OrderCapacity: 528;
499
+ readonly OrderRestrictions: 529;
500
+ readonly MassCancelRequestType: 530;
501
+ readonly MassCancelResponse: 531;
502
+ readonly MassCancelRejectReason: 532;
503
+ readonly TotalAffectedOrders: 533;
504
+ readonly NoAffectedOrders: 534;
505
+ readonly AffectedOrderID: 535;
506
+ readonly AffectedSecondaryOrderID: 536;
507
+ readonly QuoteType: 537;
508
+ readonly NestedPartyRole: 538;
509
+ readonly NoNestedPartyIDs: 539;
510
+ readonly TotalAccruedInterestAmt: 540;
511
+ readonly MaturityDate: 541;
512
+ readonly UnderlyingMaturityDate: 542;
513
+ readonly InstrRegistry: 543;
514
+ readonly CashMargin: 544;
515
+ readonly NestedPartySubID: 545;
516
+ readonly Scope: 546;
517
+ readonly MDImplicitDelete: 547;
518
+ readonly CrossID: 548;
519
+ readonly CrossType: 549;
520
+ readonly CrossPrioritization: 550;
521
+ readonly OrigCrossID: 551;
522
+ readonly NoSides: 552;
523
+ readonly Username: 553;
524
+ readonly Password: 554;
525
+ readonly NoLegs: 555;
526
+ readonly LegCurrency: 556;
527
+ readonly TotNoSecurityTypes: 557;
528
+ readonly NoSecurityTypes: 558;
529
+ readonly SecurityListRequestType: 559;
530
+ readonly SecurityRequestResult: 560;
531
+ readonly RoundLot: 561;
532
+ readonly MinTradeVol: 562;
533
+ readonly MultiLegRptTypeReq: 563;
534
+ readonly LegPositionEffect: 564;
535
+ readonly LegCoveredOrUncovered: 565;
536
+ readonly LegPrice: 566;
537
+ readonly TradSesStatusRejReason: 567;
538
+ readonly TradeRequestID: 568;
539
+ readonly TradeRequestType: 569;
540
+ readonly PreviouslyReported: 570;
541
+ readonly TradeReportID: 571;
542
+ readonly TradeReportRefID: 572;
543
+ readonly MatchStatus: 573;
544
+ readonly MatchType: 574;
545
+ readonly OddLot: 575;
546
+ readonly NoClearingInstructions: 576;
547
+ readonly ClearingInstruction: 577;
548
+ readonly TradeInputSource: 578;
549
+ readonly TradeInputDevice: 579;
550
+ readonly NoDates: 580;
551
+ readonly AccountType: 581;
552
+ readonly CustOrderCapacity: 582;
553
+ readonly ClOrdLinkID: 583;
554
+ readonly MassStatusReqID: 584;
555
+ readonly MassStatusReqType: 585;
556
+ readonly OrigOrdModTime: 586;
557
+ readonly LegSettlType: 587;
558
+ readonly LegSettlDate: 588;
559
+ readonly DayBookingInst: 589;
560
+ readonly BookingUnit: 590;
561
+ readonly PreallocMethod: 591;
562
+ readonly UnderlyingCountryOfIssue: 592;
563
+ readonly UnderlyingStateOrProvinceOfIssue: 593;
564
+ readonly UnderlyingLocaleOfIssue: 594;
565
+ readonly UnderlyingInstrRegistry: 595;
566
+ readonly LegCountryOfIssue: 596;
567
+ readonly LegStateOrProvinceOfIssue: 597;
568
+ readonly LegLocaleOfIssue: 598;
569
+ readonly LegInstrRegistry: 599;
570
+ readonly LegSymbol: 600;
571
+ readonly LegSymbolSfx: 601;
572
+ readonly LegSecurityID: 602;
573
+ readonly LegSecurityIDSource: 603;
574
+ readonly NoLegSecurityAltID: 604;
575
+ readonly LegSecurityAltID: 605;
576
+ readonly LegSecurityAltIDSource: 606;
577
+ readonly LegProduct: 607;
578
+ readonly LegCFICode: 608;
579
+ readonly LegSecurityType: 609;
580
+ readonly LegMaturityMonthYear: 610;
581
+ readonly LegMaturityDate: 611;
582
+ readonly LegStrikePrice: 612;
583
+ readonly LegOptAttribute: 613;
584
+ readonly LegContractMultiplier: 614;
585
+ readonly LegCouponRate: 615;
586
+ readonly LegSecurityExchange: 616;
587
+ readonly LegIssuer: 617;
588
+ readonly EncodedLegIssuerLen: 618;
589
+ readonly EncodedLegIssuer: 619;
590
+ readonly LegSecurityDesc: 620;
591
+ readonly EncodedLegSecurityDescLen: 621;
592
+ readonly EncodedLegSecurityDesc: 622;
593
+ readonly LegRatioQty: 623;
594
+ readonly LegSide: 624;
595
+ readonly TradingSessionSubID: 625;
596
+ readonly AllocType: 626;
597
+ readonly NoHops: 627;
598
+ readonly HopCompID: 628;
599
+ readonly HopSendingTime: 629;
600
+ readonly HopRefID: 630;
601
+ readonly MidPx: 631;
602
+ readonly BidYield: 632;
603
+ readonly MidYield: 633;
604
+ readonly OfferYield: 634;
605
+ readonly ClearingFeeIndicator: 635;
606
+ readonly WorkingIndicator: 636;
607
+ readonly LegLastPx: 637;
608
+ readonly PriorityIndicator: 638;
609
+ readonly PriceImprovement: 639;
610
+ readonly Price2: 640;
611
+ readonly LastForwardPoints2: 641;
612
+ readonly BidForwardPoints2: 642;
613
+ readonly OfferForwardPoints2: 643;
614
+ readonly RFQReqID: 644;
615
+ readonly MktBidPx: 645;
616
+ readonly MktOfferPx: 646;
617
+ readonly MinBidSize: 647;
618
+ readonly MinOfferSize: 648;
619
+ readonly QuoteStatusReqID: 649;
620
+ readonly LegalConfirm: 650;
621
+ readonly UnderlyingLastPx: 651;
622
+ readonly UnderlyingLastQty: 652;
623
+ readonly LegRefID: 654;
624
+ readonly ContraLegRefID: 655;
625
+ readonly SettlCurrBidFxRate: 656;
626
+ readonly SettlCurrOfferFxRate: 657;
627
+ readonly QuoteRequestRejectReason: 658;
628
+ readonly SideComplianceID: 659;
629
+ readonly AcctIDSource: 660;
630
+ readonly AllocAcctIDSource: 661;
631
+ readonly BenchmarkPrice: 662;
632
+ readonly BenchmarkPriceType: 663;
633
+ readonly ConfirmID: 664;
634
+ readonly ConfirmStatus: 665;
635
+ readonly ConfirmTransType: 666;
636
+ readonly ContractSettlMonth: 667;
637
+ readonly DeliveryForm: 668;
638
+ readonly LastParPx: 669;
639
+ readonly NoLegAllocs: 670;
640
+ readonly LegAllocAccount: 671;
641
+ readonly LegIndividualAllocID: 672;
642
+ readonly LegAllocQty: 673;
643
+ readonly LegAllocAcctIDSource: 674;
644
+ readonly LegSettlCurrency: 675;
645
+ readonly LegBenchmarkCurveCurrency: 676;
646
+ readonly LegBenchmarkCurveName: 677;
647
+ readonly LegBenchmarkCurvePoint: 678;
648
+ readonly LegBenchmarkPrice: 679;
649
+ readonly LegBenchmarkPriceType: 680;
650
+ readonly LegBidPx: 681;
651
+ readonly LegIOIQty: 682;
652
+ readonly NoLegStipulations: 683;
653
+ readonly LegOfferPx: 684;
654
+ readonly LegOrderQty: 685;
655
+ readonly LegPriceType: 686;
656
+ readonly LegQty: 687;
657
+ readonly LegStipulationType: 688;
658
+ readonly LegStipulationValue: 689;
659
+ readonly LegSwapType: 690;
660
+ readonly Pool: 691;
661
+ readonly QuotePriceType: 692;
662
+ readonly QuoteRespID: 693;
663
+ readonly QuoteRespType: 694;
664
+ readonly QuoteQualifier: 695;
665
+ readonly YieldRedemptionDate: 696;
666
+ readonly RedemptionPrice: 697;
667
+ readonly RedemptionPriceType: 698;
668
+ readonly BenchmarkSecurityID: 699;
669
+ readonly ReversalIndicator: 700;
670
+ readonly YieldCalcDate: 701;
671
+ readonly NoPositions: 702;
672
+ readonly PosType: 703;
673
+ readonly LongQty: 704;
674
+ readonly ShortQty: 705;
675
+ readonly PosQtyStatus: 706;
676
+ readonly PosAmtType: 707;
677
+ readonly PosAmt: 708;
678
+ readonly PosTransType: 709;
679
+ readonly PosReqID: 710;
680
+ readonly NoUnderlyings: 711;
681
+ readonly PosMaintAction: 712;
682
+ readonly OrigPosReqRefID: 713;
683
+ readonly PosMaintRptRefID: 714;
684
+ readonly ClearingBusinessDate: 715;
685
+ readonly SettlSessID: 716;
686
+ readonly SettlSessSubID: 717;
687
+ readonly AdjustmentType: 718;
688
+ readonly ContraryInstructionIndicator: 719;
689
+ readonly PriorSpreadIndicator: 720;
690
+ readonly PosMaintRptID: 721;
691
+ readonly PosMaintStatus: 722;
692
+ readonly PosMaintResult: 723;
693
+ readonly PosReqType: 724;
694
+ readonly ResponseTransportType: 725;
695
+ readonly ResponseDestination: 726;
696
+ readonly TotalNumPosReports: 727;
697
+ readonly PosReqResult: 728;
698
+ readonly PosReqStatus: 729;
699
+ readonly SettlPrice: 730;
700
+ readonly SettlPriceType: 731;
701
+ readonly UnderlyingSettlPrice: 732;
702
+ readonly UnderlyingSettlPriceType: 733;
703
+ readonly PriorSettlPrice: 734;
704
+ readonly NoQuoteQualifiers: 735;
705
+ readonly AllocSettlCurrency: 736;
706
+ readonly AllocSettlCurrAmt: 737;
707
+ readonly InterestAtMaturity: 738;
708
+ readonly LegDatedDate: 739;
709
+ readonly LegPool: 740;
710
+ readonly AllocInterestAtMaturity: 741;
711
+ readonly AllocAccruedInterestAmt: 742;
712
+ readonly DeliveryDate: 743;
713
+ readonly AssignmentMethod: 744;
714
+ readonly AssignmentUnit: 745;
715
+ readonly OpenInterest: 746;
716
+ readonly ExerciseMethod: 747;
717
+ readonly TotalNumTradeReports: 748;
718
+ readonly TradeRequestResult: 749;
719
+ readonly TradeRequestStatus: 750;
720
+ readonly TradeReportRejectReason: 751;
721
+ readonly SideMultiLegReportingType: 752;
722
+ readonly NoPosAmt: 753;
723
+ readonly AutoAcceptIndicator: 754;
724
+ readonly AllocReportID: 755;
725
+ readonly NoNested2PartyIDs: 756;
726
+ readonly Nested2PartyID: 757;
727
+ readonly Nested2PartyIDSource: 758;
728
+ readonly Nested2PartyRole: 759;
729
+ readonly Nested2PartySubID: 760;
730
+ readonly BenchmarkSecurityIDSource: 761;
731
+ readonly SecuritySubType: 762;
732
+ readonly UnderlyingSecuritySubType: 763;
733
+ readonly LegSecuritySubType: 764;
734
+ readonly AllowableOneSidednessPct: 765;
735
+ readonly AllowableOneSidednessValue: 766;
736
+ readonly AllowableOneSidednessCurr: 767;
737
+ readonly NoTrdRegTimestamps: 768;
738
+ readonly TrdRegTimestamp: 769;
739
+ readonly TrdRegTimestampType: 770;
740
+ readonly TrdRegTimestampOrigin: 771;
741
+ readonly ConfirmRefID: 772;
742
+ readonly ConfirmType: 773;
743
+ readonly ConfirmRejReason: 774;
744
+ readonly BookingType: 775;
745
+ readonly IndividualAllocRejCode: 776;
746
+ readonly SettlInstMsgID: 777;
747
+ readonly NoSettlInst: 778;
748
+ readonly LastUpdateTime: 779;
749
+ readonly AllocSettlInstType: 780;
750
+ readonly NoSettlPartyIDs: 781;
751
+ readonly SettlPartyID: 782;
752
+ readonly SettlPartyIDSource: 783;
753
+ readonly SettlPartyRole: 784;
754
+ readonly SettlPartySubID: 785;
755
+ readonly SettlPartySubIDType: 786;
756
+ readonly DlvyInstType: 787;
757
+ readonly TerminationType: 788;
758
+ readonly NextExpectedMsgSeqNum: 789;
759
+ readonly OrdStatusReqID: 790;
760
+ readonly SettlInstReqID: 791;
761
+ readonly SettlInstReqRejCode: 792;
762
+ readonly SecondaryAllocID: 793;
763
+ readonly AllocReportType: 794;
764
+ readonly AllocReportRefID: 795;
765
+ readonly AllocCancReplaceReason: 796;
766
+ readonly CopyMsgIndicator: 797;
767
+ readonly AllocAccountType: 798;
768
+ readonly OrderAvgPx: 799;
769
+ readonly OrderBookingQty: 800;
770
+ readonly NoSettlPartySubIDs: 801;
771
+ readonly NoPartySubIDs: 802;
772
+ readonly PartySubIDType: 803;
773
+ readonly NoNestedPartySubIDs: 804;
774
+ readonly NestedPartySubIDType: 805;
775
+ readonly NoNested2PartySubIDs: 806;
776
+ readonly Nested2PartySubIDType: 807;
777
+ readonly AllocIntermedReqType: 808;
778
+ readonly UnderlyingPx: 810;
779
+ readonly PriceDelta: 811;
780
+ readonly ApplQueueMax: 812;
781
+ readonly ApplQueueDepth: 813;
782
+ readonly ApplQueueResolution: 814;
783
+ readonly ApplQueueAction: 815;
784
+ readonly NoAltMDSource: 816;
785
+ readonly AltMDSourceID: 817;
786
+ readonly SecondaryTradeReportID: 818;
787
+ readonly AvgPxIndicator: 819;
788
+ readonly TradeLinkID: 820;
789
+ readonly OrderInputDevice: 821;
790
+ readonly UnderlyingTradingSessionID: 822;
791
+ readonly UnderlyingTradingSessionSubID: 823;
792
+ readonly TradeLegRefID: 824;
793
+ readonly ExchangeRule: 825;
794
+ readonly TradeAllocIndicator: 826;
795
+ readonly ExpirationCycle: 827;
796
+ readonly TrdType: 828;
797
+ readonly TrdSubType: 829;
798
+ readonly TransferReason: 830;
799
+ readonly TotNumAssignmentReports: 832;
800
+ readonly AsgnRptID: 833;
801
+ readonly ThresholdAmount: 834;
802
+ readonly PegMoveType: 835;
803
+ readonly PegOffsetType: 836;
804
+ readonly PegLimitType: 837;
805
+ readonly PegRoundDirection: 838;
806
+ readonly PeggedPrice: 839;
807
+ readonly PegScope: 840;
808
+ readonly DiscretionMoveType: 841;
809
+ readonly DiscretionOffsetType: 842;
810
+ readonly DiscretionLimitType: 843;
811
+ readonly DiscretionRoundDirection: 844;
812
+ readonly DiscretionPrice: 845;
813
+ readonly DiscretionScope: 846;
814
+ readonly TargetStrategy: 847;
815
+ readonly TargetStrategyParameters: 848;
816
+ readonly ParticipationRate: 849;
817
+ readonly TargetStrategyPerformance: 850;
818
+ readonly LastLiquidityInd: 851;
819
+ readonly PublishTrdIndicator: 852;
820
+ readonly ShortSaleReason: 853;
821
+ readonly QtyType: 854;
822
+ readonly SecondaryTrdType: 855;
823
+ readonly TradeReportType: 856;
824
+ readonly AllocNoOrdersType: 857;
825
+ readonly SharedCommission: 858;
826
+ readonly ConfirmReqID: 859;
827
+ readonly AvgParPx: 860;
828
+ readonly ReportedPx: 861;
829
+ readonly NoCapacities: 862;
830
+ readonly OrderCapacityQty: 863;
831
+ readonly NoEvents: 864;
832
+ readonly EventType: 865;
833
+ readonly EventDate: 866;
834
+ readonly EventPx: 867;
835
+ readonly EventText: 868;
836
+ readonly PctAtRisk: 869;
837
+ readonly NoInstrAttrib: 870;
838
+ readonly InstrAttribType: 871;
839
+ readonly InstrAttribValue: 872;
840
+ readonly DatedDate: 873;
841
+ readonly InterestAccrualDate: 874;
842
+ readonly CPProgram: 875;
843
+ readonly CPRegType: 876;
844
+ readonly UnderlyingCPProgram: 877;
845
+ readonly UnderlyingCPRegType: 878;
846
+ readonly UnderlyingQty: 879;
847
+ readonly TrdMatchID: 880;
848
+ readonly SecondaryTradeReportRefID: 881;
849
+ readonly UnderlyingDirtyPrice: 882;
850
+ readonly UnderlyingEndPrice: 883;
851
+ readonly UnderlyingStartValue: 884;
852
+ readonly UnderlyingCurrentValue: 885;
853
+ readonly UnderlyingEndValue: 886;
854
+ readonly NoUnderlyingStips: 887;
855
+ readonly UnderlyingStipType: 888;
856
+ readonly UnderlyingStipValue: 889;
857
+ readonly MaturityNetMoney: 890;
858
+ readonly MiscFeeBasis: 891;
859
+ readonly TotNoAllocs: 892;
860
+ readonly LastFragment: 893;
861
+ readonly CollReqID: 894;
862
+ readonly CollAsgnReason: 895;
863
+ readonly CollInquiryQualifier: 896;
864
+ readonly NoTrades: 897;
865
+ readonly MarginRatio: 898;
866
+ readonly MarginExcess: 899;
867
+ readonly TotalNetValue: 900;
868
+ readonly CashOutstanding: 901;
869
+ readonly CollAsgnID: 902;
870
+ readonly CollAsgnTransType: 903;
871
+ readonly CollRespID: 904;
872
+ readonly CollAsgnRespType: 905;
873
+ readonly CollAsgnRejectReason: 906;
874
+ readonly CollAsgnRefID: 907;
875
+ readonly CollRptID: 908;
876
+ readonly CollInquiryID: 909;
877
+ readonly CollStatus: 910;
878
+ readonly TotNumReports: 911;
879
+ readonly LastRptRequested: 912;
880
+ readonly AgreementDesc: 913;
881
+ readonly AgreementID: 914;
882
+ readonly AgreementDate: 915;
883
+ readonly StartDate: 916;
884
+ readonly EndDate: 917;
885
+ readonly AgreementCurrency: 918;
886
+ readonly DeliveryType: 919;
887
+ readonly EndAccruedInterestAmt: 920;
888
+ readonly StartCash: 921;
889
+ readonly EndCash: 922;
890
+ readonly UserRequestID: 923;
891
+ readonly UserRequestType: 924;
892
+ readonly NewPassword: 925;
893
+ readonly UserStatus: 926;
894
+ readonly UserStatusText: 927;
895
+ readonly StatusValue: 928;
896
+ readonly StatusText: 929;
897
+ readonly RefCompID: 930;
898
+ readonly RefSubID: 931;
899
+ readonly NetworkResponseID: 932;
900
+ readonly NetworkRequestID: 933;
901
+ readonly LastNetworkResponseID: 934;
902
+ readonly NetworkRequestType: 935;
903
+ readonly NoCompIDs: 936;
904
+ readonly NetworkStatusResponseType: 937;
905
+ readonly NoCollInquiryQualifier: 938;
906
+ readonly TrdRptStatus: 939;
907
+ readonly AffirmStatus: 940;
908
+ readonly UnderlyingStrikeCurrency: 941;
909
+ readonly LegStrikeCurrency: 942;
910
+ readonly TimeBracket: 943;
911
+ readonly CollAction: 944;
912
+ readonly CollInquiryStatus: 945;
913
+ readonly CollInquiryResult: 946;
914
+ readonly StrikeCurrency: 947;
915
+ readonly NoNested3PartyIDs: 948;
916
+ readonly Nested3PartyID: 949;
917
+ readonly Nested3PartyIDSource: 950;
918
+ readonly Nested3PartyRole: 951;
919
+ readonly NoNested3PartySubIDs: 952;
920
+ readonly Nested3PartySubID: 953;
921
+ readonly Nested3PartySubIDType: 954;
922
+ readonly LegContractSettlMonth: 955;
923
+ readonly LegInterestAccrualDate: 956;
924
+ };
925
+ type TagName = keyof typeof Tags;
926
+ /** `MsgType` (tag 35) values keyed by message name. */
927
+ declare const MsgType: {
928
+ readonly Advertisement: "7";
929
+ readonly AllocationInstruction: "J";
930
+ readonly AllocationInstructionAck: "P";
931
+ readonly AllocationReport: "AS";
932
+ readonly AllocationReportAck: "AT";
933
+ readonly AssignmentReport: "AW";
934
+ readonly BidRequest: "k";
935
+ readonly BidResponse: "l";
936
+ readonly BusinessMessageReject: "j";
937
+ readonly CollateralAssignment: "AY";
938
+ readonly CollateralInquiry: "BB";
939
+ readonly CollateralInquiryAck: "BG";
940
+ readonly CollateralReport: "BA";
941
+ readonly CollateralRequest: "AX";
942
+ readonly CollateralResponse: "AZ";
943
+ readonly Confirmation: "AK";
944
+ readonly ConfirmationAck: "AU";
945
+ readonly ConfirmationRequest: "BH";
946
+ readonly CrossOrderCancelRequest: "u";
947
+ readonly CrossOrderCancelReplaceRequest: "t";
948
+ readonly DerivativeSecurityList: "AA";
949
+ readonly DerivativeSecurityListRequest: "z";
950
+ readonly DonTKnowTrade: "Q";
951
+ readonly Email: "C";
952
+ readonly ExecutionReport: "8";
953
+ readonly Heartbeat: "0";
954
+ readonly IndicationOfInterest: "6";
955
+ readonly ListCancelRequest: "K";
956
+ readonly ListExecute: "L";
957
+ readonly ListStatus: "N";
958
+ readonly ListStatusRequest: "M";
959
+ readonly ListStrikePrice: "m";
960
+ readonly Logon: "A";
961
+ readonly Logout: "5";
962
+ readonly MarketDataIncrementalRefresh: "X";
963
+ readonly MarketDataSnapshotFullRefresh: "W";
964
+ readonly MarketDataRequest: "V";
965
+ readonly MarketDataRequestReject: "Y";
966
+ readonly MassQuote: "i";
967
+ readonly MassQuoteAcknowledgement: "b";
968
+ readonly MultilegOrderCancelReplaceRequest: "AC";
969
+ readonly NetworkStatusRequest: "BC";
970
+ readonly NetworkStatusResponse: "BD";
971
+ readonly NewOrderCross: "s";
972
+ readonly NewOrderList: "E";
973
+ readonly NewOrderMultileg: "AB";
974
+ readonly NewOrderSingle: "D";
975
+ readonly News: "B";
976
+ readonly OrderCancelReject: "9";
977
+ readonly OrderCancelRequest: "F";
978
+ readonly OrderCancelReplaceRequest: "G";
979
+ readonly OrderMassCancelReport: "r";
980
+ readonly OrderMassCancelRequest: "q";
981
+ readonly OrderMassStatusRequest: "AF";
982
+ readonly OrderStatusRequest: "H";
983
+ readonly PositionMaintenanceReport: "AM";
984
+ readonly PositionMaintenanceRequest: "AL";
985
+ readonly PositionReport: "AP";
986
+ readonly Quote: "S";
987
+ readonly QuoteCancel: "Z";
988
+ readonly QuoteRequest: "R";
989
+ readonly QuoteRequestReject: "AG";
990
+ readonly QuoteResponse: "AJ";
991
+ readonly QuoteStatusReport: "AI";
992
+ readonly QuoteStatusRequest: "a";
993
+ readonly RegistrationInstructions: "o";
994
+ readonly RegistrationInstructionsResponse: "p";
995
+ readonly Reject: "3";
996
+ readonly RequestForPositions: "AN";
997
+ readonly RequestForPositionsAck: "AO";
998
+ readonly ResendRequest: "2";
999
+ readonly RFQRequest: "AH";
1000
+ readonly SecurityDefinition: "d";
1001
+ readonly SecurityDefinitionRequest: "c";
1002
+ readonly SecurityList: "y";
1003
+ readonly SecurityListRequest: "x";
1004
+ readonly SecurityStatus: "f";
1005
+ readonly SecurityStatusRequest: "e";
1006
+ readonly SecurityTypeRequest: "v";
1007
+ readonly SecurityTypes: "w";
1008
+ readonly SequenceReset: "4";
1009
+ readonly SettlementInstructionRequest: "AV";
1010
+ readonly SettlementInstructions: "T";
1011
+ readonly TestRequest: "1";
1012
+ readonly TradeCaptureReport: "AE";
1013
+ readonly TradeCaptureReportAck: "AR";
1014
+ readonly TradeCaptureReportRequest: "AD";
1015
+ readonly TradeCaptureReportRequestAck: "AQ";
1016
+ readonly TradingSessionStatus: "h";
1017
+ readonly TradingSessionStatusRequest: "g";
1018
+ readonly UserRequest: "BE";
1019
+ readonly UserResponse: "BF";
1020
+ readonly XMLMessage: "n";
1021
+ };
1022
+ type MsgTypeName = keyof typeof MsgType;
1023
+
1024
+ export { DICTIONARY_VERSION, MsgType, type MsgTypeName, type TagName, Tags, dictionary };