fixparser 9.1.7-0eabb847 → 9.1.7-0f174ec0

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.
Files changed (748) hide show
  1. package/build/cjs/FIXParser.js +2 -2
  2. package/build/cjs/FIXParserBrowser.js +2 -2
  3. package/build/cjs/FIXServer.js +2 -2
  4. package/build/esm/FIXParser.mjs +2 -2
  5. package/build/esm/FIXParserBrowser.mjs +2 -2
  6. package/build/esm/FIXServer.mjs +2 -2
  7. package/package.json +1 -1
  8. package/types/FIXParser.d.ts +307 -0
  9. package/types/FIXParserBase.d.ts +124 -0
  10. package/types/FIXParserBrowser.d.ts +267 -0
  11. package/types/FIXServer.d.ts +342 -0
  12. package/types/IFIXParser.d.ts +182 -0
  13. package/types/components/Components.d.ts +41 -0
  14. package/types/enums/EnumType.d.ts +44 -0
  15. package/types/enums/Enums.d.ts +43 -0
  16. package/types/fields/Field.d.ts +91 -0
  17. package/types/fields/Fields.d.ts +42 -0
  18. package/types/fields/categories/Categories.d.ts +28 -0
  19. package/types/fields/categories/CategoryType.d.ts +27 -0
  20. package/types/fields/datatypes/Datatypes.d.ts +44 -0
  21. package/types/fields/sections/SectionType.d.ts +31 -0
  22. package/types/fields/sections/Sections.d.ts +28 -0
  23. package/types/fieldtypes/AccountType.d.ts +33 -0
  24. package/types/fieldtypes/AcctIDSource.d.ts +24 -0
  25. package/types/fieldtypes/Adjustment.d.ts +17 -0
  26. package/types/fieldtypes/AdjustmentType.d.ts +21 -0
  27. package/types/fieldtypes/AdvSide.d.ts +19 -0
  28. package/types/fieldtypes/AdvTransType.d.ts +17 -0
  29. package/types/fieldtypes/AffirmStatus.d.ts +17 -0
  30. package/types/fieldtypes/AggregatedBook.d.ts +15 -0
  31. package/types/fieldtypes/AggressorIndicator.d.ts +15 -0
  32. package/types/fieldtypes/AlgoCertificateReportStatus.d.ts +17 -0
  33. package/types/fieldtypes/AlgoCertificateReportTransType.d.ts +18 -0
  34. package/types/fieldtypes/AlgoCertificateReportType.d.ts +13 -0
  35. package/types/fieldtypes/AlgoCertificateRequestStatus.d.ts +17 -0
  36. package/types/fieldtypes/AlgoCertificateRequestTransType.d.ts +18 -0
  37. package/types/fieldtypes/AlgoCertificateRequestType.d.ts +15 -0
  38. package/types/fieldtypes/AlgoCertificateStatus.d.ts +15 -0
  39. package/types/fieldtypes/AlgorithmicTradeIndicator.d.ts +14 -0
  40. package/types/fieldtypes/AllocAccountType.d.ts +25 -0
  41. package/types/fieldtypes/AllocCancReplaceReason.d.ts +19 -0
  42. package/types/fieldtypes/AllocGroupStatus.d.ts +16 -0
  43. package/types/fieldtypes/AllocGroupSubQtyType.d.ts +17 -0
  44. package/types/fieldtypes/AllocHandlInst.d.ts +18 -0
  45. package/types/fieldtypes/AllocIntermedReqType.d.ts +23 -0
  46. package/types/fieldtypes/AllocLinkType.d.ts +15 -0
  47. package/types/fieldtypes/AllocMethod.d.ts +19 -0
  48. package/types/fieldtypes/AllocNoOrdersType.d.ts +15 -0
  49. package/types/fieldtypes/AllocPositionEffect.d.ts +19 -0
  50. package/types/fieldtypes/AllocRejCode.d.ts +70 -0
  51. package/types/fieldtypes/AllocReportType.d.ts +41 -0
  52. package/types/fieldtypes/AllocRequestStatus.d.ts +15 -0
  53. package/types/fieldtypes/AllocReversalStatus.d.ts +17 -0
  54. package/types/fieldtypes/AllocSettlInstType.d.ts +21 -0
  55. package/types/fieldtypes/AllocStatus.d.ts +40 -0
  56. package/types/fieldtypes/AllocTransType.d.ts +19 -0
  57. package/types/fieldtypes/AllocType.d.ts +56 -0
  58. package/types/fieldtypes/AllocationRollupInstruction.d.ts +16 -0
  59. package/types/fieldtypes/ApplLevelRecoveryIndicator.d.ts +15 -0
  60. package/types/fieldtypes/ApplQueueAction.d.ts +19 -0
  61. package/types/fieldtypes/ApplQueueResolution.d.ts +19 -0
  62. package/types/fieldtypes/ApplReportType.d.ts +19 -0
  63. package/types/fieldtypes/ApplReqType.d.ts +25 -0
  64. package/types/fieldtypes/ApplResponseError.d.ts +17 -0
  65. package/types/fieldtypes/ApplResponseType.d.ts +17 -0
  66. package/types/fieldtypes/ApplVerID.d.ts +33 -0
  67. package/types/fieldtypes/AsOfIndicator.d.ts +15 -0
  68. package/types/fieldtypes/AssetClass.d.ts +31 -0
  69. package/types/fieldtypes/AssetGroup.d.ts +14 -0
  70. package/types/fieldtypes/AssetSubClass.d.ts +103 -0
  71. package/types/fieldtypes/AssetValuationModel.d.ts +27 -0
  72. package/types/fieldtypes/AssignmentMethod.d.ts +15 -0
  73. package/types/fieldtypes/AttachmentEncodingType.d.ts +13 -0
  74. package/types/fieldtypes/AuctionInstruction.d.ts +15 -0
  75. package/types/fieldtypes/AuctionType.d.ts +29 -0
  76. package/types/fieldtypes/AveragePriceType.d.ts +15 -0
  77. package/types/fieldtypes/AvgPxIndicator.d.ts +20 -0
  78. package/types/fieldtypes/BasisPxType.d.ts +37 -0
  79. package/types/fieldtypes/BatchProcessMode.d.ts +14 -0
  80. package/types/fieldtypes/BeginString.d.ts +16 -0
  81. package/types/fieldtypes/Benchmark.d.ts +30 -0
  82. package/types/fieldtypes/BenchmarkCurveName.d.ts +116 -0
  83. package/types/fieldtypes/BidDescriptorType.d.ts +17 -0
  84. package/types/fieldtypes/BidRequestTransType.d.ts +15 -0
  85. package/types/fieldtypes/BidTradeType.d.ts +19 -0
  86. package/types/fieldtypes/BidType.d.ts +17 -0
  87. package/types/fieldtypes/BlockTrdAllocIndicator.d.ts +16 -0
  88. package/types/fieldtypes/BookingType.d.ts +17 -0
  89. package/types/fieldtypes/BookingUnit.d.ts +17 -0
  90. package/types/fieldtypes/BusinessDayConvention.d.ts +20 -0
  91. package/types/fieldtypes/BusinessRejectReason.d.ts +35 -0
  92. package/types/fieldtypes/CPProgram.d.ts +21 -0
  93. package/types/fieldtypes/CalculationMethod.d.ts +13 -0
  94. package/types/fieldtypes/CancellationRights.d.ts +19 -0
  95. package/types/fieldtypes/CashMargin.d.ts +17 -0
  96. package/types/fieldtypes/CashSettlPriceDefault.d.ts +13 -0
  97. package/types/fieldtypes/CashSettlQuoteMethod.d.ts +17 -0
  98. package/types/fieldtypes/CashSettlValuationMethod.d.ts +27 -0
  99. package/types/fieldtypes/ClearedIndicator.d.ts +15 -0
  100. package/types/fieldtypes/ClearingAccountType.d.ts +17 -0
  101. package/types/fieldtypes/ClearingFeeIndicator.d.ts +39 -0
  102. package/types/fieldtypes/ClearingInstruction.d.ts +41 -0
  103. package/types/fieldtypes/ClearingIntention.d.ts +15 -0
  104. package/types/fieldtypes/ClearingRequirementException.d.ts +19 -0
  105. package/types/fieldtypes/CollAction.d.ts +17 -0
  106. package/types/fieldtypes/CollApplType.d.ts +15 -0
  107. package/types/fieldtypes/CollAsgnReason.d.ts +28 -0
  108. package/types/fieldtypes/CollAsgnRejectReason.d.ts +25 -0
  109. package/types/fieldtypes/CollAsgnRespType.d.ts +21 -0
  110. package/types/fieldtypes/CollAsgnTransType.d.ts +21 -0
  111. package/types/fieldtypes/CollInquiryQualifier.d.ts +27 -0
  112. package/types/fieldtypes/CollInquiryResult.d.ts +33 -0
  113. package/types/fieldtypes/CollInquiryStatus.d.ts +21 -0
  114. package/types/fieldtypes/CollRptRejectReason.d.ts +23 -0
  115. package/types/fieldtypes/CollRptStatus.d.ts +17 -0
  116. package/types/fieldtypes/CollStatus.d.ts +22 -0
  117. package/types/fieldtypes/CollateralAmountType.d.ts +21 -0
  118. package/types/fieldtypes/CollateralReinvestmentType.d.ts +16 -0
  119. package/types/fieldtypes/CommType.d.ts +20 -0
  120. package/types/fieldtypes/CommissionAmountSubType.d.ts +16 -0
  121. package/types/fieldtypes/CommissionAmountType.d.ts +21 -0
  122. package/types/fieldtypes/CommodityFinalPriceType.d.ts +25 -0
  123. package/types/fieldtypes/ComplexEventCondition.d.ts +15 -0
  124. package/types/fieldtypes/ComplexEventCreditEventNotifyingParty.d.ts +18 -0
  125. package/types/fieldtypes/ComplexEventDateOffsetDayType.d.ts +24 -0
  126. package/types/fieldtypes/ComplexEventPVFinalPriceElectionFallback.d.ts +14 -0
  127. package/types/fieldtypes/ComplexEventPeriodType.d.ts +23 -0
  128. package/types/fieldtypes/ComplexEventPriceBoundaryMethod.d.ts +22 -0
  129. package/types/fieldtypes/ComplexEventPriceTimeType.d.ts +23 -0
  130. package/types/fieldtypes/ComplexEventQuoteBasis.d.ts +15 -0
  131. package/types/fieldtypes/ComplexEventType.d.ts +57 -0
  132. package/types/fieldtypes/ComplexOptPayoutTime.d.ts +25 -0
  133. package/types/fieldtypes/ConfirmRejReason.d.ts +50 -0
  134. package/types/fieldtypes/ConfirmStatus.d.ts +21 -0
  135. package/types/fieldtypes/ConfirmTransType.d.ts +17 -0
  136. package/types/fieldtypes/ConfirmType.d.ts +17 -0
  137. package/types/fieldtypes/ConfirmationMethod.d.ts +17 -0
  138. package/types/fieldtypes/ContAmtType.d.ts +41 -0
  139. package/types/fieldtypes/ContingencyType.d.ts +23 -0
  140. package/types/fieldtypes/ContractMultiplierUnit.d.ts +17 -0
  141. package/types/fieldtypes/ContractRefPosType.d.ts +19 -0
  142. package/types/fieldtypes/CorporateAction.d.ts +57 -0
  143. package/types/fieldtypes/CouponDayCount.d.ts +35 -0
  144. package/types/fieldtypes/CouponFrequencyUnit.d.ts +27 -0
  145. package/types/fieldtypes/CouponType.d.ts +19 -0
  146. package/types/fieldtypes/CoveredOrUncovered.d.ts +15 -0
  147. package/types/fieldtypes/CrossPrioritization.d.ts +17 -0
  148. package/types/fieldtypes/CrossType.d.ts +20 -0
  149. package/types/fieldtypes/CrossedIndicator.d.ts +14 -0
  150. package/types/fieldtypes/CurrencyCodeSource.d.ts +22 -0
  151. package/types/fieldtypes/CustOrderCapacity.d.ts +20 -0
  152. package/types/fieldtypes/CustOrderHandlingInst.d.ts +167 -0
  153. package/types/fieldtypes/CustomerOrFirm.d.ts +16 -0
  154. package/types/fieldtypes/CustomerPriority.d.ts +13 -0
  155. package/types/fieldtypes/CxlRejReason.d.ts +33 -0
  156. package/types/fieldtypes/CxlRejResponseTo.d.ts +15 -0
  157. package/types/fieldtypes/DKReason.d.ts +27 -0
  158. package/types/fieldtypes/DateRollConvention.d.ts +102 -0
  159. package/types/fieldtypes/DayBookingInst.d.ts +17 -0
  160. package/types/fieldtypes/DealingCapacity.d.ts +17 -0
  161. package/types/fieldtypes/DeleteReason.d.ts +15 -0
  162. package/types/fieldtypes/DeliveryForm.d.ts +15 -0
  163. package/types/fieldtypes/DeliveryScheduleSettlDay.d.ts +31 -0
  164. package/types/fieldtypes/DeliveryScheduleSettlFlowType.d.ts +24 -0
  165. package/types/fieldtypes/DeliveryScheduleSettlHolidaysProcessingInstruction.d.ts +16 -0
  166. package/types/fieldtypes/DeliveryScheduleSettlTimeType.d.ts +14 -0
  167. package/types/fieldtypes/DeliveryScheduleToleranceType.d.ts +16 -0
  168. package/types/fieldtypes/DeliveryScheduleType.d.ts +17 -0
  169. package/types/fieldtypes/DeliveryStreamDeliveryPointSource.d.ts +15 -0
  170. package/types/fieldtypes/DeliveryStreamDeliveryRestriction.d.ts +17 -0
  171. package/types/fieldtypes/DeliveryStreamElectingPartySide.d.ts +16 -0
  172. package/types/fieldtypes/DeliveryStreamTitleTransferCondition.d.ts +16 -0
  173. package/types/fieldtypes/DeliveryStreamToleranceOptionSide.d.ts +16 -0
  174. package/types/fieldtypes/DeliveryStreamType.d.ts +17 -0
  175. package/types/fieldtypes/DeliveryType.d.ts +20 -0
  176. package/types/fieldtypes/DeskType.d.ts +47 -0
  177. package/types/fieldtypes/DisclosureInstruction.d.ts +17 -0
  178. package/types/fieldtypes/DisclosureType.d.ts +24 -0
  179. package/types/fieldtypes/DiscretionInst.d.ts +27 -0
  180. package/types/fieldtypes/DiscretionLimitType.d.ts +17 -0
  181. package/types/fieldtypes/DiscretionMoveType.d.ts +15 -0
  182. package/types/fieldtypes/DiscretionOffsetType.d.ts +19 -0
  183. package/types/fieldtypes/DiscretionRoundDirection.d.ts +15 -0
  184. package/types/fieldtypes/DiscretionScope.d.ts +19 -0
  185. package/types/fieldtypes/DisplayMethod.d.ts +19 -0
  186. package/types/fieldtypes/DisplayWhen.d.ts +15 -0
  187. package/types/fieldtypes/DistribPaymentMethod.d.ts +37 -0
  188. package/types/fieldtypes/DividendAmountType.d.ts +15 -0
  189. package/types/fieldtypes/DividendComposition.d.ts +13 -0
  190. package/types/fieldtypes/DividendEntitlementEvent.d.ts +13 -0
  191. package/types/fieldtypes/DlvyInstType.d.ts +15 -0
  192. package/types/fieldtypes/DueToRelated.d.ts +15 -0
  193. package/types/fieldtypes/DuplicateClOrdIDIndicator.d.ts +15 -0
  194. package/types/fieldtypes/EmailType.d.ts +17 -0
  195. package/types/fieldtypes/EncryptMethod.d.ts +25 -0
  196. package/types/fieldtypes/EntitlementAttribDatatype.d.ts +81 -0
  197. package/types/fieldtypes/EntitlementRequestResult.d.ts +45 -0
  198. package/types/fieldtypes/EntitlementStatus.d.ts +20 -0
  199. package/types/fieldtypes/EntitlementSubType.d.ts +19 -0
  200. package/types/fieldtypes/EntitlementType.d.ts +26 -0
  201. package/types/fieldtypes/EventInitiatorType.d.ts +17 -0
  202. package/types/fieldtypes/EventTimeUnit.d.ts +25 -0
  203. package/types/fieldtypes/EventType.d.ts +65 -0
  204. package/types/fieldtypes/ExDestinationIDSource.d.ts +21 -0
  205. package/types/fieldtypes/ExDestinationType.d.ts +15 -0
  206. package/types/fieldtypes/ExchangeForPhysical.d.ts +15 -0
  207. package/types/fieldtypes/ExecAckStatus.d.ts +17 -0
  208. package/types/fieldtypes/ExecInst.d.ts +117 -0
  209. package/types/fieldtypes/ExecMethod.d.ts +15 -0
  210. package/types/fieldtypes/ExecPriceType.d.ts +27 -0
  211. package/types/fieldtypes/ExecRestatementReason.d.ts +51 -0
  212. package/types/fieldtypes/ExecTransType.d.ts +20 -0
  213. package/types/fieldtypes/ExecType.d.ts +55 -0
  214. package/types/fieldtypes/ExecTypeReason.d.ts +41 -0
  215. package/types/fieldtypes/ExerciseConfirmationMethod.d.ts +19 -0
  216. package/types/fieldtypes/ExerciseMethod.d.ts +15 -0
  217. package/types/fieldtypes/ExerciseStyle.d.ts +19 -0
  218. package/types/fieldtypes/ExpirationCycle.d.ts +17 -0
  219. package/types/fieldtypes/ExpirationQtyType.d.ts +21 -0
  220. package/types/fieldtypes/ExtraordinaryEventAdjustmentMethod.d.ts +14 -0
  221. package/types/fieldtypes/FXBenchmark.d.ts +20 -0
  222. package/types/fieldtypes/Field.d.ts +11446 -0
  223. package/types/fieldtypes/FinancialStatus.d.ts +17 -0
  224. package/types/fieldtypes/FlowScheduleType.d.ts +33 -0
  225. package/types/fieldtypes/ForexReq.d.ts +15 -0
  226. package/types/fieldtypes/FundRenewWaiv.d.ts +15 -0
  227. package/types/fieldtypes/FundingSource.d.ts +18 -0
  228. package/types/fieldtypes/GTBookingInst.d.ts +17 -0
  229. package/types/fieldtypes/GapFillFlag.d.ts +15 -0
  230. package/types/fieldtypes/HaltReason.d.ts +23 -0
  231. package/types/fieldtypes/HandlInst.d.ts +17 -0
  232. package/types/fieldtypes/IDSource.d.ts +30 -0
  233. package/types/fieldtypes/IOINaturalFlag.d.ts +15 -0
  234. package/types/fieldtypes/IOIQltyInd.d.ts +17 -0
  235. package/types/fieldtypes/IOIQty.d.ts +19 -0
  236. package/types/fieldtypes/IOIQualifier.d.ts +63 -0
  237. package/types/fieldtypes/IOIShares.d.ts +18 -0
  238. package/types/fieldtypes/IOITransType.d.ts +17 -0
  239. package/types/fieldtypes/IRSDirection.d.ts +16 -0
  240. package/types/fieldtypes/ImpliedMarketIndicator.d.ts +19 -0
  241. package/types/fieldtypes/InTheMoneyCondition.d.ts +15 -0
  242. package/types/fieldtypes/InViewOfCommon.d.ts +15 -0
  243. package/types/fieldtypes/IncTaxInd.d.ts +15 -0
  244. package/types/fieldtypes/IndividualAllocType.d.ts +15 -0
  245. package/types/fieldtypes/InstrAttribType.d.ts +88 -0
  246. package/types/fieldtypes/InstrmtAssignmentMethod.d.ts +15 -0
  247. package/types/fieldtypes/InstrumentScopeOperator.d.ts +15 -0
  248. package/types/fieldtypes/LastCapacity.d.ts +21 -0
  249. package/types/fieldtypes/LastFragment.d.ts +15 -0
  250. package/types/fieldtypes/LastLiquidityInd.d.ts +27 -0
  251. package/types/fieldtypes/LastRptRequested.d.ts +15 -0
  252. package/types/fieldtypes/LegSwapType.d.ts +19 -0
  253. package/types/fieldtypes/LegalConfirm.d.ts +15 -0
  254. package/types/fieldtypes/LienSeniority.d.ts +19 -0
  255. package/types/fieldtypes/LimitAmtType.d.ts +23 -0
  256. package/types/fieldtypes/LiquidityIndType.d.ts +19 -0
  257. package/types/fieldtypes/ListExecInstType.d.ts +21 -0
  258. package/types/fieldtypes/ListMethod.d.ts +15 -0
  259. package/types/fieldtypes/ListOrderStatus.d.ts +25 -0
  260. package/types/fieldtypes/ListRejectReason.d.ts +25 -0
  261. package/types/fieldtypes/ListStatusType.d.ts +23 -0
  262. package/types/fieldtypes/ListUpdateAction.d.ts +19 -0
  263. package/types/fieldtypes/LoanFacility.d.ts +23 -0
  264. package/types/fieldtypes/LocateReqd.d.ts +15 -0
  265. package/types/fieldtypes/LockType.d.ts +26 -0
  266. package/types/fieldtypes/LotType.d.ts +19 -0
  267. package/types/fieldtypes/MDBookType.d.ts +17 -0
  268. package/types/fieldtypes/MDEntryType.d.ts +93 -0
  269. package/types/fieldtypes/MDImplicitDelete.d.ts +15 -0
  270. package/types/fieldtypes/MDOriginType.d.ts +25 -0
  271. package/types/fieldtypes/MDReportEvent.d.ts +25 -0
  272. package/types/fieldtypes/MDReqRejReason.d.ts +39 -0
  273. package/types/fieldtypes/MDSecSizeType.d.ts +14 -0
  274. package/types/fieldtypes/MDStatisticIntervalType.d.ts +19 -0
  275. package/types/fieldtypes/MDStatisticRatioType.d.ts +23 -0
  276. package/types/fieldtypes/MDStatisticRequestResult.d.ts +51 -0
  277. package/types/fieldtypes/MDStatisticScope.d.ts +70 -0
  278. package/types/fieldtypes/MDStatisticScopeType.d.ts +21 -0
  279. package/types/fieldtypes/MDStatisticStatus.d.ts +15 -0
  280. package/types/fieldtypes/MDStatisticSubScope.d.ts +46 -0
  281. package/types/fieldtypes/MDStatisticType.d.ts +42 -0
  282. package/types/fieldtypes/MDStatisticValueType.d.ts +15 -0
  283. package/types/fieldtypes/MDUpdateAction.d.ts +23 -0
  284. package/types/fieldtypes/MDUpdateType.d.ts +15 -0
  285. package/types/fieldtypes/MDValueTier.d.ts +17 -0
  286. package/types/fieldtypes/MarginAmtType.d.ts +47 -0
  287. package/types/fieldtypes/MarginDirection.d.ts +13 -0
  288. package/types/fieldtypes/MarginReqmtInqQualifier.d.ts +19 -0
  289. package/types/fieldtypes/MarginReqmtInqResult.d.ts +31 -0
  290. package/types/fieldtypes/MarginReqmtRptType.d.ts +17 -0
  291. package/types/fieldtypes/MarketCondition.d.ts +14 -0
  292. package/types/fieldtypes/MarketDisruptionFallbackProvision.d.ts +16 -0
  293. package/types/fieldtypes/MarketDisruptionFallbackUnderlierType.d.ts +36 -0
  294. package/types/fieldtypes/MarketDisruptionProvision.d.ts +19 -0
  295. package/types/fieldtypes/MarketMakerActivity.d.ts +19 -0
  296. package/types/fieldtypes/MarketSegmentRelationship.d.ts +14 -0
  297. package/types/fieldtypes/MarketSegmentStatus.d.ts +14 -0
  298. package/types/fieldtypes/MarketSegmentType.d.ts +14 -0
  299. package/types/fieldtypes/MassActionReason.d.ts +26 -0
  300. package/types/fieldtypes/MassActionRejectReason.d.ts +37 -0
  301. package/types/fieldtypes/MassActionResponse.d.ts +17 -0
  302. package/types/fieldtypes/MassActionScope.d.ts +35 -0
  303. package/types/fieldtypes/MassActionType.d.ts +17 -0
  304. package/types/fieldtypes/MassCancelRejectReason.d.ts +37 -0
  305. package/types/fieldtypes/MassCancelRequestType.d.ts +35 -0
  306. package/types/fieldtypes/MassCancelResponse.d.ts +37 -0
  307. package/types/fieldtypes/MassOrderRequestResult.d.ts +21 -0
  308. package/types/fieldtypes/MassOrderRequestStatus.d.ts +17 -0
  309. package/types/fieldtypes/MassStatusReqType.d.ts +31 -0
  310. package/types/fieldtypes/MatchExceptionElementType.d.ts +38 -0
  311. package/types/fieldtypes/MatchExceptionToleranceValueType.d.ts +15 -0
  312. package/types/fieldtypes/MatchExceptionType.d.ts +25 -0
  313. package/types/fieldtypes/MatchInst.d.ts +15 -0
  314. package/types/fieldtypes/MatchStatus.d.ts +18 -0
  315. package/types/fieldtypes/MatchType.d.ts +67 -0
  316. package/types/fieldtypes/MatchingDataPointIndicator.d.ts +15 -0
  317. package/types/fieldtypes/MaturityMonthYearFormat.d.ts +17 -0
  318. package/types/fieldtypes/MaturityMonthYearIncrementUnits.d.ts +20 -0
  319. package/types/fieldtypes/Message.d.ts +333 -0
  320. package/types/fieldtypes/MessageEncoding.d.ts +20 -0
  321. package/types/fieldtypes/MetricsCalculationPriceSource.d.ts +14 -0
  322. package/types/fieldtypes/MinQtyMethod.d.ts +15 -0
  323. package/types/fieldtypes/MiscFeeBasis.d.ts +14 -0
  324. package/types/fieldtypes/MiscFeeQualifier.d.ts +13 -0
  325. package/types/fieldtypes/MiscFeeType.d.ts +69 -0
  326. package/types/fieldtypes/ModelType.d.ts +15 -0
  327. package/types/fieldtypes/MoneyLaunderingStatus.d.ts +21 -0
  328. package/types/fieldtypes/MsgDirection.d.ts +15 -0
  329. package/types/fieldtypes/MsgType.d.ts +189 -0
  330. package/types/fieldtypes/MultiJurisdictionReportingIndicator.d.ts +16 -0
  331. package/types/fieldtypes/MultiLegReportingType.d.ts +17 -0
  332. package/types/fieldtypes/MultiLegRptTypeReq.d.ts +17 -0
  333. package/types/fieldtypes/MultilegModel.d.ts +17 -0
  334. package/types/fieldtypes/MultilegPriceMethod.d.ts +23 -0
  335. package/types/fieldtypes/NBBOEntryType.d.ts +15 -0
  336. package/types/fieldtypes/NBBOSource.d.ts +15 -0
  337. package/types/fieldtypes/NegotiationMethod.d.ts +14 -0
  338. package/types/fieldtypes/NetGrossInd.d.ts +15 -0
  339. package/types/fieldtypes/NetworkRequestType.d.ts +19 -0
  340. package/types/fieldtypes/NetworkStatusResponseType.d.ts +15 -0
  341. package/types/fieldtypes/NewsCategory.d.ts +21 -0
  342. package/types/fieldtypes/NewsRefType.d.ts +18 -0
  343. package/types/fieldtypes/NoSides.d.ts +15 -0
  344. package/types/fieldtypes/NonCashDividendTreatment.d.ts +13 -0
  345. package/types/fieldtypes/NonDeliverableFixingDateType.d.ts +16 -0
  346. package/types/fieldtypes/NotAffectedReason.d.ts +15 -0
  347. package/types/fieldtypes/NotifyBrokerOfCredit.d.ts +15 -0
  348. package/types/fieldtypes/ObligationType.d.ts +19 -0
  349. package/types/fieldtypes/OddLot.d.ts +15 -0
  350. package/types/fieldtypes/OffsetInstruction.d.ts +13 -0
  351. package/types/fieldtypes/OffshoreIndicator.d.ts +14 -0
  352. package/types/fieldtypes/OpenClose.d.ts +16 -0
  353. package/types/fieldtypes/OpenCloseSettlFlag.d.ts +23 -0
  354. package/types/fieldtypes/OpenCloseSettleFlag.d.ts +18 -0
  355. package/types/fieldtypes/OptPayoutType.d.ts +29 -0
  356. package/types/fieldtypes/OptionExerciseDateType.d.ts +15 -0
  357. package/types/fieldtypes/OrdRejReason.d.ts +70 -0
  358. package/types/fieldtypes/OrdStatus.d.ts +41 -0
  359. package/types/fieldtypes/OrdType.d.ts +59 -0
  360. package/types/fieldtypes/OrderAttributeType.d.ts +26 -0
  361. package/types/fieldtypes/OrderCapacity.d.ts +24 -0
  362. package/types/fieldtypes/OrderCategory.d.ts +31 -0
  363. package/types/fieldtypes/OrderDelayUnit.d.ts +35 -0
  364. package/types/fieldtypes/OrderEntryAction.d.ts +21 -0
  365. package/types/fieldtypes/OrderEventReason.d.ts +37 -0
  366. package/types/fieldtypes/OrderEventType.d.ts +33 -0
  367. package/types/fieldtypes/OrderHandlingInstSource.d.ts +15 -0
  368. package/types/fieldtypes/OrderOrigination.d.ts +23 -0
  369. package/types/fieldtypes/OrderOwnershipIndicator.d.ts +16 -0
  370. package/types/fieldtypes/OrderRelationship.d.ts +15 -0
  371. package/types/fieldtypes/OrderResponseLevel.d.ts +15 -0
  372. package/types/fieldtypes/OrderRestrictions.d.ts +47 -0
  373. package/types/fieldtypes/OrigCustOrderCapacity.d.ts +19 -0
  374. package/types/fieldtypes/OwnerType.d.ts +53 -0
  375. package/types/fieldtypes/OwnershipType.d.ts +17 -0
  376. package/types/fieldtypes/PartyActionRejectReason.d.ts +19 -0
  377. package/types/fieldtypes/PartyActionResponse.d.ts +14 -0
  378. package/types/fieldtypes/PartyActionType.d.ts +17 -0
  379. package/types/fieldtypes/PartyDetailDefinitionStatus.d.ts +18 -0
  380. package/types/fieldtypes/PartyDetailRequestResult.d.ts +23 -0
  381. package/types/fieldtypes/PartyDetailRequestStatus.d.ts +19 -0
  382. package/types/fieldtypes/PartyDetailRoleQualifier.d.ts +54 -0
  383. package/types/fieldtypes/PartyDetailStatus.d.ts +17 -0
  384. package/types/fieldtypes/PartyIDSource.d.ts +63 -0
  385. package/types/fieldtypes/PartyRelationship.d.ts +89 -0
  386. package/types/fieldtypes/PartyRiskLimitStatus.d.ts +13 -0
  387. package/types/fieldtypes/PartyRole.d.ts +237 -0
  388. package/types/fieldtypes/PartySubIDType.d.ts +147 -0
  389. package/types/fieldtypes/PayReportStatus.d.ts +18 -0
  390. package/types/fieldtypes/PayReportTransType.d.ts +16 -0
  391. package/types/fieldtypes/PayRequestStatus.d.ts +18 -0
  392. package/types/fieldtypes/PayRequestTransType.d.ts +15 -0
  393. package/types/fieldtypes/PaymentDateOffsetDayType.d.ts +23 -0
  394. package/types/fieldtypes/PaymentForwardStartType.d.ts +19 -0
  395. package/types/fieldtypes/PaymentMethod.d.ts +52 -0
  396. package/types/fieldtypes/PaymentPaySide.d.ts +15 -0
  397. package/types/fieldtypes/PaymentScheduleStepRelativeTo.d.ts +16 -0
  398. package/types/fieldtypes/PaymentScheduleType.d.ts +59 -0
  399. package/types/fieldtypes/PaymentSettlStyle.d.ts +17 -0
  400. package/types/fieldtypes/PaymentStreamAveragingMethod.d.ts +16 -0
  401. package/types/fieldtypes/PaymentStreamCapRateBuySide.d.ts +16 -0
  402. package/types/fieldtypes/PaymentStreamCompoundingMethod.d.ts +20 -0
  403. package/types/fieldtypes/PaymentStreamDiscountType.d.ts +15 -0
  404. package/types/fieldtypes/PaymentStreamFRADiscounting.d.ts +18 -0
  405. package/types/fieldtypes/PaymentStreamFloorRateBuySide.d.ts +16 -0
  406. package/types/fieldtypes/PaymentStreamInflationInterpolationMethod.d.ts +16 -0
  407. package/types/fieldtypes/PaymentStreamInflationLagDayType.d.ts +24 -0
  408. package/types/fieldtypes/PaymentStreamInflationLagUnit.d.ts +20 -0
  409. package/types/fieldtypes/PaymentStreamInterpolationPeriod.d.ts +16 -0
  410. package/types/fieldtypes/PaymentStreamLinkStrikePriceType.d.ts +16 -0
  411. package/types/fieldtypes/PaymentStreamNegativeRateTreatment.d.ts +16 -0
  412. package/types/fieldtypes/PaymentStreamPaymentDateOffsetDayType.d.ts +24 -0
  413. package/types/fieldtypes/PaymentStreamPaymentDateOffsetUnit.d.ts +20 -0
  414. package/types/fieldtypes/PaymentStreamPaymentFrequencyUnit.d.ts +22 -0
  415. package/types/fieldtypes/PaymentStreamPricingDayDistribution.d.ts +20 -0
  416. package/types/fieldtypes/PaymentStreamPricingDayOfWeek.d.ts +28 -0
  417. package/types/fieldtypes/PaymentStreamRateIndexCurveUnit.d.ts +20 -0
  418. package/types/fieldtypes/PaymentStreamRateIndexSource.d.ts +20 -0
  419. package/types/fieldtypes/PaymentStreamRateSpreadPositionType.d.ts +16 -0
  420. package/types/fieldtypes/PaymentStreamRateSpreadType.d.ts +16 -0
  421. package/types/fieldtypes/PaymentStreamRateTreatment.d.ts +15 -0
  422. package/types/fieldtypes/PaymentStreamRealizedVarianceMethod.d.ts +15 -0
  423. package/types/fieldtypes/PaymentStreamResetWeeklyRollConvention.d.ts +26 -0
  424. package/types/fieldtypes/PaymentStreamSettlLevel.d.ts +15 -0
  425. package/types/fieldtypes/PaymentStreamType.d.ts +31 -0
  426. package/types/fieldtypes/PaymentStubLength.d.ts +15 -0
  427. package/types/fieldtypes/PaymentStubType.d.ts +19 -0
  428. package/types/fieldtypes/PaymentSubType.d.ts +30 -0
  429. package/types/fieldtypes/PaymentType.d.ts +41 -0
  430. package/types/fieldtypes/PegLimitType.d.ts +17 -0
  431. package/types/fieldtypes/PegMoveType.d.ts +15 -0
  432. package/types/fieldtypes/PegOffsetType.d.ts +21 -0
  433. package/types/fieldtypes/PegPriceType.d.ts +28 -0
  434. package/types/fieldtypes/PegRoundDirection.d.ts +15 -0
  435. package/types/fieldtypes/PegScope.d.ts +19 -0
  436. package/types/fieldtypes/PosAmtReason.d.ts +24 -0
  437. package/types/fieldtypes/PosAmtType.d.ts +77 -0
  438. package/types/fieldtypes/PosMaintAction.d.ts +15 -0
  439. package/types/fieldtypes/PosMaintResult.d.ts +17 -0
  440. package/types/fieldtypes/PosMaintStatus.d.ts +21 -0
  441. package/types/fieldtypes/PosQtyStatus.d.ts +17 -0
  442. package/types/fieldtypes/PosReqResult.d.ts +22 -0
  443. package/types/fieldtypes/PosReqStatus.d.ts +17 -0
  444. package/types/fieldtypes/PosReqType.d.ts +33 -0
  445. package/types/fieldtypes/PosTransType.d.ts +36 -0
  446. package/types/fieldtypes/PosType.d.ts +81 -0
  447. package/types/fieldtypes/PositionCapacity.d.ts +19 -0
  448. package/types/fieldtypes/PositionEffect.d.ts +23 -0
  449. package/types/fieldtypes/PossDupFlag.d.ts +15 -0
  450. package/types/fieldtypes/PossResend.d.ts +15 -0
  451. package/types/fieldtypes/PostTradePaymentDebitOrCredit.d.ts +16 -0
  452. package/types/fieldtypes/PostTradePaymentStatus.d.ts +16 -0
  453. package/types/fieldtypes/PreallocMethod.d.ts +15 -0
  454. package/types/fieldtypes/PreviouslyReported.d.ts +13 -0
  455. package/types/fieldtypes/PriceLimitType.d.ts +17 -0
  456. package/types/fieldtypes/PriceMovementType.d.ts +15 -0
  457. package/types/fieldtypes/PriceProtectionScope.d.ts +19 -0
  458. package/types/fieldtypes/PriceQualifier.d.ts +14 -0
  459. package/types/fieldtypes/PriceQuoteMethod.d.ts +19 -0
  460. package/types/fieldtypes/PriceType.d.ts +56 -0
  461. package/types/fieldtypes/PriorityIndicator.d.ts +15 -0
  462. package/types/fieldtypes/PrivateQuote.d.ts +15 -0
  463. package/types/fieldtypes/ProcessCode.d.ts +25 -0
  464. package/types/fieldtypes/Product.d.ts +37 -0
  465. package/types/fieldtypes/ProgRptReqs.d.ts +17 -0
  466. package/types/fieldtypes/ProtectionTermEventDayType.d.ts +23 -0
  467. package/types/fieldtypes/ProtectionTermEventQualifier.d.ts +15 -0
  468. package/types/fieldtypes/ProtectionTermEventUnit.d.ts +19 -0
  469. package/types/fieldtypes/ProvisionBreakFeeElection.d.ts +21 -0
  470. package/types/fieldtypes/ProvisionCalculationAgent.d.ts +19 -0
  471. package/types/fieldtypes/ProvisionCashSettlMethod.d.ts +25 -0
  472. package/types/fieldtypes/ProvisionCashSettlPaymentDateType.d.ts +16 -0
  473. package/types/fieldtypes/ProvisionCashSettlQuoteType.d.ts +19 -0
  474. package/types/fieldtypes/ProvisionDateTenorUnit.d.ts +19 -0
  475. package/types/fieldtypes/ProvisionOptionExerciseEarliestDateOffsetUnit.d.ts +20 -0
  476. package/types/fieldtypes/ProvisionOptionExerciseFixedDateType.d.ts +16 -0
  477. package/types/fieldtypes/ProvisionOptionSinglePartyBuyerSide.d.ts +16 -0
  478. package/types/fieldtypes/ProvisionType.d.ts +23 -0
  479. package/types/fieldtypes/PublishTrdIndicator.d.ts +15 -0
  480. package/types/fieldtypes/PutOrCall.d.ts +15 -0
  481. package/types/fieldtypes/QtyType.d.ts +17 -0
  482. package/types/fieldtypes/QuoteAckStatus.d.ts +17 -0
  483. package/types/fieldtypes/QuoteAttributeType.d.ts +16 -0
  484. package/types/fieldtypes/QuoteCancelType.d.ts +25 -0
  485. package/types/fieldtypes/QuoteCondition.d.ts +131 -0
  486. package/types/fieldtypes/QuoteEntryRejectReason.d.ts +30 -0
  487. package/types/fieldtypes/QuoteEntryStatus.d.ts +29 -0
  488. package/types/fieldtypes/QuoteModelType.d.ts +13 -0
  489. package/types/fieldtypes/QuotePriceType.d.ts +54 -0
  490. package/types/fieldtypes/QuoteRejectReason.d.ts +54 -0
  491. package/types/fieldtypes/QuoteRequestRejectReason.d.ts +42 -0
  492. package/types/fieldtypes/QuoteRequestType.d.ts +17 -0
  493. package/types/fieldtypes/QuoteRespType.d.ts +28 -0
  494. package/types/fieldtypes/QuoteResponseLevel.d.ts +19 -0
  495. package/types/fieldtypes/QuoteSideIndicator.d.ts +13 -0
  496. package/types/fieldtypes/QuoteStatus.d.ts +56 -0
  497. package/types/fieldtypes/QuoteType.d.ts +21 -0
  498. package/types/fieldtypes/RateSource.d.ts +20 -0
  499. package/types/fieldtypes/RateSourceType.d.ts +15 -0
  500. package/types/fieldtypes/RefOrdIDReason.d.ts +17 -0
  501. package/types/fieldtypes/RefOrderIDSource.d.ts +22 -0
  502. package/types/fieldtypes/RefRiskLimitCheckIDType.d.ts +17 -0
  503. package/types/fieldtypes/ReferenceDataDateType.d.ts +15 -0
  504. package/types/fieldtypes/ReferenceEntityType.d.ts +31 -0
  505. package/types/fieldtypes/RegistRejReasonCode.d.ts +49 -0
  506. package/types/fieldtypes/RegistStatus.d.ts +19 -0
  507. package/types/fieldtypes/RegistTransType.d.ts +17 -0
  508. package/types/fieldtypes/RegulatoryReportType.d.ts +46 -0
  509. package/types/fieldtypes/RegulatoryTradeIDEvent.d.ts +23 -0
  510. package/types/fieldtypes/RegulatoryTradeIDScope.d.ts +15 -0
  511. package/types/fieldtypes/RegulatoryTradeIDType.d.ts +18 -0
  512. package/types/fieldtypes/RegulatoryTransactionType.d.ts +14 -0
  513. package/types/fieldtypes/RelatedInstrumentType.d.ts +21 -0
  514. package/types/fieldtypes/RelatedOrderIDSource.d.ts +17 -0
  515. package/types/fieldtypes/RelatedPositionIDSource.d.ts +17 -0
  516. package/types/fieldtypes/RelatedPriceSource.d.ts +15 -0
  517. package/types/fieldtypes/RelatedTradeIDSource.d.ts +25 -0
  518. package/types/fieldtypes/RelativeValueSide.d.ts +17 -0
  519. package/types/fieldtypes/RelativeValueType.d.ts +23 -0
  520. package/types/fieldtypes/ReleaseInstruction.d.ts +15 -0
  521. package/types/fieldtypes/RemunerationIndicator.d.ts +15 -0
  522. package/types/fieldtypes/ReportToExch.d.ts +15 -0
  523. package/types/fieldtypes/RequestResult.d.ts +25 -0
  524. package/types/fieldtypes/ResetSeqNumFlag.d.ts +15 -0
  525. package/types/fieldtypes/RespondentType.d.ts +19 -0
  526. package/types/fieldtypes/ResponseTransportType.d.ts +13 -0
  527. package/types/fieldtypes/RestructuringType.d.ts +19 -0
  528. package/types/fieldtypes/ReturnRateDateMode.d.ts +15 -0
  529. package/types/fieldtypes/ReturnRatePriceBasis.d.ts +18 -0
  530. package/types/fieldtypes/ReturnRatePriceSequence.d.ts +17 -0
  531. package/types/fieldtypes/ReturnRatePriceType.d.ts +15 -0
  532. package/types/fieldtypes/ReturnRateQuoteTimeType.d.ts +20 -0
  533. package/types/fieldtypes/ReturnRateValuationPriceOption.d.ts +16 -0
  534. package/types/fieldtypes/ReturnTrigger.d.ts +31 -0
  535. package/types/fieldtypes/RiskLimitAction.d.ts +27 -0
  536. package/types/fieldtypes/RiskLimitCheckModelType.d.ts +15 -0
  537. package/types/fieldtypes/RiskLimitCheckRequestResult.d.ts +24 -0
  538. package/types/fieldtypes/RiskLimitCheckRequestStatus.d.ts +20 -0
  539. package/types/fieldtypes/RiskLimitCheckRequestType.d.ts +13 -0
  540. package/types/fieldtypes/RiskLimitCheckStatus.d.ts +26 -0
  541. package/types/fieldtypes/RiskLimitCheckTransType.d.ts +17 -0
  542. package/types/fieldtypes/RiskLimitCheckType.d.ts +13 -0
  543. package/types/fieldtypes/RiskLimitReportRejectReason.d.ts +18 -0
  544. package/types/fieldtypes/RiskLimitReportStatus.d.ts +15 -0
  545. package/types/fieldtypes/RiskLimitRequestResult.d.ts +45 -0
  546. package/types/fieldtypes/RiskLimitRequestType.d.ts +17 -0
  547. package/types/fieldtypes/RiskLimitType.d.ts +38 -0
  548. package/types/fieldtypes/RoundingDirection.d.ts +17 -0
  549. package/types/fieldtypes/RoutingArrangementIndicator.d.ts +16 -0
  550. package/types/fieldtypes/RoutingType.d.ts +23 -0
  551. package/types/fieldtypes/Rule80A.d.ts +58 -0
  552. package/types/fieldtypes/Scope.d.ts +17 -0
  553. package/types/fieldtypes/SecurityClassificationReason.d.ts +28 -0
  554. package/types/fieldtypes/SecurityIDSource.d.ts +74 -0
  555. package/types/fieldtypes/SecurityListRequestType.d.ts +23 -0
  556. package/types/fieldtypes/SecurityListType.d.ts +19 -0
  557. package/types/fieldtypes/SecurityListTypeSource.d.ts +17 -0
  558. package/types/fieldtypes/SecurityRejectReason.d.ts +33 -0
  559. package/types/fieldtypes/SecurityRequestResult.d.ts +23 -0
  560. package/types/fieldtypes/SecurityRequestType.d.ts +31 -0
  561. package/types/fieldtypes/SecurityResponseType.d.ts +19 -0
  562. package/types/fieldtypes/SecurityStatus.d.ts +22 -0
  563. package/types/fieldtypes/SecurityTradingEvent.d.ts +29 -0
  564. package/types/fieldtypes/SecurityTradingStatus.d.ts +63 -0
  565. package/types/fieldtypes/SecurityType.d.ts +361 -0
  566. package/types/fieldtypes/SecurityUpdateAction.d.ts +17 -0
  567. package/types/fieldtypes/SelfMatchPreventionInstruction.d.ts +15 -0
  568. package/types/fieldtypes/Seniority.d.ts +20 -0
  569. package/types/fieldtypes/SessionRejectReason.d.ts +51 -0
  570. package/types/fieldtypes/SessionStatus.d.ts +33 -0
  571. package/types/fieldtypes/SettlCurrFxRateCalc.d.ts +15 -0
  572. package/types/fieldtypes/SettlDeliveryType.d.ts +19 -0
  573. package/types/fieldtypes/SettlDisruptionProvision.d.ts +15 -0
  574. package/types/fieldtypes/SettlInstMode.d.ts +23 -0
  575. package/types/fieldtypes/SettlInstReqRejCode.d.ts +19 -0
  576. package/types/fieldtypes/SettlInstSource.d.ts +17 -0
  577. package/types/fieldtypes/SettlInstTransType.d.ts +19 -0
  578. package/types/fieldtypes/SettlLocation.d.ts +26 -0
  579. package/types/fieldtypes/SettlMethod.d.ts +16 -0
  580. package/types/fieldtypes/SettlObligMode.d.ts +15 -0
  581. package/types/fieldtypes/SettlObligSource.d.ts +21 -0
  582. package/types/fieldtypes/SettlObligTransType.d.ts +19 -0
  583. package/types/fieldtypes/SettlPriceDeterminationMethod.d.ts +26 -0
  584. package/types/fieldtypes/SettlPriceType.d.ts +15 -0
  585. package/types/fieldtypes/SettlSessID.d.ts +19 -0
  586. package/types/fieldtypes/SettlStatusReportStatus.d.ts +16 -0
  587. package/types/fieldtypes/SettlStatusRequestStatus.d.ts +16 -0
  588. package/types/fieldtypes/SettlSubMethod.d.ts +18 -0
  589. package/types/fieldtypes/SettlType.d.ts +34 -0
  590. package/types/fieldtypes/SettlmntTyp.d.ts +32 -0
  591. package/types/fieldtypes/ShortSaleExemptionReason.d.ts +21 -0
  592. package/types/fieldtypes/ShortSaleReason.d.ts +23 -0
  593. package/types/fieldtypes/ShortSaleRestriction.d.ts +19 -0
  594. package/types/fieldtypes/Side.d.ts +42 -0
  595. package/types/fieldtypes/SideClearingTradePriceType.d.ts +15 -0
  596. package/types/fieldtypes/SideMultiLegReportingType.d.ts +17 -0
  597. package/types/fieldtypes/SideValueInd.d.ts +15 -0
  598. package/types/fieldtypes/SingleQuoteIndicator.d.ts +15 -0
  599. package/types/fieldtypes/SolicitedFlag.d.ts +15 -0
  600. package/types/fieldtypes/StandInstDbType.d.ts +21 -0
  601. package/types/fieldtypes/StatsType.d.ts +19 -0
  602. package/types/fieldtypes/StatusValue.d.ts +19 -0
  603. package/types/fieldtypes/StipulationType.d.ts +192 -0
  604. package/types/fieldtypes/StrategyParameterType.d.ts +69 -0
  605. package/types/fieldtypes/StrategyType.d.ts +23 -0
  606. package/types/fieldtypes/StreamAsgnAckType.d.ts +15 -0
  607. package/types/fieldtypes/StreamAsgnRejReason.d.ts +21 -0
  608. package/types/fieldtypes/StreamAsgnReqType.d.ts +15 -0
  609. package/types/fieldtypes/StreamAsgnType.d.ts +17 -0
  610. package/types/fieldtypes/StreamCommodityDataSourceIDType.d.ts +20 -0
  611. package/types/fieldtypes/StreamCommodityNearbySettlDayUnit.d.ts +16 -0
  612. package/types/fieldtypes/StreamNotionalAdjustments.d.ts +14 -0
  613. package/types/fieldtypes/StreamNotionalCommodityFrequency.d.ts +26 -0
  614. package/types/fieldtypes/StreamType.d.ts +15 -0
  615. package/types/fieldtypes/StrikeIndexQuote.d.ts +16 -0
  616. package/types/fieldtypes/StrikePriceBoundaryMethod.d.ts +21 -0
  617. package/types/fieldtypes/StrikePriceDeterminationMethod.d.ts +20 -0
  618. package/types/fieldtypes/SubscriptionRequestType.d.ts +17 -0
  619. package/types/fieldtypes/SwapClass.d.ts +19 -0
  620. package/types/fieldtypes/SwapSubClass.d.ts +21 -0
  621. package/types/fieldtypes/SymbolSfx.d.ts +15 -0
  622. package/types/fieldtypes/TargetStrategy.d.ts +17 -0
  623. package/types/fieldtypes/TaxAdvantageType.d.ts +73 -0
  624. package/types/fieldtypes/TaxonomyType.d.ts +13 -0
  625. package/types/fieldtypes/TerminationType.d.ts +19 -0
  626. package/types/fieldtypes/TestActionRequestStatus.d.ts +16 -0
  627. package/types/fieldtypes/TestActionType.d.ts +17 -0
  628. package/types/fieldtypes/TestGatewayDetailType.d.ts +21 -0
  629. package/types/fieldtypes/TestMessageIndicator.d.ts +15 -0
  630. package/types/fieldtypes/TestSuiteActivityState.d.ts +15 -0
  631. package/types/fieldtypes/TestSuiteRequestStatus.d.ts +16 -0
  632. package/types/fieldtypes/TestSuiteRequestTransType.d.ts +15 -0
  633. package/types/fieldtypes/TestSuiteStatus.d.ts +19 -0
  634. package/types/fieldtypes/TestThresholdType.d.ts +15 -0
  635. package/types/fieldtypes/ThrottleAction.d.ts +21 -0
  636. package/types/fieldtypes/ThrottleCountIndicator.d.ts +15 -0
  637. package/types/fieldtypes/ThrottleInst.d.ts +15 -0
  638. package/types/fieldtypes/ThrottleStatus.d.ts +15 -0
  639. package/types/fieldtypes/ThrottleType.d.ts +15 -0
  640. package/types/fieldtypes/TickDirection.d.ts +19 -0
  641. package/types/fieldtypes/TickRuleType.d.ts +22 -0
  642. package/types/fieldtypes/TimeInForce.d.ts +24 -0
  643. package/types/fieldtypes/TimeUnit.d.ts +29 -0
  644. package/types/fieldtypes/TradSesControl.d.ts +15 -0
  645. package/types/fieldtypes/TradSesEvent.d.ts +19 -0
  646. package/types/fieldtypes/TradSesMethod.d.ts +19 -0
  647. package/types/fieldtypes/TradSesMode.d.ts +17 -0
  648. package/types/fieldtypes/TradSesStatus.d.ts +25 -0
  649. package/types/fieldtypes/TradSesStatusRejReason.d.ts +15 -0
  650. package/types/fieldtypes/TradeAggregationRejectReason.d.ts +18 -0
  651. package/types/fieldtypes/TradeAggregationRequestStatus.d.ts +16 -0
  652. package/types/fieldtypes/TradeAggregationTransType.d.ts +17 -0
  653. package/types/fieldtypes/TradeAllocGroupInstruction.d.ts +15 -0
  654. package/types/fieldtypes/TradeAllocIndicator.d.ts +25 -0
  655. package/types/fieldtypes/TradeAllocStatus.d.ts +19 -0
  656. package/types/fieldtypes/TradeCollateralization.d.ts +20 -0
  657. package/types/fieldtypes/TradeCondition.d.ts +178 -0
  658. package/types/fieldtypes/TradeContingency.d.ts +14 -0
  659. package/types/fieldtypes/TradeContinuation.d.ts +67 -0
  660. package/types/fieldtypes/TradeHandlingInstr.d.ts +26 -0
  661. package/types/fieldtypes/TradeMatchAckStatus.d.ts +17 -0
  662. package/types/fieldtypes/TradeMatchRejectReason.d.ts +23 -0
  663. package/types/fieldtypes/TradePriceCondition.d.ts +42 -0
  664. package/types/fieldtypes/TradePriceNegotiationMethod.d.ts +26 -0
  665. package/types/fieldtypes/TradePublishIndicator.d.ts +18 -0
  666. package/types/fieldtypes/TradeQtyType.d.ts +27 -0
  667. package/types/fieldtypes/TradeReportRejectReason.d.ts +29 -0
  668. package/types/fieldtypes/TradeReportTransType.d.ts +23 -0
  669. package/types/fieldtypes/TradeReportType.d.ts +44 -0
  670. package/types/fieldtypes/TradeReportingIndicator.d.ts +28 -0
  671. package/types/fieldtypes/TradeRequestResult.d.ts +29 -0
  672. package/types/fieldtypes/TradeRequestStatus.d.ts +17 -0
  673. package/types/fieldtypes/TradeRequestType.d.ts +21 -0
  674. package/types/fieldtypes/TradeType.d.ts +20 -0
  675. package/types/fieldtypes/TradeVolType.d.ts +15 -0
  676. package/types/fieldtypes/TradedFlatSwitch.d.ts +15 -0
  677. package/types/fieldtypes/TradingCapacity.d.ts +27 -0
  678. package/types/fieldtypes/TradingSessionID.d.ts +25 -0
  679. package/types/fieldtypes/TradingSessionSubID.d.ts +33 -0
  680. package/types/fieldtypes/TransactionAttributeType.d.ts +14 -0
  681. package/types/fieldtypes/TransferRejectReason.d.ts +23 -0
  682. package/types/fieldtypes/TransferReportType.d.ts +15 -0
  683. package/types/fieldtypes/TransferScope.d.ts +17 -0
  684. package/types/fieldtypes/TransferStatus.d.ts +23 -0
  685. package/types/fieldtypes/TransferTransType.d.ts +17 -0
  686. package/types/fieldtypes/TransferType.d.ts +17 -0
  687. package/types/fieldtypes/TrdAckStatus.d.ts +17 -0
  688. package/types/fieldtypes/TrdRegPublicationReason.d.ts +29 -0
  689. package/types/fieldtypes/TrdRegPublicationType.d.ts +18 -0
  690. package/types/fieldtypes/TrdRegTimestampManualIndicator.d.ts +16 -0
  691. package/types/fieldtypes/TrdRegTimestampType.d.ts +60 -0
  692. package/types/fieldtypes/TrdRptStatus.d.ts +31 -0
  693. package/types/fieldtypes/TrdSubType.d.ts +104 -0
  694. package/types/fieldtypes/TrdType.d.ts +133 -0
  695. package/types/fieldtypes/TriggerAction.d.ts +17 -0
  696. package/types/fieldtypes/TriggerOrderType.d.ts +15 -0
  697. package/types/fieldtypes/TriggerPriceDirection.d.ts +15 -0
  698. package/types/fieldtypes/TriggerPriceType.d.ts +23 -0
  699. package/types/fieldtypes/TriggerPriceTypeScope.d.ts +19 -0
  700. package/types/fieldtypes/TriggerScope.d.ts +23 -0
  701. package/types/fieldtypes/TriggerType.d.ts +21 -0
  702. package/types/fieldtypes/Triggered.d.ts +23 -0
  703. package/types/fieldtypes/UnderlyingCashType.d.ts +15 -0
  704. package/types/fieldtypes/UnderlyingFXRateCalc.d.ts +15 -0
  705. package/types/fieldtypes/UnderlyingNotionalAdjustments.d.ts +15 -0
  706. package/types/fieldtypes/UnderlyingObligationType.d.ts +19 -0
  707. package/types/fieldtypes/UnderlyingPriceDeterminationMethod.d.ts +20 -0
  708. package/types/fieldtypes/UnderlyingSettlementType.d.ts +17 -0
  709. package/types/fieldtypes/UnitOfMeasure.d.ts +162 -0
  710. package/types/fieldtypes/UnsolicitedIndicator.d.ts +15 -0
  711. package/types/fieldtypes/UpfrontPriceType.d.ts +15 -0
  712. package/types/fieldtypes/Urgency.d.ts +17 -0
  713. package/types/fieldtypes/UserRequestType.d.ts +21 -0
  714. package/types/fieldtypes/UserStatus.d.ts +29 -0
  715. package/types/fieldtypes/ValuationMethod.d.ts +21 -0
  716. package/types/fieldtypes/ValueCheckAction.d.ts +14 -0
  717. package/types/fieldtypes/ValueCheckType.d.ts +14 -0
  718. package/types/fieldtypes/VenueType.d.ts +32 -0
  719. package/types/fieldtypes/VerificationMethod.d.ts +15 -0
  720. package/types/fieldtypes/WorkingIndicator.d.ts +15 -0
  721. package/types/fieldtypes/YieldType.d.ts +79 -0
  722. package/types/fieldtypes/index.d.ts +699 -0
  723. package/types/groups/Groups.d.ts +43 -0
  724. package/types/licensemanager/LicenseManager.d.ts +104 -0
  725. package/types/licensemanager/LicenseManagerUtils.d.ts +8 -0
  726. package/types/logger/Logger.d.ts +93 -0
  727. package/types/message/Message.d.ts +408 -0
  728. package/types/messagetemplates/MessageTemplates.d.ts +32 -0
  729. package/types/messagetype/MessageType.d.ts +138 -0
  730. package/types/session/ClientMessageProcessor.d.ts +13 -0
  731. package/types/session/ServerMessageProcessor.d.ts +13 -0
  732. package/types/session/SessionFirstMessage.d.ts +12 -0
  733. package/types/session/SessionLogon.d.ts +18 -0
  734. package/types/session/SessionLogout.d.ts +3 -0
  735. package/types/session/SessionResendRequest.d.ts +18 -0
  736. package/types/session/SessionSequence.d.ts +12 -0
  737. package/types/session/SessionSequenceReset.d.ts +11 -0
  738. package/types/session/SessionTestRequest.d.ts +11 -0
  739. package/types/spec/SpecCategories.d.ts +11 -0
  740. package/types/spec/SpecComponents.d.ts +30 -0
  741. package/types/spec/SpecDatatypes.d.ts +18 -0
  742. package/types/spec/SpecEnums.d.ts +18 -0
  743. package/types/spec/SpecFields.d.ts +19 -0
  744. package/types/spec/SpecGroups.d.ts +29 -0
  745. package/types/spec/SpecSections.d.ts +10 -0
  746. package/types/util/FrameDecoder.d.ts +7 -0
  747. package/types/util/timestamp.d.ts +2 -0
  748. package/types/util/util.d.ts +23 -0
@@ -0,0 +1,192 @@
1
+ /**
2
+ * StipulationType
3
+ * - Tag: 233
4
+ * - FIX Specification type: String
5
+ * - Mapped type: string
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StipulationType: Readonly<{
10
+ /** Alternative Minimum Tax (Y/N) */
11
+ readonly AlternativeMinimumTax: 'AMT';
12
+ readonly IncurredRecovery: 'INCURRCVY';
13
+ /** Absolute Prepayment Speed */
14
+ readonly AbsolutePrepaymentSpeed: 'ABS';
15
+ /** Auto Reinvestment at \<rate\> or better */
16
+ readonly AutoReinvestment: 'AUTOREINV';
17
+ readonly AdditionalTerm: 'ADDTRM';
18
+ /** Constant Prepayment Penalty */
19
+ readonly ConstantPrepaymentPenalty: 'CPP';
20
+ /** Bank qualified (Y/N) */
21
+ readonly BankQualified: 'BANKQUAL';
22
+ readonly ModifiedEquityDelivery: 'MODEQTYDLVY';
23
+ /** Constant Prepayment Rate */
24
+ readonly ConstantPrepaymentRate: 'CPR';
25
+ /** Bargain conditions (see StipulationValue (234) for values) */
26
+ readonly BargainConditions: 'BGNCON';
27
+ readonly NoReferenceOblication: 'NOREFOBLIG';
28
+ /** Constant Prepayment Yield */
29
+ readonly ConstantPrepaymentYield: 'CPY';
30
+ /** Coupon range */
31
+ readonly CouponRange: 'COUPON';
32
+ readonly UnknownReferenceObligation: 'UNKREFOBLIG';
33
+ /** final CPR of Home Equity Prepayment Curve */
34
+ readonly FinalCPROfHomeEquityPrepaymentCurve: 'HEP';
35
+ /** ISO Currency Code */
36
+ readonly ISOCurrencyCode: 'CURRENCY';
37
+ readonly AllGuarantees: 'ALLGUARANTEES';
38
+ /** Percent of Manufactured Housing Prepayment Curve */
39
+ readonly PercentOfManufacturedHousingPrepaymentCurve: 'MHP';
40
+ /** Custom start/end date */
41
+ readonly CustomStart: 'CUSTOMDATE';
42
+ readonly ReferencePrice: 'REFPX';
43
+ /** Monthly Prepayment Rate */
44
+ readonly MonthlyPrepaymentRate: 'MPR';
45
+ /** Geographics and % range (ex. 234=CA 0-80 [minimum of 80% California assets]) */
46
+ readonly Geographics: 'GEOG';
47
+ readonly ReferencePolicy: 'REFPOLICY';
48
+ /** Percent of Prospectus Prepayment Curve */
49
+ readonly PercentOfProspectusPrepaymentCurve: 'PPC';
50
+ /** Valuation Discount */
51
+ readonly ValuationDiscount: 'HAIRCUT';
52
+ readonly SecuredList: 'SECRDLIST';
53
+ /** Percent of BMA Prepayment Curve */
54
+ readonly PercentOfBMAPrepaymentCurve: 'PSA';
55
+ /** Insured (Y/N) */
56
+ readonly Insured: 'INSURED';
57
+ /** Single Monthly Mortality */
58
+ readonly SingleMonthlyMortality: 'SMM';
59
+ /** Year Or Year/Month of Issue (ex. 234=2002/09) */
60
+ readonly IssueDate: 'ISSUE';
61
+ /** Issuer's ticker */
62
+ readonly Issuer: 'ISSUER';
63
+ /** issue size range */
64
+ readonly IssueSizeRange: 'ISSUESIZE';
65
+ /** Lookback Days */
66
+ readonly LookbackDays: 'LOOKBACK';
67
+ /** Explicit lot identifier */
68
+ readonly ExplicitLotIdentifier: 'LOT';
69
+ /** Lot Variance (value in percent maximum over- or under-allocation allowed) */
70
+ readonly LotVariance: 'LOTVAR';
71
+ /** Maturity Year And Month */
72
+ readonly MaturityYearAndMonth: 'MAT';
73
+ /** Maturity range */
74
+ readonly MaturityRange: 'MATURITY';
75
+ /** Maximum substitutions (Repo) */
76
+ readonly MaximumSubstitutions: 'MAXSUBS';
77
+ /** Minimum denomination */
78
+ readonly MinimumDenomination: 'MINDNOM';
79
+ /** Minimum increment */
80
+ readonly MinimumIncrement: 'MININCR';
81
+ /** Minimum quantity */
82
+ readonly MinimumQuantity: 'MINQTY';
83
+ /** Payment frequency, calendar */
84
+ readonly PaymentFrequency: 'PAYFREQ';
85
+ /** Number Of Pieces */
86
+ readonly NumberOfPieces: 'PIECES';
87
+ /** Pools Maximum */
88
+ readonly PoolsMaximum: 'PMAX';
89
+ /** Pools per Lot */
90
+ readonly PoolsPerLot: 'PPL';
91
+ /** Pools per Million */
92
+ readonly PoolsPerMillion: 'PPM';
93
+ /** Pools per Trade */
94
+ readonly PoolsPerTrade: 'PPT';
95
+ /** Price Range */
96
+ readonly PriceRange: 'PRICE';
97
+ /** Pricing frequency */
98
+ readonly PricingFrequency: 'PRICEFREQ';
99
+ /** Production Year */
100
+ readonly ProductionYear: 'PROD';
101
+ /** Call protection */
102
+ readonly CallProtection: 'PROTECT';
103
+ /** Purpose */
104
+ readonly Purpose: 'PURPOSE';
105
+ /** Benchmark price source */
106
+ readonly BenchmarkPriceSource: 'PXSOURCE';
107
+ /** Rating source and range */
108
+ readonly RatingSourceAndRange: 'RATING';
109
+ /** Type Of Redemption - values are: NonCallable, Prefunded, EscrowedToMaturity, Putable, Convertible */
110
+ readonly TypeOfRedemption: 'REDEMPTION';
111
+ /** Restricted (Y/N) */
112
+ readonly Restricted: 'RESTRICTED';
113
+ /** Market Sector */
114
+ readonly MarketSector: 'SECTOR';
115
+ /** Security Type included or excluded */
116
+ readonly SecurityTypeIncludedOrExcluded: 'SECTYPE';
117
+ /** Structure */
118
+ readonly Structure: 'STRUCT';
119
+ /** Substitutions frequency (Repo) */
120
+ readonly SubstitutionsFrequency: 'SUBSFREQ';
121
+ /** Substitutions left (Repo) */
122
+ readonly SubstitutionsLeft: 'SUBSLEFT';
123
+ /** Freeform Text */
124
+ readonly FreeformText: 'TEXT';
125
+ /** Trade Variance (value in percent maximum over- or under-allocation allowed) */
126
+ readonly TradeVariance: 'TRDVAR';
127
+ /** Weighted Average Coupon - value in percent (exact or range) plus "Gross" or "Net" of servicing spread (the default) (ex. 234=6.5-Net [minimum of 6.5% net of servicing fee]) */
128
+ readonly WeightedAverageCoupon: 'WAC';
129
+ /** Weighted Average Life Coupon - value in percent (exact or range) */
130
+ readonly WeightedAverageLifeCoupon: 'WAL';
131
+ /** Weighted Average Loan Age - value in months (exact or range) */
132
+ readonly WeightedAverageLoanAge: 'WALA';
133
+ /** Weighted Average Maturity - value in months (exact or range) */
134
+ readonly WeightedAverageMaturity: 'WAM';
135
+ /** Whole Pool (Y/N) */
136
+ readonly WholePool: 'WHOLE';
137
+ /** Yield Range */
138
+ readonly YieldRange: 'YIELD';
139
+ readonly OriginalAmount: 'ORIGAMT';
140
+ /** Average FICO Score */
141
+ readonly AverageFICOScore: 'AVFICO';
142
+ /** Pool effective date */
143
+ readonly PoolEffectiveDate: 'POOLEFFDT';
144
+ /** Average Loan Size */
145
+ readonly AverageLoanSize: 'AVSIZE';
146
+ readonly PoolInitialFactor: 'POOLINITFCTR';
147
+ /** Maximum Loan Balance */
148
+ readonly MaximumLoanBalance: 'MAXBAL';
149
+ readonly Tranche: 'TRANCHE';
150
+ /** Pool Identifier */
151
+ readonly PoolIdentifier: 'POOL';
152
+ readonly Substitution: 'SUBSTITUTION';
153
+ /** Type of Roll trade */
154
+ readonly TypeOfRollTrade: 'ROLLTYPE';
155
+ readonly MULTEXCHFLLBCK: 'MULTEXCHFLLBCK';
156
+ /** Reference to rolling or closing trade */
157
+ readonly ReferenceToRollingOrClosingTrade: 'REFTRADE';
158
+ readonly COMPSECFLLBCK: 'COMPSECFLLBCK';
159
+ /** Principal to rolling or closing trade */
160
+ readonly PrincipalOfRollingOrClosingTrade: 'REFPRIN';
161
+ readonly LOCLJRSDCTN: 'LOCLJRSDCTN';
162
+ /** Interest of rolling or closing trade */
163
+ readonly InterestOfRollingOrClosingTrade: 'REFINT';
164
+ readonly RELVJRSDCTN: 'RELVJRSDCTN';
165
+ /** Available offer quantity to be shown to the street */
166
+ readonly AvailableOfferQuantityToBeShownToTheStreet: 'AVAILQTY';
167
+ /** Broker's sales credit */
168
+ readonly BrokerCredit: 'BROKERCREDIT';
169
+ /** Offer price to be shown to internal brokers */
170
+ readonly OfferPriceToBeShownToInternalBrokers: 'INTERNALPX';
171
+ /** Offer quantity to be shown to internal brokers */
172
+ readonly OfferQuantityToBeShownToInternalBrokers: 'INTERNALQTY';
173
+ /** The minimum residual offer quantity */
174
+ readonly TheMinimumResidualOfferQuantity: 'LEAVEQTY';
175
+ /** Maximum order size */
176
+ readonly MaximumOrderSize: 'MAXORDQTY';
177
+ /** Order quantity increment */
178
+ readonly OrderQuantityIncrement: 'ORDRINCR';
179
+ /** Primary or Secondary market indicator */
180
+ readonly PrimaryOrSecondaryMarketIndicator: 'PRIMARY';
181
+ /** Broker sales credit override */
182
+ readonly BrokerSalesCreditOverride: 'SALESCREDITOVR';
183
+ /** Trader's credit */
184
+ readonly TraderCredit: 'TRADERCREDIT';
185
+ /** Discount Rate (when price is denominated in percent of par) */
186
+ readonly DiscountRate: 'DISCOUNT';
187
+ /** Yield to Maturity (when YieldType(235) and Yield(236) show a different yield) */
188
+ readonly YieldToMaturity: 'YTM';
189
+ /** Interest payoff of rolling or amending trade */
190
+ readonly InterestPayoffOfRollingOrAmendingTrade: 'PAYOFF';
191
+ }>;
192
+ export type StipulationType = (typeof StipulationType)[keyof typeof StipulationType];
@@ -0,0 +1,69 @@
1
+ /**
2
+ * Datatype of the parameter
3
+ * - Tag: 959
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StrategyParameterType: Readonly<{
10
+ /** Int */
11
+ readonly Int: 1;
12
+ /** Length */
13
+ readonly Length: 2;
14
+ /** NumInGroup */
15
+ readonly NumInGroup: 3;
16
+ /** SeqNum */
17
+ readonly SeqNum: 4;
18
+ /** TagNum */
19
+ readonly TagNum: 5;
20
+ /** float */
21
+ readonly Float: 6;
22
+ /** Qty */
23
+ readonly Qty: 7;
24
+ /** Price */
25
+ readonly Price: 8;
26
+ /** PriceOffset */
27
+ readonly PriceOffset: 9;
28
+ /** Amt */
29
+ readonly Amt: 10;
30
+ /** Percentage */
31
+ readonly Percentage: 11;
32
+ /** Char */
33
+ readonly Char: 12;
34
+ /** Boolean */
35
+ readonly Boolean: 13;
36
+ /** String */
37
+ readonly String: 14;
38
+ /** MultipleCharValue */
39
+ readonly MultipleCharValue: 15;
40
+ /** Currency */
41
+ readonly Currency: 16;
42
+ /** Exchange */
43
+ readonly Exchange: 17;
44
+ /** MonthYear */
45
+ readonly MonthYear: 18;
46
+ /** UTCTimestamp */
47
+ readonly UTCTimestamp: 19;
48
+ /** UTCTimeOnly */
49
+ readonly UTCTimeOnly: 20;
50
+ /** LocalMktDate */
51
+ readonly LocalMktDate: 21;
52
+ /** UTCDateOnly */
53
+ readonly UTCDateOnly: 22;
54
+ /** data */
55
+ readonly Data: 23;
56
+ /** MultipleStringValue */
57
+ readonly MultipleStringValue: 24;
58
+ /** Country */
59
+ readonly Country: 25;
60
+ /** Language */
61
+ readonly Language: 26;
62
+ /** TZTimeOnly */
63
+ readonly TZTimeOnly: 27;
64
+ /** TZTimestamp */
65
+ readonly TZTimestamp: 28;
66
+ /** Tenor */
67
+ readonly Tenor: 29;
68
+ }>;
69
+ export type StrategyParameterType = (typeof StrategyParameterType)[keyof typeof StrategyParameterType];
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Specifies the type of trade strategy.
3
+ * - Tag: 2141
4
+ * - FIX Specification type: String
5
+ * - Mapped type: string
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StrategyType: Readonly<{
10
+ /** Straddle */
11
+ readonly Straddle: 'STD';
12
+ /** Strangle */
13
+ readonly Strangle: 'STG';
14
+ /** Butterfly */
15
+ readonly Butterfly: 'BF';
16
+ /** Condor */
17
+ readonly Condor: 'CNDR';
18
+ /** Callable inversible snowball */
19
+ readonly CallableInversibleSnowball: 'CISN';
20
+ /** Other */
21
+ readonly Other: 'OTHER';
22
+ }>;
23
+ export type StrategyType = (typeof StrategyType)[keyof typeof StrategyType];
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Type of acknowledgement.
3
+ * - Tag: 1503
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamAsgnAckType: Readonly<{
10
+ /** Assignment Accepted */
11
+ readonly AssignmentAccepted: 0;
12
+ /** Assignment Rejected */
13
+ readonly AssignmentRejected: 1;
14
+ }>;
15
+ export type StreamAsgnAckType = (typeof StreamAsgnAckType)[keyof typeof StreamAsgnAckType];
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Reason code for stream assignment request reject.
3
+ * - Tag: 1502
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamAsgnRejReason: Readonly<{
10
+ /** Unknown client */
11
+ readonly UnknownClient: 0;
12
+ /** Exceeds maximum size */
13
+ readonly ExceedsMaximumSize: 1;
14
+ /** Unknown or Invalid currency pair */
15
+ readonly UnknownOrInvalidCurrencyPair: 2;
16
+ /** No available stream */
17
+ readonly NoAvailableStream: 3;
18
+ /** Other */
19
+ readonly Other: 99;
20
+ }>;
21
+ export type StreamAsgnRejReason = (typeof StreamAsgnRejReason)[keyof typeof StreamAsgnRejReason];
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Type of stream assignment request.
3
+ * - Tag: 1498
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamAsgnReqType: Readonly<{
10
+ /** Stream assignment for new customer(s) */
11
+ readonly StreamAssignmentForNewCustomer: 1;
12
+ /** Stream assignment for existing customer(s) */
13
+ readonly StreamAssignmentForExistingCustomer: 2;
14
+ }>;
15
+ export type StreamAsgnReqType = (typeof StreamAsgnReqType)[keyof typeof StreamAsgnReqType];
@@ -0,0 +1,17 @@
1
+ /**
2
+ * The type of assignment being affected in the Stream Assignment Report.
3
+ * - Tag: 1617
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamAsgnType: Readonly<{
10
+ /** Assignment */
11
+ readonly Assignment: 1;
12
+ /** Rejected */
13
+ readonly Rejected: 2;
14
+ /** Terminate/Unassign */
15
+ readonly Terminate: 3;
16
+ }>;
17
+ export type StreamAsgnType = (typeof StreamAsgnType)[keyof typeof StreamAsgnType];
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Type of data source identifier.
3
+ * - Tag: 41282
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamCommodityDataSourceIDType: Readonly<{
10
+ /** City (4 character business center code) */
11
+ readonly City: 0;
12
+ /** Airport (IATA standard) */
13
+ readonly Airport: 1;
14
+ /** Weather station WBAN (Weather Bureau Army Navy) */
15
+ readonly WeatherStation: 2;
16
+ /** Weather index WMO (World Meteorological Organization) */
17
+ readonly WeatherIndex: 3;
18
+ }>;
19
+ export type StreamCommodityDataSourceIDType =
20
+ (typeof StreamCommodityDataSourceIDType)[keyof typeof StreamCommodityDataSourceIDType];
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Time unit associated with the nearby settlement day.
3
+ * - Tag: 41267
4
+ * - FIX Specification type: String
5
+ * - Mapped type: string
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamCommodityNearbySettlDayUnit: Readonly<{
10
+ /** Week */
11
+ readonly Week: 'Wk';
12
+ /** Month */
13
+ readonly Month: 'Mo';
14
+ }>;
15
+ export type StreamCommodityNearbySettlDayUnit =
16
+ (typeof StreamCommodityNearbySettlDayUnit)[keyof typeof StreamCommodityNearbySettlDayUnit];
@@ -0,0 +1,14 @@
1
+ /**
2
+ * For equity swaps this specifies the conditions that govern the adjustment to the number of units of the swap.
3
+ * - Tag: 42787
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamNotionalAdjustments: Readonly<{
10
+ readonly Execution: 0;
11
+ readonly PortfolioRebalancing: 1;
12
+ readonly Standard: 2;
13
+ }>;
14
+ export type StreamNotionalAdjustments = (typeof StreamNotionalAdjustments)[keyof typeof StreamNotionalAdjustments];
@@ -0,0 +1,26 @@
1
+ /**
2
+ * The commodity's notional or quantity delivery frequency.
3
+ * - Tag: 41308
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamNotionalCommodityFrequency: Readonly<{
10
+ /** Term */
11
+ readonly Term: 0;
12
+ /** Per business day */
13
+ readonly PerBusinessDay: 1;
14
+ /** Per calculation period */
15
+ readonly PerCalculationPeriod: 2;
16
+ /** Per settlement period */
17
+ readonly PerSettlPeriod: 3;
18
+ /** Per calendar day */
19
+ readonly PerCalendarDay: 4;
20
+ /** Per hour */
21
+ readonly PerHour: 5;
22
+ /** Per month */
23
+ readonly PerMonth: 6;
24
+ }>;
25
+ export type StreamNotionalCommodityFrequency =
26
+ (typeof StreamNotionalCommodityFrequency)[keyof typeof StreamNotionalCommodityFrequency];
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Type of swap stream.
3
+ * - Tag: 40050
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StreamType: Readonly<{
10
+ /** Payment / cash settlement */
11
+ readonly PaymentCashSettlement: 0;
12
+ /** Physical delivery */
13
+ readonly PhysicalDelivery: 1;
14
+ }>;
15
+ export type StreamType = (typeof StreamType)[keyof typeof StreamType];
@@ -0,0 +1,16 @@
1
+ /**
2
+ * The quote side from which the index price is to be determined.
3
+ * - Tag: 2601
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StrikeIndexQuote: Readonly<{
10
+ readonly Bid: 0;
11
+ /** Mid */
12
+ readonly Mid: 1;
13
+ /** Offer */
14
+ readonly Offer: 2;
15
+ }>;
16
+ export type StrikeIndexQuote = (typeof StrikeIndexQuote)[keyof typeof StrikeIndexQuote];
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Specifies the boundary condition to be used for the strike price relative to the underlying price at the point of option exercise.
3
+ * - Tag: 1479
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StrikePriceBoundaryMethod: Readonly<{
10
+ /** Less than underlying price is in-the-money (ITM) */
11
+ readonly LessThan: 1;
12
+ /** Less than or equal to the underlying price is in-the-money(ITM) */
13
+ readonly LessThanOrEqual: 2;
14
+ /** Equal to the underlying price is in-the-money(ITM) */
15
+ readonly Equal: 3;
16
+ /** Greater than or equal to underlying price is in-the-money(ITM) */
17
+ readonly GreaterThanOrEqual: 4;
18
+ /** Greater than underlying is in-the-money(ITM) */
19
+ readonly GreaterThan: 5;
20
+ }>;
21
+ export type StrikePriceBoundaryMethod = (typeof StrikePriceBoundaryMethod)[keyof typeof StrikePriceBoundaryMethod];
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Specifies how the strike price is determined at the point of option exercise. The strike may be fixed throughout the life of the option, set at expiration to the value of the underlying, set to the average value of the underlying , or set to the optimal value of the underlying.
3
+ * - Tag: 1478
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const StrikePriceDeterminationMethod: Readonly<{
10
+ /** Fixed strike (default if not specified) */
11
+ readonly FixedStrike: 1;
12
+ /** Strike set at expiration to underlying or other value (lookback floating) */
13
+ readonly StrikeSetAtExpiration: 2;
14
+ /** Strike set to average of underlying settlement price across the life of the option */
15
+ readonly StrikeSetToAverageAcrossLife: 3;
16
+ /** Strike set to optimal value */
17
+ readonly StrikeSetToOptimalValue: 4;
18
+ }>;
19
+ export type StrikePriceDeterminationMethod =
20
+ (typeof StrikePriceDeterminationMethod)[keyof typeof StrikePriceDeterminationMethod];
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Subscription Request Type
3
+ * - Tag: 263
4
+ * - FIX Specification type: char
5
+ * - Mapped type: string
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const SubscriptionRequestType: Readonly<{
10
+ /** Snapshot */
11
+ readonly Snapshot: '0';
12
+ /** Snapshot + Updates (Subscribe) */
13
+ readonly SnapshotAndUpdates: '1';
14
+ /** Disable previous Snapshot + Update Request (Unsubscribe) */
15
+ readonly DisablePreviousSnapshot: '2';
16
+ }>;
17
+ export type SubscriptionRequestType = (typeof SubscriptionRequestType)[keyof typeof SubscriptionRequestType];
@@ -0,0 +1,19 @@
1
+ /**
2
+ * The classification or type of swap. Additional values may be used by mutual agreement of the counterparties.
3
+ * - Tag: 1941
4
+ * - FIX Specification type: String
5
+ * - Mapped type: string
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const SwapClass: Readonly<{
10
+ /** Basis swap */
11
+ readonly BasisSwap: 'BS';
12
+ /** Index swap */
13
+ readonly IndexSwap: 'IX';
14
+ /** Broad-based security swap */
15
+ readonly BroadBasedSecuritySwap: 'BB';
16
+ /** Basket swap */
17
+ readonly BasketSwap: 'SK';
18
+ }>;
19
+ export type SwapClass = (typeof SwapClass)[keyof typeof SwapClass];
@@ -0,0 +1,21 @@
1
+ /**
2
+ * The sub-classification or notional schedule type of the swap.
3
+ * - Tag: 1575
4
+ * - FIX Specification type: String
5
+ * - Mapped type: string
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const SwapSubClass: Readonly<{
10
+ /** Amortizing notional schedule */
11
+ readonly Amortizing: 'AMTZ';
12
+ /** Compounding */
13
+ readonly Compounding: 'COMP';
14
+ /** Constant notional schedule */
15
+ readonly ConstantNotionalSchedule: 'CNST';
16
+ /** Accreting notional schedule */
17
+ readonly AccretingNotionalSchedule: 'ACRT';
18
+ /** Custom notional schedule */
19
+ readonly CustomNotionalSchedule: 'CUST';
20
+ }>;
21
+ export type SwapSubClass = (typeof SwapSubClass)[keyof typeof SwapSubClass];
@@ -0,0 +1,15 @@
1
+ /**
2
+ * SymbolSfx
3
+ * - Tag: 65
4
+ * - FIX Specification type: String
5
+ * - Mapped type: string
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const SymbolSfx: Readonly<{
10
+ /** EUCP with lump-sum interest rather than discount price */
11
+ readonly EUCPWithLumpSumInterest: 'CD';
12
+ /** "When Issued" for a security to be reissued under an old CUSIP or ISIN */
13
+ readonly WhenIssued: 'WI';
14
+ }>;
15
+ export type SymbolSfx = (typeof SymbolSfx)[keyof typeof SymbolSfx];
@@ -0,0 +1,17 @@
1
+ /**
2
+ * TargetStrategy
3
+ * - Tag: 847
4
+ * - FIX Specification type: int
5
+ * - Mapped type: number
6
+ * @readonly
7
+ * @public
8
+ */
9
+ export declare const TargetStrategy: Readonly<{
10
+ /** VWAP */
11
+ readonly VWAP: 1;
12
+ /** Participate (i.e. aim to be x percent of the market volume) */
13
+ readonly Participate: 2;
14
+ /** Mininize market impact */
15
+ readonly MininizeMarketImpact: 3;
16
+ }>;
17
+ export type TargetStrategy = (typeof TargetStrategy)[keyof typeof TargetStrategy];