fixparser 9.1.7-def37df3 → 9.1.7-edd9ee17
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/build/cjs/FIXParser.js +2 -2
- package/build/cjs/FIXParserBrowser.js +2 -2
- package/build/cjs/FIXServer.js +2 -2
- package/build/esm/FIXParser.mjs +2 -2
- package/build/esm/FIXParserBrowser.mjs +2 -2
- package/build/esm/FIXServer.mjs +2 -2
- package/package.json +1 -1
- package/types/FIXParser.d.ts +307 -0
- package/types/FIXParserBase.d.ts +124 -0
- package/types/FIXParserBrowser.d.ts +267 -0
- package/types/FIXServer.d.ts +342 -0
- package/types/IFIXParser.d.ts +182 -0
- package/types/components/Components.d.ts +41 -0
- package/types/enums/EnumType.d.ts +44 -0
- package/types/enums/Enums.d.ts +43 -0
- package/types/fields/Field.d.ts +91 -0
- package/types/fields/Fields.d.ts +42 -0
- package/types/fields/categories/Categories.d.ts +28 -0
- package/types/fields/categories/CategoryType.d.ts +27 -0
- package/types/fields/datatypes/Datatypes.d.ts +44 -0
- package/types/fields/sections/SectionType.d.ts +31 -0
- package/types/fields/sections/Sections.d.ts +28 -0
- package/types/fieldtypes/AccountType.d.ts +33 -0
- package/types/fieldtypes/AcctIDSource.d.ts +24 -0
- package/types/fieldtypes/Adjustment.d.ts +17 -0
- package/types/fieldtypes/AdjustmentType.d.ts +21 -0
- package/types/fieldtypes/AdvSide.d.ts +19 -0
- package/types/fieldtypes/AdvTransType.d.ts +17 -0
- package/types/fieldtypes/AffirmStatus.d.ts +17 -0
- package/types/fieldtypes/AggregatedBook.d.ts +15 -0
- package/types/fieldtypes/AggressorIndicator.d.ts +15 -0
- package/types/fieldtypes/AlgoCertificateReportStatus.d.ts +17 -0
- package/types/fieldtypes/AlgoCertificateReportTransType.d.ts +18 -0
- package/types/fieldtypes/AlgoCertificateReportType.d.ts +13 -0
- package/types/fieldtypes/AlgoCertificateRequestStatus.d.ts +17 -0
- package/types/fieldtypes/AlgoCertificateRequestTransType.d.ts +18 -0
- package/types/fieldtypes/AlgoCertificateRequestType.d.ts +15 -0
- package/types/fieldtypes/AlgoCertificateStatus.d.ts +15 -0
- package/types/fieldtypes/AlgorithmicTradeIndicator.d.ts +14 -0
- package/types/fieldtypes/AllocAccountType.d.ts +25 -0
- package/types/fieldtypes/AllocCancReplaceReason.d.ts +19 -0
- package/types/fieldtypes/AllocGroupStatus.d.ts +16 -0
- package/types/fieldtypes/AllocGroupSubQtyType.d.ts +17 -0
- package/types/fieldtypes/AllocHandlInst.d.ts +18 -0
- package/types/fieldtypes/AllocIntermedReqType.d.ts +23 -0
- package/types/fieldtypes/AllocLinkType.d.ts +15 -0
- package/types/fieldtypes/AllocMethod.d.ts +19 -0
- package/types/fieldtypes/AllocNoOrdersType.d.ts +15 -0
- package/types/fieldtypes/AllocPositionEffect.d.ts +19 -0
- package/types/fieldtypes/AllocRejCode.d.ts +70 -0
- package/types/fieldtypes/AllocReportType.d.ts +41 -0
- package/types/fieldtypes/AllocRequestStatus.d.ts +15 -0
- package/types/fieldtypes/AllocReversalStatus.d.ts +17 -0
- package/types/fieldtypes/AllocSettlInstType.d.ts +21 -0
- package/types/fieldtypes/AllocStatus.d.ts +40 -0
- package/types/fieldtypes/AllocTransType.d.ts +19 -0
- package/types/fieldtypes/AllocType.d.ts +56 -0
- package/types/fieldtypes/AllocationRollupInstruction.d.ts +16 -0
- package/types/fieldtypes/ApplLevelRecoveryIndicator.d.ts +15 -0
- package/types/fieldtypes/ApplQueueAction.d.ts +19 -0
- package/types/fieldtypes/ApplQueueResolution.d.ts +19 -0
- package/types/fieldtypes/ApplReportType.d.ts +19 -0
- package/types/fieldtypes/ApplReqType.d.ts +25 -0
- package/types/fieldtypes/ApplResponseError.d.ts +17 -0
- package/types/fieldtypes/ApplResponseType.d.ts +17 -0
- package/types/fieldtypes/ApplVerID.d.ts +33 -0
- package/types/fieldtypes/AsOfIndicator.d.ts +15 -0
- package/types/fieldtypes/AssetClass.d.ts +31 -0
- package/types/fieldtypes/AssetGroup.d.ts +14 -0
- package/types/fieldtypes/AssetSubClass.d.ts +103 -0
- package/types/fieldtypes/AssetValuationModel.d.ts +27 -0
- package/types/fieldtypes/AssignmentMethod.d.ts +15 -0
- package/types/fieldtypes/AttachmentEncodingType.d.ts +13 -0
- package/types/fieldtypes/AuctionInstruction.d.ts +15 -0
- package/types/fieldtypes/AuctionType.d.ts +29 -0
- package/types/fieldtypes/AveragePriceType.d.ts +15 -0
- package/types/fieldtypes/AvgPxIndicator.d.ts +20 -0
- package/types/fieldtypes/BasisPxType.d.ts +37 -0
- package/types/fieldtypes/BatchProcessMode.d.ts +14 -0
- package/types/fieldtypes/BeginString.d.ts +16 -0
- package/types/fieldtypes/Benchmark.d.ts +30 -0
- package/types/fieldtypes/BenchmarkCurveName.d.ts +116 -0
- package/types/fieldtypes/BidDescriptorType.d.ts +17 -0
- package/types/fieldtypes/BidRequestTransType.d.ts +15 -0
- package/types/fieldtypes/BidTradeType.d.ts +19 -0
- package/types/fieldtypes/BidType.d.ts +17 -0
- package/types/fieldtypes/BlockTrdAllocIndicator.d.ts +16 -0
- package/types/fieldtypes/BookingType.d.ts +17 -0
- package/types/fieldtypes/BookingUnit.d.ts +17 -0
- package/types/fieldtypes/BusinessDayConvention.d.ts +20 -0
- package/types/fieldtypes/BusinessRejectReason.d.ts +35 -0
- package/types/fieldtypes/CPProgram.d.ts +21 -0
- package/types/fieldtypes/CalculationMethod.d.ts +13 -0
- package/types/fieldtypes/CancellationRights.d.ts +19 -0
- package/types/fieldtypes/CashMargin.d.ts +17 -0
- package/types/fieldtypes/CashSettlPriceDefault.d.ts +13 -0
- package/types/fieldtypes/CashSettlQuoteMethod.d.ts +17 -0
- package/types/fieldtypes/CashSettlValuationMethod.d.ts +27 -0
- package/types/fieldtypes/ClearedIndicator.d.ts +15 -0
- package/types/fieldtypes/ClearingAccountType.d.ts +17 -0
- package/types/fieldtypes/ClearingFeeIndicator.d.ts +39 -0
- package/types/fieldtypes/ClearingInstruction.d.ts +41 -0
- package/types/fieldtypes/ClearingIntention.d.ts +15 -0
- package/types/fieldtypes/ClearingRequirementException.d.ts +19 -0
- package/types/fieldtypes/CollAction.d.ts +17 -0
- package/types/fieldtypes/CollApplType.d.ts +15 -0
- package/types/fieldtypes/CollAsgnReason.d.ts +28 -0
- package/types/fieldtypes/CollAsgnRejectReason.d.ts +25 -0
- package/types/fieldtypes/CollAsgnRespType.d.ts +21 -0
- package/types/fieldtypes/CollAsgnTransType.d.ts +21 -0
- package/types/fieldtypes/CollInquiryQualifier.d.ts +27 -0
- package/types/fieldtypes/CollInquiryResult.d.ts +33 -0
- package/types/fieldtypes/CollInquiryStatus.d.ts +21 -0
- package/types/fieldtypes/CollRptRejectReason.d.ts +23 -0
- package/types/fieldtypes/CollRptStatus.d.ts +17 -0
- package/types/fieldtypes/CollStatus.d.ts +22 -0
- package/types/fieldtypes/CollateralAmountType.d.ts +21 -0
- package/types/fieldtypes/CollateralReinvestmentType.d.ts +16 -0
- package/types/fieldtypes/CommType.d.ts +20 -0
- package/types/fieldtypes/CommissionAmountSubType.d.ts +16 -0
- package/types/fieldtypes/CommissionAmountType.d.ts +21 -0
- package/types/fieldtypes/CommodityFinalPriceType.d.ts +25 -0
- package/types/fieldtypes/ComplexEventCondition.d.ts +15 -0
- package/types/fieldtypes/ComplexEventCreditEventNotifyingParty.d.ts +18 -0
- package/types/fieldtypes/ComplexEventDateOffsetDayType.d.ts +24 -0
- package/types/fieldtypes/ComplexEventPVFinalPriceElectionFallback.d.ts +14 -0
- package/types/fieldtypes/ComplexEventPeriodType.d.ts +23 -0
- package/types/fieldtypes/ComplexEventPriceBoundaryMethod.d.ts +22 -0
- package/types/fieldtypes/ComplexEventPriceTimeType.d.ts +23 -0
- package/types/fieldtypes/ComplexEventQuoteBasis.d.ts +15 -0
- package/types/fieldtypes/ComplexEventType.d.ts +57 -0
- package/types/fieldtypes/ComplexOptPayoutTime.d.ts +25 -0
- package/types/fieldtypes/ConfirmRejReason.d.ts +50 -0
- package/types/fieldtypes/ConfirmStatus.d.ts +21 -0
- package/types/fieldtypes/ConfirmTransType.d.ts +17 -0
- package/types/fieldtypes/ConfirmType.d.ts +17 -0
- package/types/fieldtypes/ConfirmationMethod.d.ts +17 -0
- package/types/fieldtypes/ContAmtType.d.ts +41 -0
- package/types/fieldtypes/ContingencyType.d.ts +23 -0
- package/types/fieldtypes/ContractMultiplierUnit.d.ts +17 -0
- package/types/fieldtypes/ContractRefPosType.d.ts +19 -0
- package/types/fieldtypes/CorporateAction.d.ts +57 -0
- package/types/fieldtypes/CouponDayCount.d.ts +35 -0
- package/types/fieldtypes/CouponFrequencyUnit.d.ts +27 -0
- package/types/fieldtypes/CouponType.d.ts +19 -0
- package/types/fieldtypes/CoveredOrUncovered.d.ts +15 -0
- package/types/fieldtypes/CrossPrioritization.d.ts +17 -0
- package/types/fieldtypes/CrossType.d.ts +20 -0
- package/types/fieldtypes/CrossedIndicator.d.ts +14 -0
- package/types/fieldtypes/CurrencyCodeSource.d.ts +22 -0
- package/types/fieldtypes/CustOrderCapacity.d.ts +20 -0
- package/types/fieldtypes/CustOrderHandlingInst.d.ts +167 -0
- package/types/fieldtypes/CustomerOrFirm.d.ts +16 -0
- package/types/fieldtypes/CustomerPriority.d.ts +13 -0
- package/types/fieldtypes/CxlRejReason.d.ts +33 -0
- package/types/fieldtypes/CxlRejResponseTo.d.ts +15 -0
- package/types/fieldtypes/DKReason.d.ts +27 -0
- package/types/fieldtypes/DateRollConvention.d.ts +102 -0
- package/types/fieldtypes/DayBookingInst.d.ts +17 -0
- package/types/fieldtypes/DealingCapacity.d.ts +17 -0
- package/types/fieldtypes/DeleteReason.d.ts +15 -0
- package/types/fieldtypes/DeliveryForm.d.ts +15 -0
- package/types/fieldtypes/DeliveryScheduleSettlDay.d.ts +31 -0
- package/types/fieldtypes/DeliveryScheduleSettlFlowType.d.ts +24 -0
- package/types/fieldtypes/DeliveryScheduleSettlHolidaysProcessingInstruction.d.ts +16 -0
- package/types/fieldtypes/DeliveryScheduleSettlTimeType.d.ts +14 -0
- package/types/fieldtypes/DeliveryScheduleToleranceType.d.ts +16 -0
- package/types/fieldtypes/DeliveryScheduleType.d.ts +17 -0
- package/types/fieldtypes/DeliveryStreamDeliveryPointSource.d.ts +15 -0
- package/types/fieldtypes/DeliveryStreamDeliveryRestriction.d.ts +17 -0
- package/types/fieldtypes/DeliveryStreamElectingPartySide.d.ts +16 -0
- package/types/fieldtypes/DeliveryStreamTitleTransferCondition.d.ts +16 -0
- package/types/fieldtypes/DeliveryStreamToleranceOptionSide.d.ts +16 -0
- package/types/fieldtypes/DeliveryStreamType.d.ts +17 -0
- package/types/fieldtypes/DeliveryType.d.ts +20 -0
- package/types/fieldtypes/DeskType.d.ts +47 -0
- package/types/fieldtypes/DisclosureInstruction.d.ts +17 -0
- package/types/fieldtypes/DisclosureType.d.ts +24 -0
- package/types/fieldtypes/DiscretionInst.d.ts +27 -0
- package/types/fieldtypes/DiscretionLimitType.d.ts +17 -0
- package/types/fieldtypes/DiscretionMoveType.d.ts +15 -0
- package/types/fieldtypes/DiscretionOffsetType.d.ts +19 -0
- package/types/fieldtypes/DiscretionRoundDirection.d.ts +15 -0
- package/types/fieldtypes/DiscretionScope.d.ts +19 -0
- package/types/fieldtypes/DisplayMethod.d.ts +19 -0
- package/types/fieldtypes/DisplayWhen.d.ts +15 -0
- package/types/fieldtypes/DistribPaymentMethod.d.ts +37 -0
- package/types/fieldtypes/DividendAmountType.d.ts +15 -0
- package/types/fieldtypes/DividendComposition.d.ts +13 -0
- package/types/fieldtypes/DividendEntitlementEvent.d.ts +13 -0
- package/types/fieldtypes/DlvyInstType.d.ts +15 -0
- package/types/fieldtypes/DueToRelated.d.ts +15 -0
- package/types/fieldtypes/DuplicateClOrdIDIndicator.d.ts +15 -0
- package/types/fieldtypes/EmailType.d.ts +17 -0
- package/types/fieldtypes/EncryptMethod.d.ts +25 -0
- package/types/fieldtypes/EntitlementAttribDatatype.d.ts +81 -0
- package/types/fieldtypes/EntitlementRequestResult.d.ts +45 -0
- package/types/fieldtypes/EntitlementStatus.d.ts +20 -0
- package/types/fieldtypes/EntitlementSubType.d.ts +19 -0
- package/types/fieldtypes/EntitlementType.d.ts +26 -0
- package/types/fieldtypes/EventInitiatorType.d.ts +17 -0
- package/types/fieldtypes/EventTimeUnit.d.ts +25 -0
- package/types/fieldtypes/EventType.d.ts +65 -0
- package/types/fieldtypes/ExDestinationIDSource.d.ts +21 -0
- package/types/fieldtypes/ExDestinationType.d.ts +15 -0
- package/types/fieldtypes/ExchangeForPhysical.d.ts +15 -0
- package/types/fieldtypes/ExecAckStatus.d.ts +17 -0
- package/types/fieldtypes/ExecInst.d.ts +117 -0
- package/types/fieldtypes/ExecMethod.d.ts +15 -0
- package/types/fieldtypes/ExecPriceType.d.ts +27 -0
- package/types/fieldtypes/ExecRestatementReason.d.ts +51 -0
- package/types/fieldtypes/ExecTransType.d.ts +20 -0
- package/types/fieldtypes/ExecType.d.ts +55 -0
- package/types/fieldtypes/ExecTypeReason.d.ts +41 -0
- package/types/fieldtypes/ExerciseConfirmationMethod.d.ts +19 -0
- package/types/fieldtypes/ExerciseMethod.d.ts +15 -0
- package/types/fieldtypes/ExerciseStyle.d.ts +19 -0
- package/types/fieldtypes/ExpirationCycle.d.ts +17 -0
- package/types/fieldtypes/ExpirationQtyType.d.ts +21 -0
- package/types/fieldtypes/ExtraordinaryEventAdjustmentMethod.d.ts +14 -0
- package/types/fieldtypes/FXBenchmark.d.ts +20 -0
- package/types/fieldtypes/Field.d.ts +11446 -0
- package/types/fieldtypes/FinancialStatus.d.ts +17 -0
- package/types/fieldtypes/FlowScheduleType.d.ts +33 -0
- package/types/fieldtypes/ForexReq.d.ts +15 -0
- package/types/fieldtypes/FundRenewWaiv.d.ts +15 -0
- package/types/fieldtypes/FundingSource.d.ts +18 -0
- package/types/fieldtypes/GTBookingInst.d.ts +17 -0
- package/types/fieldtypes/GapFillFlag.d.ts +15 -0
- package/types/fieldtypes/HaltReason.d.ts +23 -0
- package/types/fieldtypes/HandlInst.d.ts +17 -0
- package/types/fieldtypes/IDSource.d.ts +30 -0
- package/types/fieldtypes/IOINaturalFlag.d.ts +15 -0
- package/types/fieldtypes/IOIQltyInd.d.ts +17 -0
- package/types/fieldtypes/IOIQty.d.ts +19 -0
- package/types/fieldtypes/IOIQualifier.d.ts +63 -0
- package/types/fieldtypes/IOIShares.d.ts +18 -0
- package/types/fieldtypes/IOITransType.d.ts +17 -0
- package/types/fieldtypes/IRSDirection.d.ts +16 -0
- package/types/fieldtypes/ImpliedMarketIndicator.d.ts +19 -0
- package/types/fieldtypes/InTheMoneyCondition.d.ts +15 -0
- package/types/fieldtypes/InViewOfCommon.d.ts +15 -0
- package/types/fieldtypes/IncTaxInd.d.ts +15 -0
- package/types/fieldtypes/IndividualAllocType.d.ts +15 -0
- package/types/fieldtypes/InstrAttribType.d.ts +88 -0
- package/types/fieldtypes/InstrmtAssignmentMethod.d.ts +15 -0
- package/types/fieldtypes/InstrumentScopeOperator.d.ts +15 -0
- package/types/fieldtypes/LastCapacity.d.ts +21 -0
- package/types/fieldtypes/LastFragment.d.ts +15 -0
- package/types/fieldtypes/LastLiquidityInd.d.ts +27 -0
- package/types/fieldtypes/LastRptRequested.d.ts +15 -0
- package/types/fieldtypes/LegSwapType.d.ts +19 -0
- package/types/fieldtypes/LegalConfirm.d.ts +15 -0
- package/types/fieldtypes/LienSeniority.d.ts +19 -0
- package/types/fieldtypes/LimitAmtType.d.ts +23 -0
- package/types/fieldtypes/LiquidityIndType.d.ts +19 -0
- package/types/fieldtypes/ListExecInstType.d.ts +21 -0
- package/types/fieldtypes/ListMethod.d.ts +15 -0
- package/types/fieldtypes/ListOrderStatus.d.ts +25 -0
- package/types/fieldtypes/ListRejectReason.d.ts +25 -0
- package/types/fieldtypes/ListStatusType.d.ts +23 -0
- package/types/fieldtypes/ListUpdateAction.d.ts +19 -0
- package/types/fieldtypes/LoanFacility.d.ts +23 -0
- package/types/fieldtypes/LocateReqd.d.ts +15 -0
- package/types/fieldtypes/LockType.d.ts +26 -0
- package/types/fieldtypes/LotType.d.ts +19 -0
- package/types/fieldtypes/MDBookType.d.ts +17 -0
- package/types/fieldtypes/MDEntryType.d.ts +93 -0
- package/types/fieldtypes/MDImplicitDelete.d.ts +15 -0
- package/types/fieldtypes/MDOriginType.d.ts +25 -0
- package/types/fieldtypes/MDReportEvent.d.ts +25 -0
- package/types/fieldtypes/MDReqRejReason.d.ts +39 -0
- package/types/fieldtypes/MDSecSizeType.d.ts +14 -0
- package/types/fieldtypes/MDStatisticIntervalType.d.ts +19 -0
- package/types/fieldtypes/MDStatisticRatioType.d.ts +23 -0
- package/types/fieldtypes/MDStatisticRequestResult.d.ts +51 -0
- package/types/fieldtypes/MDStatisticScope.d.ts +70 -0
- package/types/fieldtypes/MDStatisticScopeType.d.ts +21 -0
- package/types/fieldtypes/MDStatisticStatus.d.ts +15 -0
- package/types/fieldtypes/MDStatisticSubScope.d.ts +46 -0
- package/types/fieldtypes/MDStatisticType.d.ts +42 -0
- package/types/fieldtypes/MDStatisticValueType.d.ts +15 -0
- package/types/fieldtypes/MDUpdateAction.d.ts +23 -0
- package/types/fieldtypes/MDUpdateType.d.ts +15 -0
- package/types/fieldtypes/MDValueTier.d.ts +17 -0
- package/types/fieldtypes/MarginAmtType.d.ts +47 -0
- package/types/fieldtypes/MarginDirection.d.ts +13 -0
- package/types/fieldtypes/MarginReqmtInqQualifier.d.ts +19 -0
- package/types/fieldtypes/MarginReqmtInqResult.d.ts +31 -0
- package/types/fieldtypes/MarginReqmtRptType.d.ts +17 -0
- package/types/fieldtypes/MarketCondition.d.ts +14 -0
- package/types/fieldtypes/MarketDisruptionFallbackProvision.d.ts +16 -0
- package/types/fieldtypes/MarketDisruptionFallbackUnderlierType.d.ts +36 -0
- package/types/fieldtypes/MarketDisruptionProvision.d.ts +19 -0
- package/types/fieldtypes/MarketMakerActivity.d.ts +19 -0
- package/types/fieldtypes/MarketSegmentRelationship.d.ts +14 -0
- package/types/fieldtypes/MarketSegmentStatus.d.ts +14 -0
- package/types/fieldtypes/MarketSegmentType.d.ts +14 -0
- package/types/fieldtypes/MassActionReason.d.ts +26 -0
- package/types/fieldtypes/MassActionRejectReason.d.ts +37 -0
- package/types/fieldtypes/MassActionResponse.d.ts +17 -0
- package/types/fieldtypes/MassActionScope.d.ts +35 -0
- package/types/fieldtypes/MassActionType.d.ts +17 -0
- package/types/fieldtypes/MassCancelRejectReason.d.ts +37 -0
- package/types/fieldtypes/MassCancelRequestType.d.ts +35 -0
- package/types/fieldtypes/MassCancelResponse.d.ts +37 -0
- package/types/fieldtypes/MassOrderRequestResult.d.ts +21 -0
- package/types/fieldtypes/MassOrderRequestStatus.d.ts +17 -0
- package/types/fieldtypes/MassStatusReqType.d.ts +31 -0
- package/types/fieldtypes/MatchExceptionElementType.d.ts +38 -0
- package/types/fieldtypes/MatchExceptionToleranceValueType.d.ts +15 -0
- package/types/fieldtypes/MatchExceptionType.d.ts +25 -0
- package/types/fieldtypes/MatchInst.d.ts +15 -0
- package/types/fieldtypes/MatchStatus.d.ts +18 -0
- package/types/fieldtypes/MatchType.d.ts +67 -0
- package/types/fieldtypes/MatchingDataPointIndicator.d.ts +15 -0
- package/types/fieldtypes/MaturityMonthYearFormat.d.ts +17 -0
- package/types/fieldtypes/MaturityMonthYearIncrementUnits.d.ts +20 -0
- package/types/fieldtypes/Message.d.ts +333 -0
- package/types/fieldtypes/MessageEncoding.d.ts +20 -0
- package/types/fieldtypes/MetricsCalculationPriceSource.d.ts +14 -0
- package/types/fieldtypes/MinQtyMethod.d.ts +15 -0
- package/types/fieldtypes/MiscFeeBasis.d.ts +14 -0
- package/types/fieldtypes/MiscFeeQualifier.d.ts +13 -0
- package/types/fieldtypes/MiscFeeType.d.ts +69 -0
- package/types/fieldtypes/ModelType.d.ts +15 -0
- package/types/fieldtypes/MoneyLaunderingStatus.d.ts +21 -0
- package/types/fieldtypes/MsgDirection.d.ts +15 -0
- package/types/fieldtypes/MsgType.d.ts +189 -0
- package/types/fieldtypes/MultiJurisdictionReportingIndicator.d.ts +16 -0
- package/types/fieldtypes/MultiLegReportingType.d.ts +17 -0
- package/types/fieldtypes/MultiLegRptTypeReq.d.ts +17 -0
- package/types/fieldtypes/MultilegModel.d.ts +17 -0
- package/types/fieldtypes/MultilegPriceMethod.d.ts +23 -0
- package/types/fieldtypes/NBBOEntryType.d.ts +15 -0
- package/types/fieldtypes/NBBOSource.d.ts +15 -0
- package/types/fieldtypes/NegotiationMethod.d.ts +14 -0
- package/types/fieldtypes/NetGrossInd.d.ts +15 -0
- package/types/fieldtypes/NetworkRequestType.d.ts +19 -0
- package/types/fieldtypes/NetworkStatusResponseType.d.ts +15 -0
- package/types/fieldtypes/NewsCategory.d.ts +21 -0
- package/types/fieldtypes/NewsRefType.d.ts +18 -0
- package/types/fieldtypes/NoSides.d.ts +15 -0
- package/types/fieldtypes/NonCashDividendTreatment.d.ts +13 -0
- package/types/fieldtypes/NonDeliverableFixingDateType.d.ts +16 -0
- package/types/fieldtypes/NotAffectedReason.d.ts +15 -0
- package/types/fieldtypes/NotifyBrokerOfCredit.d.ts +15 -0
- package/types/fieldtypes/ObligationType.d.ts +19 -0
- package/types/fieldtypes/OddLot.d.ts +15 -0
- package/types/fieldtypes/OffsetInstruction.d.ts +13 -0
- package/types/fieldtypes/OffshoreIndicator.d.ts +14 -0
- package/types/fieldtypes/OpenClose.d.ts +16 -0
- package/types/fieldtypes/OpenCloseSettlFlag.d.ts +23 -0
- package/types/fieldtypes/OpenCloseSettleFlag.d.ts +18 -0
- package/types/fieldtypes/OptPayoutType.d.ts +29 -0
- package/types/fieldtypes/OptionExerciseDateType.d.ts +15 -0
- package/types/fieldtypes/OrdRejReason.d.ts +70 -0
- package/types/fieldtypes/OrdStatus.d.ts +41 -0
- package/types/fieldtypes/OrdType.d.ts +59 -0
- package/types/fieldtypes/OrderAttributeType.d.ts +26 -0
- package/types/fieldtypes/OrderCapacity.d.ts +24 -0
- package/types/fieldtypes/OrderCategory.d.ts +31 -0
- package/types/fieldtypes/OrderDelayUnit.d.ts +35 -0
- package/types/fieldtypes/OrderEntryAction.d.ts +21 -0
- package/types/fieldtypes/OrderEventReason.d.ts +37 -0
- package/types/fieldtypes/OrderEventType.d.ts +33 -0
- package/types/fieldtypes/OrderHandlingInstSource.d.ts +15 -0
- package/types/fieldtypes/OrderOrigination.d.ts +23 -0
- package/types/fieldtypes/OrderOwnershipIndicator.d.ts +16 -0
- package/types/fieldtypes/OrderRelationship.d.ts +15 -0
- package/types/fieldtypes/OrderResponseLevel.d.ts +15 -0
- package/types/fieldtypes/OrderRestrictions.d.ts +47 -0
- package/types/fieldtypes/OrigCustOrderCapacity.d.ts +19 -0
- package/types/fieldtypes/OwnerType.d.ts +53 -0
- package/types/fieldtypes/OwnershipType.d.ts +17 -0
- package/types/fieldtypes/PartyActionRejectReason.d.ts +19 -0
- package/types/fieldtypes/PartyActionResponse.d.ts +14 -0
- package/types/fieldtypes/PartyActionType.d.ts +17 -0
- package/types/fieldtypes/PartyDetailDefinitionStatus.d.ts +18 -0
- package/types/fieldtypes/PartyDetailRequestResult.d.ts +23 -0
- package/types/fieldtypes/PartyDetailRequestStatus.d.ts +19 -0
- package/types/fieldtypes/PartyDetailRoleQualifier.d.ts +54 -0
- package/types/fieldtypes/PartyDetailStatus.d.ts +17 -0
- package/types/fieldtypes/PartyIDSource.d.ts +63 -0
- package/types/fieldtypes/PartyRelationship.d.ts +89 -0
- package/types/fieldtypes/PartyRiskLimitStatus.d.ts +13 -0
- package/types/fieldtypes/PartyRole.d.ts +237 -0
- package/types/fieldtypes/PartySubIDType.d.ts +147 -0
- package/types/fieldtypes/PayReportStatus.d.ts +18 -0
- package/types/fieldtypes/PayReportTransType.d.ts +16 -0
- package/types/fieldtypes/PayRequestStatus.d.ts +18 -0
- package/types/fieldtypes/PayRequestTransType.d.ts +15 -0
- package/types/fieldtypes/PaymentDateOffsetDayType.d.ts +23 -0
- package/types/fieldtypes/PaymentForwardStartType.d.ts +19 -0
- package/types/fieldtypes/PaymentMethod.d.ts +52 -0
- package/types/fieldtypes/PaymentPaySide.d.ts +15 -0
- package/types/fieldtypes/PaymentScheduleStepRelativeTo.d.ts +16 -0
- package/types/fieldtypes/PaymentScheduleType.d.ts +59 -0
- package/types/fieldtypes/PaymentSettlStyle.d.ts +17 -0
- package/types/fieldtypes/PaymentStreamAveragingMethod.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamCapRateBuySide.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamCompoundingMethod.d.ts +20 -0
- package/types/fieldtypes/PaymentStreamDiscountType.d.ts +15 -0
- package/types/fieldtypes/PaymentStreamFRADiscounting.d.ts +18 -0
- package/types/fieldtypes/PaymentStreamFloorRateBuySide.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamInflationInterpolationMethod.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamInflationLagDayType.d.ts +24 -0
- package/types/fieldtypes/PaymentStreamInflationLagUnit.d.ts +20 -0
- package/types/fieldtypes/PaymentStreamInterpolationPeriod.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamLinkStrikePriceType.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamNegativeRateTreatment.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamPaymentDateOffsetDayType.d.ts +24 -0
- package/types/fieldtypes/PaymentStreamPaymentDateOffsetUnit.d.ts +20 -0
- package/types/fieldtypes/PaymentStreamPaymentFrequencyUnit.d.ts +22 -0
- package/types/fieldtypes/PaymentStreamPricingDayDistribution.d.ts +20 -0
- package/types/fieldtypes/PaymentStreamPricingDayOfWeek.d.ts +28 -0
- package/types/fieldtypes/PaymentStreamRateIndexCurveUnit.d.ts +20 -0
- package/types/fieldtypes/PaymentStreamRateIndexSource.d.ts +20 -0
- package/types/fieldtypes/PaymentStreamRateSpreadPositionType.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamRateSpreadType.d.ts +16 -0
- package/types/fieldtypes/PaymentStreamRateTreatment.d.ts +15 -0
- package/types/fieldtypes/PaymentStreamRealizedVarianceMethod.d.ts +15 -0
- package/types/fieldtypes/PaymentStreamResetWeeklyRollConvention.d.ts +26 -0
- package/types/fieldtypes/PaymentStreamSettlLevel.d.ts +15 -0
- package/types/fieldtypes/PaymentStreamType.d.ts +31 -0
- package/types/fieldtypes/PaymentStubLength.d.ts +15 -0
- package/types/fieldtypes/PaymentStubType.d.ts +19 -0
- package/types/fieldtypes/PaymentSubType.d.ts +30 -0
- package/types/fieldtypes/PaymentType.d.ts +41 -0
- package/types/fieldtypes/PegLimitType.d.ts +17 -0
- package/types/fieldtypes/PegMoveType.d.ts +15 -0
- package/types/fieldtypes/PegOffsetType.d.ts +21 -0
- package/types/fieldtypes/PegPriceType.d.ts +28 -0
- package/types/fieldtypes/PegRoundDirection.d.ts +15 -0
- package/types/fieldtypes/PegScope.d.ts +19 -0
- package/types/fieldtypes/PosAmtReason.d.ts +24 -0
- package/types/fieldtypes/PosAmtType.d.ts +77 -0
- package/types/fieldtypes/PosMaintAction.d.ts +15 -0
- package/types/fieldtypes/PosMaintResult.d.ts +17 -0
- package/types/fieldtypes/PosMaintStatus.d.ts +21 -0
- package/types/fieldtypes/PosQtyStatus.d.ts +17 -0
- package/types/fieldtypes/PosReqResult.d.ts +22 -0
- package/types/fieldtypes/PosReqStatus.d.ts +17 -0
- package/types/fieldtypes/PosReqType.d.ts +33 -0
- package/types/fieldtypes/PosTransType.d.ts +36 -0
- package/types/fieldtypes/PosType.d.ts +81 -0
- package/types/fieldtypes/PositionCapacity.d.ts +19 -0
- package/types/fieldtypes/PositionEffect.d.ts +23 -0
- package/types/fieldtypes/PossDupFlag.d.ts +15 -0
- package/types/fieldtypes/PossResend.d.ts +15 -0
- package/types/fieldtypes/PostTradePaymentDebitOrCredit.d.ts +16 -0
- package/types/fieldtypes/PostTradePaymentStatus.d.ts +16 -0
- package/types/fieldtypes/PreallocMethod.d.ts +15 -0
- package/types/fieldtypes/PreviouslyReported.d.ts +13 -0
- package/types/fieldtypes/PriceLimitType.d.ts +17 -0
- package/types/fieldtypes/PriceMovementType.d.ts +15 -0
- package/types/fieldtypes/PriceProtectionScope.d.ts +19 -0
- package/types/fieldtypes/PriceQualifier.d.ts +14 -0
- package/types/fieldtypes/PriceQuoteMethod.d.ts +19 -0
- package/types/fieldtypes/PriceType.d.ts +56 -0
- package/types/fieldtypes/PriorityIndicator.d.ts +15 -0
- package/types/fieldtypes/PrivateQuote.d.ts +15 -0
- package/types/fieldtypes/ProcessCode.d.ts +25 -0
- package/types/fieldtypes/Product.d.ts +37 -0
- package/types/fieldtypes/ProgRptReqs.d.ts +17 -0
- package/types/fieldtypes/ProtectionTermEventDayType.d.ts +23 -0
- package/types/fieldtypes/ProtectionTermEventQualifier.d.ts +15 -0
- package/types/fieldtypes/ProtectionTermEventUnit.d.ts +19 -0
- package/types/fieldtypes/ProvisionBreakFeeElection.d.ts +21 -0
- package/types/fieldtypes/ProvisionCalculationAgent.d.ts +19 -0
- package/types/fieldtypes/ProvisionCashSettlMethod.d.ts +25 -0
- package/types/fieldtypes/ProvisionCashSettlPaymentDateType.d.ts +16 -0
- package/types/fieldtypes/ProvisionCashSettlQuoteType.d.ts +19 -0
- package/types/fieldtypes/ProvisionDateTenorUnit.d.ts +19 -0
- package/types/fieldtypes/ProvisionOptionExerciseEarliestDateOffsetUnit.d.ts +20 -0
- package/types/fieldtypes/ProvisionOptionExerciseFixedDateType.d.ts +16 -0
- package/types/fieldtypes/ProvisionOptionSinglePartyBuyerSide.d.ts +16 -0
- package/types/fieldtypes/ProvisionType.d.ts +23 -0
- package/types/fieldtypes/PublishTrdIndicator.d.ts +15 -0
- package/types/fieldtypes/PutOrCall.d.ts +15 -0
- package/types/fieldtypes/QtyType.d.ts +17 -0
- package/types/fieldtypes/QuoteAckStatus.d.ts +17 -0
- package/types/fieldtypes/QuoteAttributeType.d.ts +16 -0
- package/types/fieldtypes/QuoteCancelType.d.ts +25 -0
- package/types/fieldtypes/QuoteCondition.d.ts +131 -0
- package/types/fieldtypes/QuoteEntryRejectReason.d.ts +30 -0
- package/types/fieldtypes/QuoteEntryStatus.d.ts +29 -0
- package/types/fieldtypes/QuoteModelType.d.ts +13 -0
- package/types/fieldtypes/QuotePriceType.d.ts +54 -0
- package/types/fieldtypes/QuoteRejectReason.d.ts +54 -0
- package/types/fieldtypes/QuoteRequestRejectReason.d.ts +42 -0
- package/types/fieldtypes/QuoteRequestType.d.ts +17 -0
- package/types/fieldtypes/QuoteRespType.d.ts +28 -0
- package/types/fieldtypes/QuoteResponseLevel.d.ts +19 -0
- package/types/fieldtypes/QuoteSideIndicator.d.ts +13 -0
- package/types/fieldtypes/QuoteStatus.d.ts +56 -0
- package/types/fieldtypes/QuoteType.d.ts +21 -0
- package/types/fieldtypes/RateSource.d.ts +20 -0
- package/types/fieldtypes/RateSourceType.d.ts +15 -0
- package/types/fieldtypes/RefOrdIDReason.d.ts +17 -0
- package/types/fieldtypes/RefOrderIDSource.d.ts +22 -0
- package/types/fieldtypes/RefRiskLimitCheckIDType.d.ts +17 -0
- package/types/fieldtypes/ReferenceDataDateType.d.ts +15 -0
- package/types/fieldtypes/ReferenceEntityType.d.ts +31 -0
- package/types/fieldtypes/RegistRejReasonCode.d.ts +49 -0
- package/types/fieldtypes/RegistStatus.d.ts +19 -0
- package/types/fieldtypes/RegistTransType.d.ts +17 -0
- package/types/fieldtypes/RegulatoryReportType.d.ts +46 -0
- package/types/fieldtypes/RegulatoryTradeIDEvent.d.ts +23 -0
- package/types/fieldtypes/RegulatoryTradeIDScope.d.ts +15 -0
- package/types/fieldtypes/RegulatoryTradeIDType.d.ts +18 -0
- package/types/fieldtypes/RegulatoryTransactionType.d.ts +14 -0
- package/types/fieldtypes/RelatedInstrumentType.d.ts +21 -0
- package/types/fieldtypes/RelatedOrderIDSource.d.ts +17 -0
- package/types/fieldtypes/RelatedPositionIDSource.d.ts +17 -0
- package/types/fieldtypes/RelatedPriceSource.d.ts +15 -0
- package/types/fieldtypes/RelatedTradeIDSource.d.ts +25 -0
- package/types/fieldtypes/RelativeValueSide.d.ts +17 -0
- package/types/fieldtypes/RelativeValueType.d.ts +23 -0
- package/types/fieldtypes/ReleaseInstruction.d.ts +15 -0
- package/types/fieldtypes/RemunerationIndicator.d.ts +15 -0
- package/types/fieldtypes/ReportToExch.d.ts +15 -0
- package/types/fieldtypes/RequestResult.d.ts +25 -0
- package/types/fieldtypes/ResetSeqNumFlag.d.ts +15 -0
- package/types/fieldtypes/RespondentType.d.ts +19 -0
- package/types/fieldtypes/ResponseTransportType.d.ts +13 -0
- package/types/fieldtypes/RestructuringType.d.ts +19 -0
- package/types/fieldtypes/ReturnRateDateMode.d.ts +15 -0
- package/types/fieldtypes/ReturnRatePriceBasis.d.ts +18 -0
- package/types/fieldtypes/ReturnRatePriceSequence.d.ts +17 -0
- package/types/fieldtypes/ReturnRatePriceType.d.ts +15 -0
- package/types/fieldtypes/ReturnRateQuoteTimeType.d.ts +20 -0
- package/types/fieldtypes/ReturnRateValuationPriceOption.d.ts +16 -0
- package/types/fieldtypes/ReturnTrigger.d.ts +31 -0
- package/types/fieldtypes/RiskLimitAction.d.ts +27 -0
- package/types/fieldtypes/RiskLimitCheckModelType.d.ts +15 -0
- package/types/fieldtypes/RiskLimitCheckRequestResult.d.ts +24 -0
- package/types/fieldtypes/RiskLimitCheckRequestStatus.d.ts +20 -0
- package/types/fieldtypes/RiskLimitCheckRequestType.d.ts +13 -0
- package/types/fieldtypes/RiskLimitCheckStatus.d.ts +26 -0
- package/types/fieldtypes/RiskLimitCheckTransType.d.ts +17 -0
- package/types/fieldtypes/RiskLimitCheckType.d.ts +13 -0
- package/types/fieldtypes/RiskLimitReportRejectReason.d.ts +18 -0
- package/types/fieldtypes/RiskLimitReportStatus.d.ts +15 -0
- package/types/fieldtypes/RiskLimitRequestResult.d.ts +45 -0
- package/types/fieldtypes/RiskLimitRequestType.d.ts +17 -0
- package/types/fieldtypes/RiskLimitType.d.ts +38 -0
- package/types/fieldtypes/RoundingDirection.d.ts +17 -0
- package/types/fieldtypes/RoutingArrangementIndicator.d.ts +16 -0
- package/types/fieldtypes/RoutingType.d.ts +23 -0
- package/types/fieldtypes/Rule80A.d.ts +58 -0
- package/types/fieldtypes/Scope.d.ts +17 -0
- package/types/fieldtypes/SecurityClassificationReason.d.ts +28 -0
- package/types/fieldtypes/SecurityIDSource.d.ts +74 -0
- package/types/fieldtypes/SecurityListRequestType.d.ts +23 -0
- package/types/fieldtypes/SecurityListType.d.ts +19 -0
- package/types/fieldtypes/SecurityListTypeSource.d.ts +17 -0
- package/types/fieldtypes/SecurityRejectReason.d.ts +33 -0
- package/types/fieldtypes/SecurityRequestResult.d.ts +23 -0
- package/types/fieldtypes/SecurityRequestType.d.ts +31 -0
- package/types/fieldtypes/SecurityResponseType.d.ts +19 -0
- package/types/fieldtypes/SecurityStatus.d.ts +22 -0
- package/types/fieldtypes/SecurityTradingEvent.d.ts +29 -0
- package/types/fieldtypes/SecurityTradingStatus.d.ts +63 -0
- package/types/fieldtypes/SecurityType.d.ts +361 -0
- package/types/fieldtypes/SecurityUpdateAction.d.ts +17 -0
- package/types/fieldtypes/SelfMatchPreventionInstruction.d.ts +15 -0
- package/types/fieldtypes/Seniority.d.ts +20 -0
- package/types/fieldtypes/SessionRejectReason.d.ts +51 -0
- package/types/fieldtypes/SessionStatus.d.ts +33 -0
- package/types/fieldtypes/SettlCurrFxRateCalc.d.ts +15 -0
- package/types/fieldtypes/SettlDeliveryType.d.ts +19 -0
- package/types/fieldtypes/SettlDisruptionProvision.d.ts +15 -0
- package/types/fieldtypes/SettlInstMode.d.ts +23 -0
- package/types/fieldtypes/SettlInstReqRejCode.d.ts +19 -0
- package/types/fieldtypes/SettlInstSource.d.ts +17 -0
- package/types/fieldtypes/SettlInstTransType.d.ts +19 -0
- package/types/fieldtypes/SettlLocation.d.ts +26 -0
- package/types/fieldtypes/SettlMethod.d.ts +16 -0
- package/types/fieldtypes/SettlObligMode.d.ts +15 -0
- package/types/fieldtypes/SettlObligSource.d.ts +21 -0
- package/types/fieldtypes/SettlObligTransType.d.ts +19 -0
- package/types/fieldtypes/SettlPriceDeterminationMethod.d.ts +26 -0
- package/types/fieldtypes/SettlPriceType.d.ts +15 -0
- package/types/fieldtypes/SettlSessID.d.ts +19 -0
- package/types/fieldtypes/SettlStatusReportStatus.d.ts +16 -0
- package/types/fieldtypes/SettlStatusRequestStatus.d.ts +16 -0
- package/types/fieldtypes/SettlSubMethod.d.ts +18 -0
- package/types/fieldtypes/SettlType.d.ts +34 -0
- package/types/fieldtypes/SettlmntTyp.d.ts +32 -0
- package/types/fieldtypes/ShortSaleExemptionReason.d.ts +21 -0
- package/types/fieldtypes/ShortSaleReason.d.ts +23 -0
- package/types/fieldtypes/ShortSaleRestriction.d.ts +19 -0
- package/types/fieldtypes/Side.d.ts +42 -0
- package/types/fieldtypes/SideClearingTradePriceType.d.ts +15 -0
- package/types/fieldtypes/SideMultiLegReportingType.d.ts +17 -0
- package/types/fieldtypes/SideValueInd.d.ts +15 -0
- package/types/fieldtypes/SingleQuoteIndicator.d.ts +15 -0
- package/types/fieldtypes/SolicitedFlag.d.ts +15 -0
- package/types/fieldtypes/StandInstDbType.d.ts +21 -0
- package/types/fieldtypes/StatsType.d.ts +19 -0
- package/types/fieldtypes/StatusValue.d.ts +19 -0
- package/types/fieldtypes/StipulationType.d.ts +192 -0
- package/types/fieldtypes/StrategyParameterType.d.ts +69 -0
- package/types/fieldtypes/StrategyType.d.ts +23 -0
- package/types/fieldtypes/StreamAsgnAckType.d.ts +15 -0
- package/types/fieldtypes/StreamAsgnRejReason.d.ts +21 -0
- package/types/fieldtypes/StreamAsgnReqType.d.ts +15 -0
- package/types/fieldtypes/StreamAsgnType.d.ts +17 -0
- package/types/fieldtypes/StreamCommodityDataSourceIDType.d.ts +20 -0
- package/types/fieldtypes/StreamCommodityNearbySettlDayUnit.d.ts +16 -0
- package/types/fieldtypes/StreamNotionalAdjustments.d.ts +14 -0
- package/types/fieldtypes/StreamNotionalCommodityFrequency.d.ts +26 -0
- package/types/fieldtypes/StreamType.d.ts +15 -0
- package/types/fieldtypes/StrikeIndexQuote.d.ts +16 -0
- package/types/fieldtypes/StrikePriceBoundaryMethod.d.ts +21 -0
- package/types/fieldtypes/StrikePriceDeterminationMethod.d.ts +20 -0
- package/types/fieldtypes/SubscriptionRequestType.d.ts +17 -0
- package/types/fieldtypes/SwapClass.d.ts +19 -0
- package/types/fieldtypes/SwapSubClass.d.ts +21 -0
- package/types/fieldtypes/SymbolSfx.d.ts +15 -0
- package/types/fieldtypes/TargetStrategy.d.ts +17 -0
- package/types/fieldtypes/TaxAdvantageType.d.ts +73 -0
- package/types/fieldtypes/TaxonomyType.d.ts +13 -0
- package/types/fieldtypes/TerminationType.d.ts +19 -0
- package/types/fieldtypes/TestActionRequestStatus.d.ts +16 -0
- package/types/fieldtypes/TestActionType.d.ts +17 -0
- package/types/fieldtypes/TestGatewayDetailType.d.ts +21 -0
- package/types/fieldtypes/TestMessageIndicator.d.ts +15 -0
- package/types/fieldtypes/TestSuiteActivityState.d.ts +15 -0
- package/types/fieldtypes/TestSuiteRequestStatus.d.ts +16 -0
- package/types/fieldtypes/TestSuiteRequestTransType.d.ts +15 -0
- package/types/fieldtypes/TestSuiteStatus.d.ts +19 -0
- package/types/fieldtypes/TestThresholdType.d.ts +15 -0
- package/types/fieldtypes/ThrottleAction.d.ts +21 -0
- package/types/fieldtypes/ThrottleCountIndicator.d.ts +15 -0
- package/types/fieldtypes/ThrottleInst.d.ts +15 -0
- package/types/fieldtypes/ThrottleStatus.d.ts +15 -0
- package/types/fieldtypes/ThrottleType.d.ts +15 -0
- package/types/fieldtypes/TickDirection.d.ts +19 -0
- package/types/fieldtypes/TickRuleType.d.ts +22 -0
- package/types/fieldtypes/TimeInForce.d.ts +24 -0
- package/types/fieldtypes/TimeUnit.d.ts +29 -0
- package/types/fieldtypes/TradSesControl.d.ts +15 -0
- package/types/fieldtypes/TradSesEvent.d.ts +19 -0
- package/types/fieldtypes/TradSesMethod.d.ts +19 -0
- package/types/fieldtypes/TradSesMode.d.ts +17 -0
- package/types/fieldtypes/TradSesStatus.d.ts +25 -0
- package/types/fieldtypes/TradSesStatusRejReason.d.ts +15 -0
- package/types/fieldtypes/TradeAggregationRejectReason.d.ts +18 -0
- package/types/fieldtypes/TradeAggregationRequestStatus.d.ts +16 -0
- package/types/fieldtypes/TradeAggregationTransType.d.ts +17 -0
- package/types/fieldtypes/TradeAllocGroupInstruction.d.ts +15 -0
- package/types/fieldtypes/TradeAllocIndicator.d.ts +25 -0
- package/types/fieldtypes/TradeAllocStatus.d.ts +19 -0
- package/types/fieldtypes/TradeCollateralization.d.ts +20 -0
- package/types/fieldtypes/TradeCondition.d.ts +178 -0
- package/types/fieldtypes/TradeContingency.d.ts +14 -0
- package/types/fieldtypes/TradeContinuation.d.ts +67 -0
- package/types/fieldtypes/TradeHandlingInstr.d.ts +26 -0
- package/types/fieldtypes/TradeMatchAckStatus.d.ts +17 -0
- package/types/fieldtypes/TradeMatchRejectReason.d.ts +23 -0
- package/types/fieldtypes/TradePriceCondition.d.ts +42 -0
- package/types/fieldtypes/TradePriceNegotiationMethod.d.ts +26 -0
- package/types/fieldtypes/TradePublishIndicator.d.ts +18 -0
- package/types/fieldtypes/TradeQtyType.d.ts +27 -0
- package/types/fieldtypes/TradeReportRejectReason.d.ts +29 -0
- package/types/fieldtypes/TradeReportTransType.d.ts +23 -0
- package/types/fieldtypes/TradeReportType.d.ts +44 -0
- package/types/fieldtypes/TradeReportingIndicator.d.ts +28 -0
- package/types/fieldtypes/TradeRequestResult.d.ts +29 -0
- package/types/fieldtypes/TradeRequestStatus.d.ts +17 -0
- package/types/fieldtypes/TradeRequestType.d.ts +21 -0
- package/types/fieldtypes/TradeType.d.ts +20 -0
- package/types/fieldtypes/TradeVolType.d.ts +15 -0
- package/types/fieldtypes/TradedFlatSwitch.d.ts +15 -0
- package/types/fieldtypes/TradingCapacity.d.ts +27 -0
- package/types/fieldtypes/TradingSessionID.d.ts +25 -0
- package/types/fieldtypes/TradingSessionSubID.d.ts +33 -0
- package/types/fieldtypes/TransactionAttributeType.d.ts +14 -0
- package/types/fieldtypes/TransferRejectReason.d.ts +23 -0
- package/types/fieldtypes/TransferReportType.d.ts +15 -0
- package/types/fieldtypes/TransferScope.d.ts +17 -0
- package/types/fieldtypes/TransferStatus.d.ts +23 -0
- package/types/fieldtypes/TransferTransType.d.ts +17 -0
- package/types/fieldtypes/TransferType.d.ts +17 -0
- package/types/fieldtypes/TrdAckStatus.d.ts +17 -0
- package/types/fieldtypes/TrdRegPublicationReason.d.ts +29 -0
- package/types/fieldtypes/TrdRegPublicationType.d.ts +18 -0
- package/types/fieldtypes/TrdRegTimestampManualIndicator.d.ts +16 -0
- package/types/fieldtypes/TrdRegTimestampType.d.ts +60 -0
- package/types/fieldtypes/TrdRptStatus.d.ts +31 -0
- package/types/fieldtypes/TrdSubType.d.ts +104 -0
- package/types/fieldtypes/TrdType.d.ts +133 -0
- package/types/fieldtypes/TriggerAction.d.ts +17 -0
- package/types/fieldtypes/TriggerOrderType.d.ts +15 -0
- package/types/fieldtypes/TriggerPriceDirection.d.ts +15 -0
- package/types/fieldtypes/TriggerPriceType.d.ts +23 -0
- package/types/fieldtypes/TriggerPriceTypeScope.d.ts +19 -0
- package/types/fieldtypes/TriggerScope.d.ts +23 -0
- package/types/fieldtypes/TriggerType.d.ts +21 -0
- package/types/fieldtypes/Triggered.d.ts +23 -0
- package/types/fieldtypes/UnderlyingCashType.d.ts +15 -0
- package/types/fieldtypes/UnderlyingFXRateCalc.d.ts +15 -0
- package/types/fieldtypes/UnderlyingNotionalAdjustments.d.ts +15 -0
- package/types/fieldtypes/UnderlyingObligationType.d.ts +19 -0
- package/types/fieldtypes/UnderlyingPriceDeterminationMethod.d.ts +20 -0
- package/types/fieldtypes/UnderlyingSettlementType.d.ts +17 -0
- package/types/fieldtypes/UnitOfMeasure.d.ts +162 -0
- package/types/fieldtypes/UnsolicitedIndicator.d.ts +15 -0
- package/types/fieldtypes/UpfrontPriceType.d.ts +15 -0
- package/types/fieldtypes/Urgency.d.ts +17 -0
- package/types/fieldtypes/UserRequestType.d.ts +21 -0
- package/types/fieldtypes/UserStatus.d.ts +29 -0
- package/types/fieldtypes/ValuationMethod.d.ts +21 -0
- package/types/fieldtypes/ValueCheckAction.d.ts +14 -0
- package/types/fieldtypes/ValueCheckType.d.ts +14 -0
- package/types/fieldtypes/VenueType.d.ts +32 -0
- package/types/fieldtypes/VerificationMethod.d.ts +15 -0
- package/types/fieldtypes/WorkingIndicator.d.ts +15 -0
- package/types/fieldtypes/YieldType.d.ts +79 -0
- package/types/fieldtypes/index.d.ts +699 -0
- package/types/groups/Groups.d.ts +43 -0
- package/types/licensemanager/LicenseManager.d.ts +104 -0
- package/types/licensemanager/LicenseManagerUtils.d.ts +8 -0
- package/types/logger/Logger.d.ts +93 -0
- package/types/message/Message.d.ts +408 -0
- package/types/messagetemplates/MessageTemplates.d.ts +32 -0
- package/types/messagetype/MessageType.d.ts +138 -0
- package/types/session/ClientMessageProcessor.d.ts +13 -0
- package/types/session/ServerMessageProcessor.d.ts +13 -0
- package/types/session/SessionFirstMessage.d.ts +12 -0
- package/types/session/SessionLogon.d.ts +18 -0
- package/types/session/SessionLogout.d.ts +3 -0
- package/types/session/SessionResendRequest.d.ts +18 -0
- package/types/session/SessionSequence.d.ts +12 -0
- package/types/session/SessionSequenceReset.d.ts +11 -0
- package/types/session/SessionTestRequest.d.ts +11 -0
- package/types/spec/SpecCategories.d.ts +11 -0
- package/types/spec/SpecComponents.d.ts +30 -0
- package/types/spec/SpecDatatypes.d.ts +18 -0
- package/types/spec/SpecEnums.d.ts +18 -0
- package/types/spec/SpecFields.d.ts +19 -0
- package/types/spec/SpecGroups.d.ts +29 -0
- package/types/spec/SpecSections.d.ts +10 -0
- package/types/util/FrameDecoder.d.ts +7 -0
- package/types/util/timestamp.d.ts +2 -0
- package/types/util/util.d.ts +23 -0
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import type { KeyObject } from 'node:tls';
|
|
2
|
+
import type { ProxyAgent } from 'proxy-agent';
|
|
3
|
+
import type { IMessageStore } from 'fixparser-common';
|
|
4
|
+
import type { FIXParser } from './FIXParser';
|
|
5
|
+
import type { ConnectionType, FIXParserBase, Options as FIXParserOptions, Protocol } from './FIXParserBase';
|
|
6
|
+
import type { Options as FIXParserBrowserOptions } from './FIXParserBrowser';
|
|
7
|
+
import type { Field } from './fields/Field';
|
|
8
|
+
import type { Logger } from './logger/Logger';
|
|
9
|
+
import type { Message } from './message/Message';
|
|
10
|
+
import type { Parser } from './util/util';
|
|
11
|
+
/**
|
|
12
|
+
* Interface defining the core functionality for FIX protocol communication.
|
|
13
|
+
* This interface is implemented by various FIX parser classes to provide consistent
|
|
14
|
+
* FIX protocol handling across different environments (browser, server, etc.).
|
|
15
|
+
*/
|
|
16
|
+
export interface IFIXParser {
|
|
17
|
+
host: string | undefined;
|
|
18
|
+
port: number | undefined;
|
|
19
|
+
protocol: Protocol | undefined;
|
|
20
|
+
sender: string | undefined;
|
|
21
|
+
target: string | undefined;
|
|
22
|
+
heartBeatInterval: number;
|
|
23
|
+
fixVersion: string;
|
|
24
|
+
connectionType: ConnectionType;
|
|
25
|
+
parserName: Parser;
|
|
26
|
+
fixParserBase?: FIXParserBase;
|
|
27
|
+
messageCounter?: number;
|
|
28
|
+
heartBeatIntervalId: ReturnType<typeof setInterval> | undefined;
|
|
29
|
+
connected: boolean;
|
|
30
|
+
messageStoreIn: IMessageStore<Message>;
|
|
31
|
+
messageStoreOut: IMessageStore<Message>;
|
|
32
|
+
fixParser?: FIXParser;
|
|
33
|
+
isLoggedIn?: boolean;
|
|
34
|
+
requestedLogout?: boolean;
|
|
35
|
+
logger: Logger;
|
|
36
|
+
logging: boolean;
|
|
37
|
+
proxy?: ProxyAgent;
|
|
38
|
+
tlsKey?: string | Buffer | Array<string | Buffer | KeyObject>;
|
|
39
|
+
tlsCert?: string | Buffer | Array<string | Buffer>;
|
|
40
|
+
tlsUseSNI?: boolean;
|
|
41
|
+
tlsSkipStdInPipe?: boolean;
|
|
42
|
+
skipValidation?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Registers a callback function to be invoked when a FIX message is received.
|
|
45
|
+
* Multiple callbacks can be registered and all will be triggered.
|
|
46
|
+
*
|
|
47
|
+
* @param {FIXParserOptions['onMessage']} callback - The callback function to handle incoming FIX messages.
|
|
48
|
+
*/
|
|
49
|
+
addOnMessageCallback(callback: FIXParserOptions['onMessage']): void;
|
|
50
|
+
/**
|
|
51
|
+
* Registers a callback function to be invoked when the FIX connection is successfully established.
|
|
52
|
+
* Multiple callbacks can be registered and all will be triggered.
|
|
53
|
+
*
|
|
54
|
+
* @param {FIXParserOptions['onOpen']} callback - The callback function to handle connection opening.
|
|
55
|
+
*/
|
|
56
|
+
addOnOpenCallback(callback: FIXParserOptions['onOpen']): void;
|
|
57
|
+
/**
|
|
58
|
+
* Registers a callback function to be invoked when a FIX connection error occurs.
|
|
59
|
+
* Multiple callbacks can be registered and all will be triggered.
|
|
60
|
+
*
|
|
61
|
+
* @param {FIXParserOptions['onError']} callback - The callback function to handle connection errors.
|
|
62
|
+
*/
|
|
63
|
+
addOnErrorCallback(callback: FIXParserOptions['onError']): void;
|
|
64
|
+
/**
|
|
65
|
+
* Registers a callback function to be invoked when the FIX connection is closed.
|
|
66
|
+
* Multiple callbacks can be registered and all will be triggered.
|
|
67
|
+
*
|
|
68
|
+
* @param {FIXParserOptions['onClose']} callback - The callback function to handle connection closure.
|
|
69
|
+
*/
|
|
70
|
+
addOnCloseCallback(callback: FIXParserOptions['onClose']): void;
|
|
71
|
+
/**
|
|
72
|
+
* Registers a callback function to be invoked when the FIX connection is ready for use.
|
|
73
|
+
* Multiple callbacks can be registered and all will be triggered.
|
|
74
|
+
*
|
|
75
|
+
* @param {FIXParserOptions['onReady']} callback - The callback function to handle connection readiness.
|
|
76
|
+
*/
|
|
77
|
+
addOnReadyCallback(callback: FIXParserOptions['onReady']): void;
|
|
78
|
+
/**
|
|
79
|
+
* Callback function that is invoked when a FIX message is received.
|
|
80
|
+
*
|
|
81
|
+
* @param {Message} message - The received FIX message.
|
|
82
|
+
*/
|
|
83
|
+
onMessageCallback?: FIXParserOptions['onMessage'];
|
|
84
|
+
/**
|
|
85
|
+
* Callback function that is invoked when the FIX connection is established.
|
|
86
|
+
*/
|
|
87
|
+
onOpenCallback?: FIXParserOptions['onOpen'];
|
|
88
|
+
/**
|
|
89
|
+
* Callback function that is invoked when a FIX connection error occurs.
|
|
90
|
+
*
|
|
91
|
+
* @param {Error} error - The error that occurred.
|
|
92
|
+
*/
|
|
93
|
+
onErrorCallback?: FIXParserOptions['onError'];
|
|
94
|
+
/**
|
|
95
|
+
* Callback function that is invoked when the FIX connection is closed.
|
|
96
|
+
*/
|
|
97
|
+
onCloseCallback?: FIXParserOptions['onClose'];
|
|
98
|
+
/**
|
|
99
|
+
* Callback function that is invoked when the FIX connection is ready for use.
|
|
100
|
+
*/
|
|
101
|
+
onReadyCallback?: FIXParserOptions['onReady'];
|
|
102
|
+
/**
|
|
103
|
+
* Connect to a remote FIX server/gateway.
|
|
104
|
+
*
|
|
105
|
+
* @param {FIXParserOptions | FIXParserBrowserOptions} options - Connection options.
|
|
106
|
+
* @returns {void}
|
|
107
|
+
*/
|
|
108
|
+
connect?(options: FIXParserOptions | FIXParserBrowserOptions): void;
|
|
109
|
+
/**
|
|
110
|
+
* Get the next outgoing message sequence number.
|
|
111
|
+
*
|
|
112
|
+
* @returns {number} The next outgoing message sequence number.
|
|
113
|
+
*/
|
|
114
|
+
getNextTargetMsgSeqNum(): number;
|
|
115
|
+
/**
|
|
116
|
+
* Set the next outgoing message sequence number.
|
|
117
|
+
*
|
|
118
|
+
* @param {number} nextMsgSeqNum - The next message sequence number.
|
|
119
|
+
* @returns {number} The next outgoing message sequence number.
|
|
120
|
+
*/
|
|
121
|
+
setNextTargetMsgSeqNum(nextMsgSeqNum: number): number;
|
|
122
|
+
/**
|
|
123
|
+
* Get current timestamp.
|
|
124
|
+
*
|
|
125
|
+
* @param {Date} dateObject - An instance of a Date class.
|
|
126
|
+
* @returns {string} The current timestamp.
|
|
127
|
+
*/
|
|
128
|
+
getTimestamp(dateObject?: Date): string;
|
|
129
|
+
/**
|
|
130
|
+
* Create an instance of a FIX Message.
|
|
131
|
+
*
|
|
132
|
+
* @param {...Field} fields - An array of Fields.
|
|
133
|
+
* @returns {Message} A FIX Message class instance.
|
|
134
|
+
*/
|
|
135
|
+
createMessage(...fields: Field[]): Message;
|
|
136
|
+
/**
|
|
137
|
+
* Parse a FIX message string into Message instance(s).
|
|
138
|
+
*
|
|
139
|
+
* @param {string} data - FIX message string.
|
|
140
|
+
* @returns {Message[]} FIX Message class instance(s).
|
|
141
|
+
*/
|
|
142
|
+
parse(data: string): Message[];
|
|
143
|
+
/**
|
|
144
|
+
* Send a FIX message.
|
|
145
|
+
*
|
|
146
|
+
* @param {Message} message - FIX Message class instance.
|
|
147
|
+
* @returns {void}
|
|
148
|
+
*/
|
|
149
|
+
send(message: Message): void;
|
|
150
|
+
/**
|
|
151
|
+
* Get connection status.
|
|
152
|
+
*
|
|
153
|
+
* @returns {boolean} Current connection status.
|
|
154
|
+
*/
|
|
155
|
+
isConnected(): boolean;
|
|
156
|
+
/**
|
|
157
|
+
* Close current connection.
|
|
158
|
+
*
|
|
159
|
+
* @returns {void}
|
|
160
|
+
*/
|
|
161
|
+
close(): void;
|
|
162
|
+
/**
|
|
163
|
+
* Stop heartbeat interval.
|
|
164
|
+
*
|
|
165
|
+
* @returns {void}
|
|
166
|
+
*/
|
|
167
|
+
stopHeartbeat(): void;
|
|
168
|
+
/**
|
|
169
|
+
* Restart heartbeat interval.
|
|
170
|
+
*
|
|
171
|
+
* @returns {void}
|
|
172
|
+
*/
|
|
173
|
+
restartHeartbeat(): void;
|
|
174
|
+
/**
|
|
175
|
+
* Start heartbeat interval.
|
|
176
|
+
*
|
|
177
|
+
* @param {number} heartBeatInterval - Heartbeat interval in seconds.
|
|
178
|
+
* @param {boolean} [disableLog] - Whether to disable heartbeat logs.
|
|
179
|
+
* @returns {void}
|
|
180
|
+
*/
|
|
181
|
+
startHeartbeat(heartBeatInterval: number, disableLog?: boolean): void;
|
|
182
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type ISpecComponents } from '../spec/SpecComponents';
|
|
2
|
+
/**
|
|
3
|
+
* Class for managing FIX protocol components.
|
|
4
|
+
* Provides functionality to find and process FIX components,
|
|
5
|
+
* including looking up components by ID or name and retrieving
|
|
6
|
+
* associated field tags.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Components {
|
|
9
|
+
/** Array of all available component specifications */
|
|
10
|
+
components: ISpecComponents[];
|
|
11
|
+
/** Cache map for looking up components by ID */
|
|
12
|
+
cacheMap: Map<number, ISpecComponents>;
|
|
13
|
+
/** Cache map for looking up components by name */
|
|
14
|
+
cacheMapByName: Map<string, ISpecComponents>;
|
|
15
|
+
/**
|
|
16
|
+
* Creates a new Components instance and initializes the cache maps
|
|
17
|
+
* with all available component specifications.
|
|
18
|
+
*/
|
|
19
|
+
constructor();
|
|
20
|
+
/**
|
|
21
|
+
* Finds a component by its ID.
|
|
22
|
+
*
|
|
23
|
+
* @param {number} componentId - The ID of the component to find
|
|
24
|
+
* @returns {ISpecComponents | undefined} The found component, or undefined if not found
|
|
25
|
+
*/
|
|
26
|
+
find(componentId: number): ISpecComponents | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* Finds a component by its name.
|
|
29
|
+
*
|
|
30
|
+
* @param {string} name - The name of the component to find
|
|
31
|
+
* @returns {ISpecComponents | undefined} The found component, or undefined if not found
|
|
32
|
+
*/
|
|
33
|
+
findByName(name: string): ISpecComponents | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* Gets all field tags associated with a component by its name.
|
|
36
|
+
*
|
|
37
|
+
* @param {string} name - The name of the component
|
|
38
|
+
* @returns {number[]} An array of field tag numbers associated with the component
|
|
39
|
+
*/
|
|
40
|
+
getTagsByComponentName(name: string): number[];
|
|
41
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import type { ISpecEnums } from '../spec/SpecEnums';
|
|
2
|
+
/**
|
|
3
|
+
* Class representing a FIX enumeration type.
|
|
4
|
+
* Stores and manages enumeration-specific information for FIX fields,
|
|
5
|
+
* including version history and deprecation status.
|
|
6
|
+
*/
|
|
7
|
+
export declare class EnumType {
|
|
8
|
+
/** The name of the enumeration */
|
|
9
|
+
name: string | undefined;
|
|
10
|
+
/** The unique identifier for the enumeration */
|
|
11
|
+
id: string | undefined;
|
|
12
|
+
/** The tag number associated with this enumeration */
|
|
13
|
+
tag: number | undefined;
|
|
14
|
+
/** The data type of the enumeration */
|
|
15
|
+
type: string | undefined;
|
|
16
|
+
/** The code set this enumeration belongs to */
|
|
17
|
+
codeSet: string | undefined;
|
|
18
|
+
/** The value of the enumeration */
|
|
19
|
+
value: string | undefined;
|
|
20
|
+
/** The sort order of the enumeration */
|
|
21
|
+
sort?: number;
|
|
22
|
+
/** The group this enumeration belongs to */
|
|
23
|
+
group?: string;
|
|
24
|
+
/** The version when this enumeration was added */
|
|
25
|
+
added?: string;
|
|
26
|
+
/** The EP version when this enumeration was added */
|
|
27
|
+
addedEP?: string;
|
|
28
|
+
/** The version when this enumeration was last updated */
|
|
29
|
+
updated?: string;
|
|
30
|
+
/** The EP version when this enumeration was last updated */
|
|
31
|
+
updatedEP?: string;
|
|
32
|
+
/** The version when this enumeration was deprecated */
|
|
33
|
+
deprecated?: string;
|
|
34
|
+
/** The EP version when this enumeration was deprecated */
|
|
35
|
+
deprecatedEP?: string;
|
|
36
|
+
/** A description of the enumeration */
|
|
37
|
+
description?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Sets the enumeration properties based on the provided enumeration specification.
|
|
40
|
+
*
|
|
41
|
+
* @param {ISpecEnums} enumType - The enumeration specification to set
|
|
42
|
+
*/
|
|
43
|
+
setEnumeration(enumType: ISpecEnums): void;
|
|
44
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { Field } from '../fields/Field';
|
|
2
|
+
import { type ISpecEnums } from '../spec/SpecEnums';
|
|
3
|
+
import type { FIXValue } from '../util/util';
|
|
4
|
+
/**
|
|
5
|
+
* Class for managing FIX enumerations.
|
|
6
|
+
* Provides functionality to process and look up FIX field enumerations
|
|
7
|
+
* using both tag-value pairs and tag-only lookups.
|
|
8
|
+
*/
|
|
9
|
+
export declare class Enums {
|
|
10
|
+
/** Array of all available enumeration specifications */
|
|
11
|
+
enums: ISpecEnums[];
|
|
12
|
+
/** Cache map for looking up enumerations by tag and value */
|
|
13
|
+
cacheMap: Map<string, ISpecEnums>;
|
|
14
|
+
/** Cache map for looking up enumerations by tag only */
|
|
15
|
+
cacheMapTag: Map<string, ISpecEnums>;
|
|
16
|
+
/**
|
|
17
|
+
* Creates a new Enums instance and initializes the cache maps
|
|
18
|
+
* with all available enumeration specifications.
|
|
19
|
+
*/
|
|
20
|
+
constructor();
|
|
21
|
+
/**
|
|
22
|
+
* Gets an enumeration by its tag and value.
|
|
23
|
+
*
|
|
24
|
+
* @param {string} tag - The tag number
|
|
25
|
+
* @param {FIXValue} value - The enumeration value
|
|
26
|
+
* @returns {ISpecEnums | undefined} The found enumeration, or undefined if not found
|
|
27
|
+
*/
|
|
28
|
+
getEnum(tag: string, value: FIXValue): ISpecEnums | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Gets an enumeration by its tag only.
|
|
31
|
+
*
|
|
32
|
+
* @param {string} tag - The tag number
|
|
33
|
+
* @returns {ISpecEnums | undefined} The found enumeration, or undefined if not found
|
|
34
|
+
*/
|
|
35
|
+
getEnumByTag(tag: string): ISpecEnums | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* Processes a field's enumeration, setting the appropriate enumeration type
|
|
38
|
+
* if a matching enumeration is found.
|
|
39
|
+
*
|
|
40
|
+
* @param {Field} field - The field to process
|
|
41
|
+
*/
|
|
42
|
+
processEnum(field: Field): void;
|
|
43
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import type { EnumType } from '../enums/EnumType';
|
|
2
|
+
import type { ISpecDatatypes } from '../spec/SpecDatatypes';
|
|
3
|
+
import type { FIXValue } from '../util/util';
|
|
4
|
+
import type { CategoryType } from './categories/CategoryType';
|
|
5
|
+
import type { SectionType } from './sections/SectionType';
|
|
6
|
+
/**
|
|
7
|
+
* Field is a predefined data element, identified by a unique tag number,
|
|
8
|
+
* that represents a specific piece of information within a message
|
|
9
|
+
* (such as price, quantity, or order ID).
|
|
10
|
+
*
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export declare class Field {
|
|
14
|
+
/** The unique tag number identifying this field */
|
|
15
|
+
tag: number;
|
|
16
|
+
/** The value of the field */
|
|
17
|
+
value: FIXValue;
|
|
18
|
+
/** The name of the field */
|
|
19
|
+
name: string | undefined;
|
|
20
|
+
/** A description of what the field represents */
|
|
21
|
+
description: string | undefined;
|
|
22
|
+
/** The data type of the field */
|
|
23
|
+
type: ISpecDatatypes | undefined;
|
|
24
|
+
/** The category this field belongs to */
|
|
25
|
+
category: CategoryType | undefined;
|
|
26
|
+
/** The section this field belongs to */
|
|
27
|
+
section: SectionType | undefined;
|
|
28
|
+
/** The enumeration type if this field is an enumerated value */
|
|
29
|
+
enumeration: EnumType | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a new Field instance with the specified tag and value.
|
|
32
|
+
*
|
|
33
|
+
* @param {number} tag - The unique tag number identifying this field
|
|
34
|
+
* @param {FIXValue} value - The value to be stored in this field
|
|
35
|
+
*/
|
|
36
|
+
constructor(tag: number, value: FIXValue);
|
|
37
|
+
/**
|
|
38
|
+
* Sets the tag number for this field.
|
|
39
|
+
*
|
|
40
|
+
* @param {number} tag - The new tag number
|
|
41
|
+
*/
|
|
42
|
+
setTag(tag: number): void;
|
|
43
|
+
/**
|
|
44
|
+
* Sets the value for this field.
|
|
45
|
+
*
|
|
46
|
+
* @param {FIXValue} value - The new value
|
|
47
|
+
*/
|
|
48
|
+
setValue(value: FIXValue): void;
|
|
49
|
+
/**
|
|
50
|
+
* Sets the name for this field.
|
|
51
|
+
*
|
|
52
|
+
* @param {string} name - The new name
|
|
53
|
+
*/
|
|
54
|
+
setName(name: string): void;
|
|
55
|
+
/**
|
|
56
|
+
* Sets the description for this field.
|
|
57
|
+
*
|
|
58
|
+
* @param {string} description - The new description
|
|
59
|
+
*/
|
|
60
|
+
setDescription(description: string): void;
|
|
61
|
+
/**
|
|
62
|
+
* Sets the data type for this field.
|
|
63
|
+
*
|
|
64
|
+
* @param {ISpecDatatypes | undefined} type - The new data type
|
|
65
|
+
*/
|
|
66
|
+
setType(type: ISpecDatatypes | undefined): void;
|
|
67
|
+
/**
|
|
68
|
+
* Sets the category for this field.
|
|
69
|
+
*
|
|
70
|
+
* @param {CategoryType} category - The new category
|
|
71
|
+
*/
|
|
72
|
+
setCategory(category: CategoryType): void;
|
|
73
|
+
/**
|
|
74
|
+
* Sets the section for this field.
|
|
75
|
+
*
|
|
76
|
+
* @param {SectionType} section - The new section
|
|
77
|
+
*/
|
|
78
|
+
setSection(section: SectionType): void;
|
|
79
|
+
/**
|
|
80
|
+
* Sets the enumeration type for this field.
|
|
81
|
+
*
|
|
82
|
+
* @param {EnumType} enumeration - The new enumeration type
|
|
83
|
+
*/
|
|
84
|
+
setEnumeration(enumeration: EnumType): void;
|
|
85
|
+
/**
|
|
86
|
+
* Returns a string representation of the field in FIX format (tag=value).
|
|
87
|
+
*
|
|
88
|
+
* @returns {string} The string representation of the field
|
|
89
|
+
*/
|
|
90
|
+
toString(): string;
|
|
91
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { Message } from '../message/Message';
|
|
2
|
+
import { MessageType } from '../messagetype/MessageType';
|
|
3
|
+
import { type ISpecFields } from '../spec/SpecFields';
|
|
4
|
+
import type { Field } from './Field';
|
|
5
|
+
import { Categories } from './categories/Categories';
|
|
6
|
+
import { DataTypes } from './datatypes/Datatypes';
|
|
7
|
+
import { Sections } from './sections/Sections';
|
|
8
|
+
/**
|
|
9
|
+
* Fields class manages the collection of FIX fields and their processing.
|
|
10
|
+
* It maintains a cache of field definitions and provides methods to process
|
|
11
|
+
* fields within FIX messages.
|
|
12
|
+
*
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export declare class Fields {
|
|
16
|
+
/** Array of all FIX field specifications */
|
|
17
|
+
fields: ISpecFields[];
|
|
18
|
+
/** Cache map for quick field lookup by tag number */
|
|
19
|
+
cacheMap: Map<number, ISpecFields>;
|
|
20
|
+
/** Message type processor */
|
|
21
|
+
messageType: MessageType;
|
|
22
|
+
/** Categories processor */
|
|
23
|
+
categories: Categories;
|
|
24
|
+
/** Sections processor */
|
|
25
|
+
sections: Sections;
|
|
26
|
+
/** Data types processor */
|
|
27
|
+
dataTypes: DataTypes;
|
|
28
|
+
/**
|
|
29
|
+
* Creates a new Fields instance and initializes the cache map
|
|
30
|
+
* with all available field specifications.
|
|
31
|
+
*/
|
|
32
|
+
constructor();
|
|
33
|
+
/**
|
|
34
|
+
* Processes a field within a message, setting its properties based on
|
|
35
|
+
* the field specification. This includes setting the name, description,
|
|
36
|
+
* category, section, and data type of the field.
|
|
37
|
+
*
|
|
38
|
+
* @param {Message} message - The FIX message containing the field
|
|
39
|
+
* @param {Field} field - The field to process
|
|
40
|
+
*/
|
|
41
|
+
processField(message: Message, field: Field): void;
|
|
42
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { type ISpecCategories } from '../../spec/SpecCategories';
|
|
2
|
+
import type { Field } from '../Field';
|
|
3
|
+
import { CategoryType } from './CategoryType';
|
|
4
|
+
/**
|
|
5
|
+
* Class for managing FIX field categories.
|
|
6
|
+
* Provides functionality to process and categorize FIX fields based on their specifications.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Categories {
|
|
9
|
+
/** Array of all available category specifications */
|
|
10
|
+
categories: ISpecCategories[];
|
|
11
|
+
/** Cache map for looking up categories by name */
|
|
12
|
+
cacheMap: Map<string, ISpecCategories>;
|
|
13
|
+
/** Instance of CategoryType for managing category data */
|
|
14
|
+
categoryType: CategoryType;
|
|
15
|
+
/**
|
|
16
|
+
* Creates a new Categories instance and initializes the cache map
|
|
17
|
+
* with all available category specifications.
|
|
18
|
+
*/
|
|
19
|
+
constructor();
|
|
20
|
+
/**
|
|
21
|
+
* Processes a field's category based on its base category name.
|
|
22
|
+
* Sets the appropriate category type for the field if found.
|
|
23
|
+
*
|
|
24
|
+
* @param {Field} field - The field to process
|
|
25
|
+
* @param {string} baseCategory - The base category name to look up
|
|
26
|
+
*/
|
|
27
|
+
processCategory(field: Field, baseCategory: string): void;
|
|
28
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { ISpecCategories } from '../../spec/SpecCategories';
|
|
2
|
+
/**
|
|
3
|
+
* Class representing a FIX field category type.
|
|
4
|
+
* Stores and manages category-specific information for FIX fields.
|
|
5
|
+
*/
|
|
6
|
+
export declare class CategoryType {
|
|
7
|
+
/** The unique identifier for the category */
|
|
8
|
+
categoryID: string | undefined;
|
|
9
|
+
/** The FIXML file name associated with this category */
|
|
10
|
+
fixmlFileName: string | undefined;
|
|
11
|
+
/** The type of component this category represents */
|
|
12
|
+
componentType: string | undefined;
|
|
13
|
+
/** The section ID this category belongs to */
|
|
14
|
+
sectionID: string | undefined;
|
|
15
|
+
/** The include file associated with this category */
|
|
16
|
+
includeFile: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* Sets the category properties based on the provided category specification.
|
|
19
|
+
*
|
|
20
|
+
* @param {ISpecCategories} category - The category specification to set
|
|
21
|
+
*/
|
|
22
|
+
setCategory(category: ISpecCategories): void;
|
|
23
|
+
/**
|
|
24
|
+
* Resets all category properties to undefined.
|
|
25
|
+
*/
|
|
26
|
+
reset(): void;
|
|
27
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { type ISpecDatatypes } from '../../spec/SpecDatatypes';
|
|
2
|
+
import type { FIXValue } from '../../util/util';
|
|
3
|
+
import type { Field } from '../Field';
|
|
4
|
+
/**
|
|
5
|
+
* Class for managing FIX data types.
|
|
6
|
+
* Provides functionality to validate and process different FIX data types,
|
|
7
|
+
* including numeric types (int, float) and string types.
|
|
8
|
+
*/
|
|
9
|
+
export declare class DataTypes {
|
|
10
|
+
/** Array of all available data type specifications */
|
|
11
|
+
dataTypes: ISpecDatatypes[];
|
|
12
|
+
/** Cache map for looking up data types by name */
|
|
13
|
+
cacheMap: Map<string, ISpecDatatypes>;
|
|
14
|
+
/** Cache map for type-specific formatters and validators */
|
|
15
|
+
cacheTypeMap: Map<
|
|
16
|
+
string,
|
|
17
|
+
{
|
|
18
|
+
formatter: typeof parseInt | typeof parseFloat | StringConstructor;
|
|
19
|
+
validator: any;
|
|
20
|
+
}
|
|
21
|
+
>;
|
|
22
|
+
/**
|
|
23
|
+
* Creates a new DataTypes instance and initializes the cache maps
|
|
24
|
+
* with all available data type specifications and their corresponding
|
|
25
|
+
* formatters and validators.
|
|
26
|
+
*/
|
|
27
|
+
constructor();
|
|
28
|
+
/**
|
|
29
|
+
* Validates a value against its expected data type.
|
|
30
|
+
*
|
|
31
|
+
* @param {FIXValue} value - The value to validate
|
|
32
|
+
* @param {string | undefined} type - The expected data type
|
|
33
|
+
* @returns {boolean} True if the value is valid for the type, false otherwise
|
|
34
|
+
*/
|
|
35
|
+
validateDatatype(value: FIXValue, type: string | undefined): boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Processes a field's data type, setting appropriate type information
|
|
38
|
+
* and converting values to their proper format if necessary.
|
|
39
|
+
*
|
|
40
|
+
* @param {Field} field - The field to process
|
|
41
|
+
* @param {string} type - The data type to set
|
|
42
|
+
*/
|
|
43
|
+
processDatatype(field: Field, type: string): void;
|
|
44
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { ISpecSections } from '../../spec/SpecSections';
|
|
2
|
+
/**
|
|
3
|
+
* Class representing a FIX field section type.
|
|
4
|
+
* Stores and manages section-specific information for FIX fields.
|
|
5
|
+
*/
|
|
6
|
+
export declare class SectionType {
|
|
7
|
+
/** The unique identifier for the section */
|
|
8
|
+
sectionID: string | undefined;
|
|
9
|
+
/** The name of the section */
|
|
10
|
+
name: string | undefined;
|
|
11
|
+
/** The order in which the section should be displayed */
|
|
12
|
+
displayOrder: number | undefined;
|
|
13
|
+
/** The volume this section belongs to */
|
|
14
|
+
volume: string | undefined;
|
|
15
|
+
/** Whether this section is not required in XML */
|
|
16
|
+
notReqXML: boolean | undefined;
|
|
17
|
+
/** The FIXML file name associated with this section */
|
|
18
|
+
fixmlFileName: string | undefined;
|
|
19
|
+
/** A description of the section */
|
|
20
|
+
description: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Sets the section properties based on the provided section specification.
|
|
23
|
+
*
|
|
24
|
+
* @param {ISpecSections} section - The section specification to set
|
|
25
|
+
*/
|
|
26
|
+
setSection(section: ISpecSections): void;
|
|
27
|
+
/**
|
|
28
|
+
* Resets all section properties to undefined.
|
|
29
|
+
*/
|
|
30
|
+
reset(): void;
|
|
31
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { type ISpecSections } from '../../spec/SpecSections';
|
|
2
|
+
import type { Field } from '../Field';
|
|
3
|
+
import { SectionType } from './SectionType';
|
|
4
|
+
/**
|
|
5
|
+
* Class for managing FIX field sections.
|
|
6
|
+
* Provides functionality to process and organize FIX fields into their respective sections.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Sections {
|
|
9
|
+
/** Array of all available section specifications */
|
|
10
|
+
sections: ISpecSections[];
|
|
11
|
+
/** Cache map for looking up sections by ID */
|
|
12
|
+
cacheMap: Map<string, ISpecSections>;
|
|
13
|
+
/** Instance of SectionType for managing section data */
|
|
14
|
+
sectionType: SectionType;
|
|
15
|
+
/**
|
|
16
|
+
* Creates a new Sections instance and initializes the cache map
|
|
17
|
+
* with all available section specifications.
|
|
18
|
+
*/
|
|
19
|
+
constructor();
|
|
20
|
+
/**
|
|
21
|
+
* Processes a field's section based on its section ID.
|
|
22
|
+
* Sets the appropriate section type for the field if found.
|
|
23
|
+
*
|
|
24
|
+
* @param {Field} item - The field to process
|
|
25
|
+
* @param {string} sectionId - The section ID to look up
|
|
26
|
+
*/
|
|
27
|
+
processSection(item: Field, sectionId: string): void;
|
|
28
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Type of account associated with an order
|
|
3
|
+
* - Tag: 581
|
|
4
|
+
* - FIX Specification type: int
|
|
5
|
+
* - Mapped type: number
|
|
6
|
+
* @readonly
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare const AccountType: Readonly<{
|
|
10
|
+
/** Account is carried on customer side of the books */
|
|
11
|
+
readonly CarriedCustomerSide: 1;
|
|
12
|
+
/** Account is carried on non-customer side of books */
|
|
13
|
+
readonly CarriedNonCustomerSide: 2;
|
|
14
|
+
/** House Trader */
|
|
15
|
+
readonly HouseTrader: 3;
|
|
16
|
+
/** Floor Trader */
|
|
17
|
+
readonly FloorTrader: 4;
|
|
18
|
+
/** Account is carried on non-customer side of books and is cross margined */
|
|
19
|
+
readonly CarriedNonCustomerSideCrossMargined: 6;
|
|
20
|
+
/** Account is house trader and is cross margined */
|
|
21
|
+
readonly HouseTraderCrossMargined: 7;
|
|
22
|
+
/** Joint back office account (JBO) */
|
|
23
|
+
readonly JointBackOfficeAccount: 8;
|
|
24
|
+
/** Equities specialist */
|
|
25
|
+
readonly EquitiesSpecialist: 9;
|
|
26
|
+
/** Options market maker */
|
|
27
|
+
readonly OptionsMarketMaker: 10;
|
|
28
|
+
/** Options firm account */
|
|
29
|
+
readonly OptionsFirmAccount: 11;
|
|
30
|
+
readonly AccountCustomerNonCustomerOrders: 12;
|
|
31
|
+
readonly AccountOrdersMultipleCustomers: 13;
|
|
32
|
+
}>;
|
|
33
|
+
export type AccountType = (typeof AccountType)[keyof typeof AccountType];
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Used to identify the source of the Account (1) code. This is especially useful if the account is a new account that the Respondent may not have setup yet in their system.
|
|
3
|
+
* - Tag: 660
|
|
4
|
+
* - FIX Specification type: int
|
|
5
|
+
* - Mapped type: number
|
|
6
|
+
* @readonly
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare const AcctIDSource: Readonly<{
|
|
10
|
+
/** BIC */
|
|
11
|
+
readonly BIC: 1;
|
|
12
|
+
/** SID Code */
|
|
13
|
+
readonly SIDCode: 2;
|
|
14
|
+
/** TFM (GSPTA) */
|
|
15
|
+
readonly TFM: 3;
|
|
16
|
+
/** OMGEO (Alert ID) */
|
|
17
|
+
readonly OMGEO: 4;
|
|
18
|
+
/** DTCC Code */
|
|
19
|
+
readonly DTCCCode: 5;
|
|
20
|
+
readonly SPSAID: 6;
|
|
21
|
+
/** Other (custom or proprietary) */
|
|
22
|
+
readonly Other: 99;
|
|
23
|
+
}>;
|
|
24
|
+
export type AcctIDSource = (typeof AcctIDSource)[keyof typeof AcctIDSource];
|