@boarteam/fix-dict-fix42 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.
- package/LICENSE +201 -0
- package/NOTICE +18 -0
- package/README.md +30 -0
- package/dist/index.cjs +14625 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +470 -0
- package/dist/index.d.ts +470 -0
- package/dist/index.js +14620 -0
- package/dist/index.js.map +1 -0
- package/package.json +55 -0
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,470 @@
|
|
|
1
|
+
import { DictionaryJSON } from '@boarteam/fix';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The complete FIX.4.2 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.2";
|
|
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 ExecTransType: 20;
|
|
32
|
+
readonly HandlInst: 21;
|
|
33
|
+
readonly IDSource: 22;
|
|
34
|
+
readonly IOIid: 23;
|
|
35
|
+
readonly IOIOthSvc: 24;
|
|
36
|
+
readonly IOIQltyInd: 25;
|
|
37
|
+
readonly IOIRefID: 26;
|
|
38
|
+
readonly IOIShares: 27;
|
|
39
|
+
readonly IOITransType: 28;
|
|
40
|
+
readonly LastCapacity: 29;
|
|
41
|
+
readonly LastMkt: 30;
|
|
42
|
+
readonly LastPx: 31;
|
|
43
|
+
readonly LastShares: 32;
|
|
44
|
+
readonly LinesOfText: 33;
|
|
45
|
+
readonly MsgSeqNum: 34;
|
|
46
|
+
readonly MsgType: 35;
|
|
47
|
+
readonly NewSeqNo: 36;
|
|
48
|
+
readonly OrderID: 37;
|
|
49
|
+
readonly OrderQty: 38;
|
|
50
|
+
readonly OrdStatus: 39;
|
|
51
|
+
readonly OrdType: 40;
|
|
52
|
+
readonly OrigClOrdID: 41;
|
|
53
|
+
readonly OrigTime: 42;
|
|
54
|
+
readonly PossDupFlag: 43;
|
|
55
|
+
readonly Price: 44;
|
|
56
|
+
readonly RefSeqNum: 45;
|
|
57
|
+
readonly RelatdSym: 46;
|
|
58
|
+
readonly Rule80A: 47;
|
|
59
|
+
readonly SecurityID: 48;
|
|
60
|
+
readonly SenderCompID: 49;
|
|
61
|
+
readonly SenderSubID: 50;
|
|
62
|
+
readonly SendingDate: 51;
|
|
63
|
+
readonly SendingTime: 52;
|
|
64
|
+
readonly Shares: 53;
|
|
65
|
+
readonly Side: 54;
|
|
66
|
+
readonly Symbol: 55;
|
|
67
|
+
readonly TargetCompID: 56;
|
|
68
|
+
readonly TargetSubID: 57;
|
|
69
|
+
readonly Text: 58;
|
|
70
|
+
readonly TimeInForce: 59;
|
|
71
|
+
readonly TransactTime: 60;
|
|
72
|
+
readonly Urgency: 61;
|
|
73
|
+
readonly ValidUntilTime: 62;
|
|
74
|
+
readonly SettlmntTyp: 63;
|
|
75
|
+
readonly FutSettDate: 64;
|
|
76
|
+
readonly SymbolSfx: 65;
|
|
77
|
+
readonly ListID: 66;
|
|
78
|
+
readonly ListSeqNo: 67;
|
|
79
|
+
readonly TotNoOrders: 68;
|
|
80
|
+
readonly ListExecInst: 69;
|
|
81
|
+
readonly AllocID: 70;
|
|
82
|
+
readonly AllocTransType: 71;
|
|
83
|
+
readonly RefAllocID: 72;
|
|
84
|
+
readonly NoOrders: 73;
|
|
85
|
+
readonly AvgPrxPrecision: 74;
|
|
86
|
+
readonly TradeDate: 75;
|
|
87
|
+
readonly ExecBroker: 76;
|
|
88
|
+
readonly OpenClose: 77;
|
|
89
|
+
readonly NoAllocs: 78;
|
|
90
|
+
readonly AllocAccount: 79;
|
|
91
|
+
readonly AllocShares: 80;
|
|
92
|
+
readonly ProcessCode: 81;
|
|
93
|
+
readonly NoRpts: 82;
|
|
94
|
+
readonly RptSeq: 83;
|
|
95
|
+
readonly CxlQty: 84;
|
|
96
|
+
readonly NoDlvyInst: 85;
|
|
97
|
+
readonly DlvyInst: 86;
|
|
98
|
+
readonly AllocStatus: 87;
|
|
99
|
+
readonly AllocRejCode: 88;
|
|
100
|
+
readonly Signature: 89;
|
|
101
|
+
readonly SecureDataLen: 90;
|
|
102
|
+
readonly SecureData: 91;
|
|
103
|
+
readonly BrokerOfCredit: 92;
|
|
104
|
+
readonly SignatureLength: 93;
|
|
105
|
+
readonly EmailType: 94;
|
|
106
|
+
readonly RawDataLength: 95;
|
|
107
|
+
readonly RawData: 96;
|
|
108
|
+
readonly PossResend: 97;
|
|
109
|
+
readonly EncryptMethod: 98;
|
|
110
|
+
readonly StopPx: 99;
|
|
111
|
+
readonly ExDestination: 100;
|
|
112
|
+
readonly CxlRejReason: 102;
|
|
113
|
+
readonly OrdRejReason: 103;
|
|
114
|
+
readonly IOIQualifier: 104;
|
|
115
|
+
readonly WaveNo: 105;
|
|
116
|
+
readonly Issuer: 106;
|
|
117
|
+
readonly SecurityDesc: 107;
|
|
118
|
+
readonly HeartBtInt: 108;
|
|
119
|
+
readonly ClientID: 109;
|
|
120
|
+
readonly MinQty: 110;
|
|
121
|
+
readonly MaxFloor: 111;
|
|
122
|
+
readonly TestReqID: 112;
|
|
123
|
+
readonly ReportToExch: 113;
|
|
124
|
+
readonly LocateReqd: 114;
|
|
125
|
+
readonly OnBehalfOfCompID: 115;
|
|
126
|
+
readonly OnBehalfOfSubID: 116;
|
|
127
|
+
readonly QuoteID: 117;
|
|
128
|
+
readonly NetMoney: 118;
|
|
129
|
+
readonly SettlCurrAmt: 119;
|
|
130
|
+
readonly SettlCurrency: 120;
|
|
131
|
+
readonly ForexReq: 121;
|
|
132
|
+
readonly OrigSendingTime: 122;
|
|
133
|
+
readonly GapFillFlag: 123;
|
|
134
|
+
readonly NoExecs: 124;
|
|
135
|
+
readonly CxlType: 125;
|
|
136
|
+
readonly ExpireTime: 126;
|
|
137
|
+
readonly DKReason: 127;
|
|
138
|
+
readonly DeliverToCompID: 128;
|
|
139
|
+
readonly DeliverToSubID: 129;
|
|
140
|
+
readonly IOINaturalFlag: 130;
|
|
141
|
+
readonly QuoteReqID: 131;
|
|
142
|
+
readonly BidPx: 132;
|
|
143
|
+
readonly OfferPx: 133;
|
|
144
|
+
readonly BidSize: 134;
|
|
145
|
+
readonly OfferSize: 135;
|
|
146
|
+
readonly NoMiscFees: 136;
|
|
147
|
+
readonly MiscFeeAmt: 137;
|
|
148
|
+
readonly MiscFeeCurr: 138;
|
|
149
|
+
readonly MiscFeeType: 139;
|
|
150
|
+
readonly PrevClosePx: 140;
|
|
151
|
+
readonly ResetSeqNumFlag: 141;
|
|
152
|
+
readonly SenderLocationID: 142;
|
|
153
|
+
readonly TargetLocationID: 143;
|
|
154
|
+
readonly OnBehalfOfLocationID: 144;
|
|
155
|
+
readonly DeliverToLocationID: 145;
|
|
156
|
+
readonly NoRelatedSym: 146;
|
|
157
|
+
readonly Subject: 147;
|
|
158
|
+
readonly Headline: 148;
|
|
159
|
+
readonly URLLink: 149;
|
|
160
|
+
readonly ExecType: 150;
|
|
161
|
+
readonly LeavesQty: 151;
|
|
162
|
+
readonly CashOrderQty: 152;
|
|
163
|
+
readonly AllocAvgPx: 153;
|
|
164
|
+
readonly AllocNetMoney: 154;
|
|
165
|
+
readonly SettlCurrFxRate: 155;
|
|
166
|
+
readonly SettlCurrFxRateCalc: 156;
|
|
167
|
+
readonly NumDaysInterest: 157;
|
|
168
|
+
readonly AccruedInterestRate: 158;
|
|
169
|
+
readonly AccruedInterestAmt: 159;
|
|
170
|
+
readonly SettlInstMode: 160;
|
|
171
|
+
readonly AllocText: 161;
|
|
172
|
+
readonly SettlInstID: 162;
|
|
173
|
+
readonly SettlInstTransType: 163;
|
|
174
|
+
readonly EmailThreadID: 164;
|
|
175
|
+
readonly SettlInstSource: 165;
|
|
176
|
+
readonly SettlLocation: 166;
|
|
177
|
+
readonly SecurityType: 167;
|
|
178
|
+
readonly EffectiveTime: 168;
|
|
179
|
+
readonly StandInstDbType: 169;
|
|
180
|
+
readonly StandInstDbName: 170;
|
|
181
|
+
readonly StandInstDbID: 171;
|
|
182
|
+
readonly SettlDeliveryType: 172;
|
|
183
|
+
readonly SettlDepositoryCode: 173;
|
|
184
|
+
readonly SettlBrkrCode: 174;
|
|
185
|
+
readonly SettlInstCode: 175;
|
|
186
|
+
readonly SecuritySettlAgentName: 176;
|
|
187
|
+
readonly SecuritySettlAgentCode: 177;
|
|
188
|
+
readonly SecuritySettlAgentAcctNum: 178;
|
|
189
|
+
readonly SecuritySettlAgentAcctName: 179;
|
|
190
|
+
readonly SecuritySettlAgentContactName: 180;
|
|
191
|
+
readonly SecuritySettlAgentContactPhone: 181;
|
|
192
|
+
readonly CashSettlAgentName: 182;
|
|
193
|
+
readonly CashSettlAgentCode: 183;
|
|
194
|
+
readonly CashSettlAgentAcctNum: 184;
|
|
195
|
+
readonly CashSettlAgentAcctName: 185;
|
|
196
|
+
readonly CashSettlAgentContactName: 186;
|
|
197
|
+
readonly CashSettlAgentContactPhone: 187;
|
|
198
|
+
readonly BidSpotRate: 188;
|
|
199
|
+
readonly BidForwardPoints: 189;
|
|
200
|
+
readonly OfferSpotRate: 190;
|
|
201
|
+
readonly OfferForwardPoints: 191;
|
|
202
|
+
readonly OrderQty2: 192;
|
|
203
|
+
readonly FutSettDate2: 193;
|
|
204
|
+
readonly LastSpotRate: 194;
|
|
205
|
+
readonly LastForwardPoints: 195;
|
|
206
|
+
readonly AllocLinkID: 196;
|
|
207
|
+
readonly AllocLinkType: 197;
|
|
208
|
+
readonly SecondaryOrderID: 198;
|
|
209
|
+
readonly NoIOIQualifiers: 199;
|
|
210
|
+
readonly MaturityMonthYear: 200;
|
|
211
|
+
readonly PutOrCall: 201;
|
|
212
|
+
readonly StrikePrice: 202;
|
|
213
|
+
readonly CoveredOrUncovered: 203;
|
|
214
|
+
readonly CustomerOrFirm: 204;
|
|
215
|
+
readonly MaturityDay: 205;
|
|
216
|
+
readonly OptAttribute: 206;
|
|
217
|
+
readonly SecurityExchange: 207;
|
|
218
|
+
readonly NotifyBrokerOfCredit: 208;
|
|
219
|
+
readonly AllocHandlInst: 209;
|
|
220
|
+
readonly MaxShow: 210;
|
|
221
|
+
readonly PegDifference: 211;
|
|
222
|
+
readonly XmlDataLen: 212;
|
|
223
|
+
readonly XmlData: 213;
|
|
224
|
+
readonly SettlInstRefID: 214;
|
|
225
|
+
readonly NoRoutingIDs: 215;
|
|
226
|
+
readonly RoutingType: 216;
|
|
227
|
+
readonly RoutingID: 217;
|
|
228
|
+
readonly SpreadToBenchmark: 218;
|
|
229
|
+
readonly Benchmark: 219;
|
|
230
|
+
readonly CouponRate: 223;
|
|
231
|
+
readonly ContractMultiplier: 231;
|
|
232
|
+
readonly MDReqID: 262;
|
|
233
|
+
readonly SubscriptionRequestType: 263;
|
|
234
|
+
readonly MarketDepth: 264;
|
|
235
|
+
readonly MDUpdateType: 265;
|
|
236
|
+
readonly AggregatedBook: 266;
|
|
237
|
+
readonly NoMDEntryTypes: 267;
|
|
238
|
+
readonly NoMDEntries: 268;
|
|
239
|
+
readonly MDEntryType: 269;
|
|
240
|
+
readonly MDEntryPx: 270;
|
|
241
|
+
readonly MDEntrySize: 271;
|
|
242
|
+
readonly MDEntryDate: 272;
|
|
243
|
+
readonly MDEntryTime: 273;
|
|
244
|
+
readonly TickDirection: 274;
|
|
245
|
+
readonly MDMkt: 275;
|
|
246
|
+
readonly QuoteCondition: 276;
|
|
247
|
+
readonly TradeCondition: 277;
|
|
248
|
+
readonly MDEntryID: 278;
|
|
249
|
+
readonly MDUpdateAction: 279;
|
|
250
|
+
readonly MDEntryRefID: 280;
|
|
251
|
+
readonly MDReqRejReason: 281;
|
|
252
|
+
readonly MDEntryOriginator: 282;
|
|
253
|
+
readonly LocationID: 283;
|
|
254
|
+
readonly DeskID: 284;
|
|
255
|
+
readonly DeleteReason: 285;
|
|
256
|
+
readonly OpenCloseSettleFlag: 286;
|
|
257
|
+
readonly SellerDays: 287;
|
|
258
|
+
readonly MDEntryBuyer: 288;
|
|
259
|
+
readonly MDEntrySeller: 289;
|
|
260
|
+
readonly MDEntryPositionNo: 290;
|
|
261
|
+
readonly FinancialStatus: 291;
|
|
262
|
+
readonly CorporateAction: 292;
|
|
263
|
+
readonly DefBidSize: 293;
|
|
264
|
+
readonly DefOfferSize: 294;
|
|
265
|
+
readonly NoQuoteEntries: 295;
|
|
266
|
+
readonly NoQuoteSets: 296;
|
|
267
|
+
readonly QuoteAckStatus: 297;
|
|
268
|
+
readonly QuoteCancelType: 298;
|
|
269
|
+
readonly QuoteEntryID: 299;
|
|
270
|
+
readonly QuoteRejectReason: 300;
|
|
271
|
+
readonly QuoteResponseLevel: 301;
|
|
272
|
+
readonly QuoteSetID: 302;
|
|
273
|
+
readonly QuoteRequestType: 303;
|
|
274
|
+
readonly TotQuoteEntries: 304;
|
|
275
|
+
readonly UnderlyingIDSource: 305;
|
|
276
|
+
readonly UnderlyingIssuer: 306;
|
|
277
|
+
readonly UnderlyingSecurityDesc: 307;
|
|
278
|
+
readonly UnderlyingSecurityExchange: 308;
|
|
279
|
+
readonly UnderlyingSecurityID: 309;
|
|
280
|
+
readonly UnderlyingSecurityType: 310;
|
|
281
|
+
readonly UnderlyingSymbol: 311;
|
|
282
|
+
readonly UnderlyingSymbolSfx: 312;
|
|
283
|
+
readonly UnderlyingMaturityMonthYear: 313;
|
|
284
|
+
readonly UnderlyingMaturityDay: 314;
|
|
285
|
+
readonly UnderlyingPutOrCall: 315;
|
|
286
|
+
readonly UnderlyingStrikePrice: 316;
|
|
287
|
+
readonly UnderlyingOptAttribute: 317;
|
|
288
|
+
readonly UnderlyingCurrency: 318;
|
|
289
|
+
readonly RatioQty: 319;
|
|
290
|
+
readonly SecurityReqID: 320;
|
|
291
|
+
readonly SecurityRequestType: 321;
|
|
292
|
+
readonly SecurityResponseID: 322;
|
|
293
|
+
readonly SecurityResponseType: 323;
|
|
294
|
+
readonly SecurityStatusReqID: 324;
|
|
295
|
+
readonly UnsolicitedIndicator: 325;
|
|
296
|
+
readonly SecurityTradingStatus: 326;
|
|
297
|
+
readonly HaltReason: 327;
|
|
298
|
+
readonly InViewOfCommon: 328;
|
|
299
|
+
readonly DueToRelated: 329;
|
|
300
|
+
readonly BuyVolume: 330;
|
|
301
|
+
readonly SellVolume: 331;
|
|
302
|
+
readonly HighPx: 332;
|
|
303
|
+
readonly LowPx: 333;
|
|
304
|
+
readonly Adjustment: 334;
|
|
305
|
+
readonly TradSesReqID: 335;
|
|
306
|
+
readonly TradingSessionID: 336;
|
|
307
|
+
readonly ContraTrader: 337;
|
|
308
|
+
readonly TradSesMethod: 338;
|
|
309
|
+
readonly TradSesMode: 339;
|
|
310
|
+
readonly TradSesStatus: 340;
|
|
311
|
+
readonly TradSesStartTime: 341;
|
|
312
|
+
readonly TradSesOpenTime: 342;
|
|
313
|
+
readonly TradSesPreCloseTime: 343;
|
|
314
|
+
readonly TradSesCloseTime: 344;
|
|
315
|
+
readonly TradSesEndTime: 345;
|
|
316
|
+
readonly NumberOfOrders: 346;
|
|
317
|
+
readonly MessageEncoding: 347;
|
|
318
|
+
readonly EncodedIssuerLen: 348;
|
|
319
|
+
readonly EncodedIssuer: 349;
|
|
320
|
+
readonly EncodedSecurityDescLen: 350;
|
|
321
|
+
readonly EncodedSecurityDesc: 351;
|
|
322
|
+
readonly EncodedListExecInstLen: 352;
|
|
323
|
+
readonly EncodedListExecInst: 353;
|
|
324
|
+
readonly EncodedTextLen: 354;
|
|
325
|
+
readonly EncodedText: 355;
|
|
326
|
+
readonly EncodedSubjectLen: 356;
|
|
327
|
+
readonly EncodedSubject: 357;
|
|
328
|
+
readonly EncodedHeadlineLen: 358;
|
|
329
|
+
readonly EncodedHeadline: 359;
|
|
330
|
+
readonly EncodedAllocTextLen: 360;
|
|
331
|
+
readonly EncodedAllocText: 361;
|
|
332
|
+
readonly EncodedUnderlyingIssuerLen: 362;
|
|
333
|
+
readonly EncodedUnderlyingIssuer: 363;
|
|
334
|
+
readonly EncodedUnderlyingSecurityDescLen: 364;
|
|
335
|
+
readonly EncodedUnderlyingSecurityDesc: 365;
|
|
336
|
+
readonly AllocPrice: 366;
|
|
337
|
+
readonly QuoteSetValidUntilTime: 367;
|
|
338
|
+
readonly QuoteEntryRejectReason: 368;
|
|
339
|
+
readonly LastMsgSeqNumProcessed: 369;
|
|
340
|
+
readonly OnBehalfOfSendingTime: 370;
|
|
341
|
+
readonly RefTagID: 371;
|
|
342
|
+
readonly RefMsgType: 372;
|
|
343
|
+
readonly SessionRejectReason: 373;
|
|
344
|
+
readonly BidRequestTransType: 374;
|
|
345
|
+
readonly ContraBroker: 375;
|
|
346
|
+
readonly ComplianceID: 376;
|
|
347
|
+
readonly SolicitedFlag: 377;
|
|
348
|
+
readonly ExecRestatementReason: 378;
|
|
349
|
+
readonly BusinessRejectRefID: 379;
|
|
350
|
+
readonly BusinessRejectReason: 380;
|
|
351
|
+
readonly GrossTradeAmt: 381;
|
|
352
|
+
readonly NoContraBrokers: 382;
|
|
353
|
+
readonly MaxMessageSize: 383;
|
|
354
|
+
readonly NoMsgTypes: 384;
|
|
355
|
+
readonly MsgDirection: 385;
|
|
356
|
+
readonly NoTradingSessions: 386;
|
|
357
|
+
readonly TotalVolumeTraded: 387;
|
|
358
|
+
readonly DiscretionInst: 388;
|
|
359
|
+
readonly DiscretionOffset: 389;
|
|
360
|
+
readonly BidID: 390;
|
|
361
|
+
readonly ClientBidID: 391;
|
|
362
|
+
readonly ListName: 392;
|
|
363
|
+
readonly TotalNumSecurities: 393;
|
|
364
|
+
readonly BidType: 394;
|
|
365
|
+
readonly NumTickets: 395;
|
|
366
|
+
readonly SideValue1: 396;
|
|
367
|
+
readonly SideValue2: 397;
|
|
368
|
+
readonly NoBidDescriptors: 398;
|
|
369
|
+
readonly BidDescriptorType: 399;
|
|
370
|
+
readonly BidDescriptor: 400;
|
|
371
|
+
readonly SideValueInd: 401;
|
|
372
|
+
readonly LiquidityPctLow: 402;
|
|
373
|
+
readonly LiquidityPctHigh: 403;
|
|
374
|
+
readonly LiquidityValue: 404;
|
|
375
|
+
readonly EFPTrackingError: 405;
|
|
376
|
+
readonly FairValue: 406;
|
|
377
|
+
readonly OutsideIndexPct: 407;
|
|
378
|
+
readonly ValueOfFutures: 408;
|
|
379
|
+
readonly LiquidityIndType: 409;
|
|
380
|
+
readonly WtAverageLiquidity: 410;
|
|
381
|
+
readonly ExchangeForPhysical: 411;
|
|
382
|
+
readonly OutMainCntryUIndex: 412;
|
|
383
|
+
readonly CrossPercent: 413;
|
|
384
|
+
readonly ProgRptReqs: 414;
|
|
385
|
+
readonly ProgPeriodInterval: 415;
|
|
386
|
+
readonly IncTaxInd: 416;
|
|
387
|
+
readonly NumBidders: 417;
|
|
388
|
+
readonly TradeType: 418;
|
|
389
|
+
readonly BasisPxType: 419;
|
|
390
|
+
readonly NoBidComponents: 420;
|
|
391
|
+
readonly Country: 421;
|
|
392
|
+
readonly TotNoStrikes: 422;
|
|
393
|
+
readonly PriceType: 423;
|
|
394
|
+
readonly DayOrderQty: 424;
|
|
395
|
+
readonly DayCumQty: 425;
|
|
396
|
+
readonly DayAvgPx: 426;
|
|
397
|
+
readonly GTBookingInst: 427;
|
|
398
|
+
readonly NoStrikes: 428;
|
|
399
|
+
readonly ListStatusType: 429;
|
|
400
|
+
readonly NetGrossInd: 430;
|
|
401
|
+
readonly ListOrderStatus: 431;
|
|
402
|
+
readonly ExpireDate: 432;
|
|
403
|
+
readonly ListExecInstType: 433;
|
|
404
|
+
readonly CxlRejResponseTo: 434;
|
|
405
|
+
readonly UnderlyingCouponRate: 435;
|
|
406
|
+
readonly UnderlyingContractMultiplier: 436;
|
|
407
|
+
readonly ContraTradeQty: 437;
|
|
408
|
+
readonly ContraTradeTime: 438;
|
|
409
|
+
readonly ClearingFirm: 439;
|
|
410
|
+
readonly ClearingAccount: 440;
|
|
411
|
+
readonly LiquidityNumSecurities: 441;
|
|
412
|
+
readonly MultiLegReportingType: 442;
|
|
413
|
+
readonly StrikeTime: 443;
|
|
414
|
+
readonly ListStatusText: 444;
|
|
415
|
+
readonly EncodedListStatusTextLen: 445;
|
|
416
|
+
readonly EncodedListStatusText: 446;
|
|
417
|
+
};
|
|
418
|
+
type TagName = keyof typeof Tags;
|
|
419
|
+
/** `MsgType` (tag 35) values keyed by message name. */
|
|
420
|
+
declare const MsgType: {
|
|
421
|
+
readonly Advertisement: "7";
|
|
422
|
+
readonly Allocation: "J";
|
|
423
|
+
readonly AllocationInstructionAck: "P";
|
|
424
|
+
readonly BidRequest: "k";
|
|
425
|
+
readonly BidResponse: "l";
|
|
426
|
+
readonly BusinessMessageReject: "j";
|
|
427
|
+
readonly DontKnowTrade: "Q";
|
|
428
|
+
readonly Email: "C";
|
|
429
|
+
readonly ExecutionReport: "8";
|
|
430
|
+
readonly Heartbeat: "0";
|
|
431
|
+
readonly IOI: "6";
|
|
432
|
+
readonly ListCancelRequest: "K";
|
|
433
|
+
readonly ListExecute: "L";
|
|
434
|
+
readonly ListStatus: "N";
|
|
435
|
+
readonly ListStatusRequest: "M";
|
|
436
|
+
readonly ListStrikePrice: "m";
|
|
437
|
+
readonly Logon: "A";
|
|
438
|
+
readonly Logout: "5";
|
|
439
|
+
readonly MarketDataIncrementalRefresh: "X";
|
|
440
|
+
readonly MarketDataRequest: "V";
|
|
441
|
+
readonly MarketDataRequestReject: "Y";
|
|
442
|
+
readonly MarketDataSnapshotFullRefresh: "W";
|
|
443
|
+
readonly MassQuote: "i";
|
|
444
|
+
readonly News: "B";
|
|
445
|
+
readonly OrderCancelReject: "9";
|
|
446
|
+
readonly OrderCancelReplaceRequest: "G";
|
|
447
|
+
readonly OrderCancelRequest: "F";
|
|
448
|
+
readonly OrderList: "E";
|
|
449
|
+
readonly OrderSingle: "D";
|
|
450
|
+
readonly OrderStatusRequest: "H";
|
|
451
|
+
readonly Quote: "S";
|
|
452
|
+
readonly QuoteAcknowledgement: "b";
|
|
453
|
+
readonly QuoteCancel: "Z";
|
|
454
|
+
readonly QuoteRequest: "R";
|
|
455
|
+
readonly QuoteStatusRequest: "a";
|
|
456
|
+
readonly Reject: "3";
|
|
457
|
+
readonly ResendRequest: "2";
|
|
458
|
+
readonly SecurityDefinition: "d";
|
|
459
|
+
readonly SecurityDefinitionRequest: "c";
|
|
460
|
+
readonly SecurityStatus: "f";
|
|
461
|
+
readonly SecurityStatusRequest: "e";
|
|
462
|
+
readonly SequenceReset: "4";
|
|
463
|
+
readonly SettlementInstructions: "T";
|
|
464
|
+
readonly TestRequest: "1";
|
|
465
|
+
readonly TradingSessionStatus: "h";
|
|
466
|
+
readonly TradingSessionStatusRequest: "g";
|
|
467
|
+
};
|
|
468
|
+
type MsgTypeName = keyof typeof MsgType;
|
|
469
|
+
|
|
470
|
+
export { DICTIONARY_VERSION, MsgType, type MsgTypeName, type TagName, Tags, dictionary };
|