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,699 @@
|
|
|
1
|
+
export { AdvSide } from './AdvSide';
|
|
2
|
+
export { AdvTransType } from './AdvTransType';
|
|
3
|
+
export { BeginString } from './BeginString';
|
|
4
|
+
export { CommType } from './CommType';
|
|
5
|
+
export { ExecInst } from './ExecInst';
|
|
6
|
+
export { HandlInst } from './HandlInst';
|
|
7
|
+
export { SecurityIDSource } from './SecurityIDSource';
|
|
8
|
+
export { IOIQltyInd } from './IOIQltyInd';
|
|
9
|
+
export { IOIQty } from './IOIQty';
|
|
10
|
+
export { IOITransType } from './IOITransType';
|
|
11
|
+
export { LastCapacity } from './LastCapacity';
|
|
12
|
+
export { MsgType } from './MsgType';
|
|
13
|
+
export { OrdStatus } from './OrdStatus';
|
|
14
|
+
export { OrdType } from './OrdType';
|
|
15
|
+
export { PossDupFlag } from './PossDupFlag';
|
|
16
|
+
export { Side } from './Side';
|
|
17
|
+
export { TimeInForce } from './TimeInForce';
|
|
18
|
+
export { Urgency } from './Urgency';
|
|
19
|
+
export { SettlType } from './SettlType';
|
|
20
|
+
export { SymbolSfx } from './SymbolSfx';
|
|
21
|
+
export { AllocTransType } from './AllocTransType';
|
|
22
|
+
export { PositionEffect } from './PositionEffect';
|
|
23
|
+
export { ProcessCode } from './ProcessCode';
|
|
24
|
+
export { AllocStatus } from './AllocStatus';
|
|
25
|
+
export { AllocRejCode } from './AllocRejCode';
|
|
26
|
+
export { EmailType } from './EmailType';
|
|
27
|
+
export { PossResend } from './PossResend';
|
|
28
|
+
export { EncryptMethod } from './EncryptMethod';
|
|
29
|
+
export { CxlRejReason } from './CxlRejReason';
|
|
30
|
+
export { OrdRejReason } from './OrdRejReason';
|
|
31
|
+
export { IOIQualifier } from './IOIQualifier';
|
|
32
|
+
export { ReportToExch } from './ReportToExch';
|
|
33
|
+
export { LocateReqd } from './LocateReqd';
|
|
34
|
+
export { ForexReq } from './ForexReq';
|
|
35
|
+
export { GapFillFlag } from './GapFillFlag';
|
|
36
|
+
export { DKReason } from './DKReason';
|
|
37
|
+
export { IOINaturalFlag } from './IOINaturalFlag';
|
|
38
|
+
export { MiscFeeType } from './MiscFeeType';
|
|
39
|
+
export { ResetSeqNumFlag } from './ResetSeqNumFlag';
|
|
40
|
+
export { ExecType } from './ExecType';
|
|
41
|
+
export { SettlCurrFxRateCalc } from './SettlCurrFxRateCalc';
|
|
42
|
+
export { SettlInstMode } from './SettlInstMode';
|
|
43
|
+
export { SettlInstTransType } from './SettlInstTransType';
|
|
44
|
+
export { SettlInstSource } from './SettlInstSource';
|
|
45
|
+
export { SecurityType } from './SecurityType';
|
|
46
|
+
export { StandInstDbType } from './StandInstDbType';
|
|
47
|
+
export { SettlDeliveryType } from './SettlDeliveryType';
|
|
48
|
+
export { AllocLinkType } from './AllocLinkType';
|
|
49
|
+
export { PutOrCall } from './PutOrCall';
|
|
50
|
+
export { CoveredOrUncovered } from './CoveredOrUncovered';
|
|
51
|
+
export { NotifyBrokerOfCredit } from './NotifyBrokerOfCredit';
|
|
52
|
+
export { AllocHandlInst } from './AllocHandlInst';
|
|
53
|
+
export { RoutingType } from './RoutingType';
|
|
54
|
+
export { BenchmarkCurveName } from './BenchmarkCurveName';
|
|
55
|
+
export { StipulationType } from './StipulationType';
|
|
56
|
+
export { YieldType } from './YieldType';
|
|
57
|
+
export { TradedFlatSwitch } from './TradedFlatSwitch';
|
|
58
|
+
export { SubscriptionRequestType } from './SubscriptionRequestType';
|
|
59
|
+
export { MDUpdateType } from './MDUpdateType';
|
|
60
|
+
export { AggregatedBook } from './AggregatedBook';
|
|
61
|
+
export { MDEntryType } from './MDEntryType';
|
|
62
|
+
export { TickDirection } from './TickDirection';
|
|
63
|
+
export { QuoteCondition } from './QuoteCondition';
|
|
64
|
+
export { TradeCondition } from './TradeCondition';
|
|
65
|
+
export { MDUpdateAction } from './MDUpdateAction';
|
|
66
|
+
export { MDReqRejReason } from './MDReqRejReason';
|
|
67
|
+
export { DeleteReason } from './DeleteReason';
|
|
68
|
+
export { OpenCloseSettlFlag } from './OpenCloseSettlFlag';
|
|
69
|
+
export { FinancialStatus } from './FinancialStatus';
|
|
70
|
+
export { CorporateAction } from './CorporateAction';
|
|
71
|
+
export { QuoteStatus } from './QuoteStatus';
|
|
72
|
+
export { QuoteCancelType } from './QuoteCancelType';
|
|
73
|
+
export { QuoteRejectReason } from './QuoteRejectReason';
|
|
74
|
+
export { QuoteResponseLevel } from './QuoteResponseLevel';
|
|
75
|
+
export { QuoteRequestType } from './QuoteRequestType';
|
|
76
|
+
export { SecurityRequestType } from './SecurityRequestType';
|
|
77
|
+
export { SecurityResponseType } from './SecurityResponseType';
|
|
78
|
+
export { UnsolicitedIndicator } from './UnsolicitedIndicator';
|
|
79
|
+
export { SecurityTradingStatus } from './SecurityTradingStatus';
|
|
80
|
+
export { HaltReason } from './HaltReason';
|
|
81
|
+
export { InViewOfCommon } from './InViewOfCommon';
|
|
82
|
+
export { DueToRelated } from './DueToRelated';
|
|
83
|
+
export { Adjustment } from './Adjustment';
|
|
84
|
+
export { TradingSessionID } from './TradingSessionID';
|
|
85
|
+
export { TradSesMethod } from './TradSesMethod';
|
|
86
|
+
export { TradSesMode } from './TradSesMode';
|
|
87
|
+
export { TradSesStatus } from './TradSesStatus';
|
|
88
|
+
export { SessionRejectReason } from './SessionRejectReason';
|
|
89
|
+
export { BidRequestTransType } from './BidRequestTransType';
|
|
90
|
+
export { SolicitedFlag } from './SolicitedFlag';
|
|
91
|
+
export { ExecRestatementReason } from './ExecRestatementReason';
|
|
92
|
+
export { BusinessRejectReason } from './BusinessRejectReason';
|
|
93
|
+
export { MsgDirection } from './MsgDirection';
|
|
94
|
+
export { DiscretionInst } from './DiscretionInst';
|
|
95
|
+
export { BidType } from './BidType';
|
|
96
|
+
export { BidDescriptorType } from './BidDescriptorType';
|
|
97
|
+
export { SideValueInd } from './SideValueInd';
|
|
98
|
+
export { LiquidityIndType } from './LiquidityIndType';
|
|
99
|
+
export { ExchangeForPhysical } from './ExchangeForPhysical';
|
|
100
|
+
export { ProgRptReqs } from './ProgRptReqs';
|
|
101
|
+
export { IncTaxInd } from './IncTaxInd';
|
|
102
|
+
export { BidTradeType } from './BidTradeType';
|
|
103
|
+
export { BasisPxType } from './BasisPxType';
|
|
104
|
+
export { PriceType } from './PriceType';
|
|
105
|
+
export { GTBookingInst } from './GTBookingInst';
|
|
106
|
+
export { ListStatusType } from './ListStatusType';
|
|
107
|
+
export { NetGrossInd } from './NetGrossInd';
|
|
108
|
+
export { ListOrderStatus } from './ListOrderStatus';
|
|
109
|
+
export { ListExecInstType } from './ListExecInstType';
|
|
110
|
+
export { CxlRejResponseTo } from './CxlRejResponseTo';
|
|
111
|
+
export { MultiLegReportingType } from './MultiLegReportingType';
|
|
112
|
+
export { PartyIDSource } from './PartyIDSource';
|
|
113
|
+
export { PartyRole } from './PartyRole';
|
|
114
|
+
export { Product } from './Product';
|
|
115
|
+
export { TestMessageIndicator } from './TestMessageIndicator';
|
|
116
|
+
export { RoundingDirection } from './RoundingDirection';
|
|
117
|
+
export { DistribPaymentMethod } from './DistribPaymentMethod';
|
|
118
|
+
export { CancellationRights } from './CancellationRights';
|
|
119
|
+
export { MoneyLaunderingStatus } from './MoneyLaunderingStatus';
|
|
120
|
+
export { ExecPriceType } from './ExecPriceType';
|
|
121
|
+
export { TradeReportTransType } from './TradeReportTransType';
|
|
122
|
+
export { PaymentMethod } from './PaymentMethod';
|
|
123
|
+
export { TaxAdvantageType } from './TaxAdvantageType';
|
|
124
|
+
export { FundRenewWaiv } from './FundRenewWaiv';
|
|
125
|
+
export { RegistStatus } from './RegistStatus';
|
|
126
|
+
export { RegistRejReasonCode } from './RegistRejReasonCode';
|
|
127
|
+
export { RegistTransType } from './RegistTransType';
|
|
128
|
+
export { OwnershipType } from './OwnershipType';
|
|
129
|
+
export { ContAmtType } from './ContAmtType';
|
|
130
|
+
export { OwnerType } from './OwnerType';
|
|
131
|
+
export { OrderCapacity } from './OrderCapacity';
|
|
132
|
+
export { OrderRestrictions } from './OrderRestrictions';
|
|
133
|
+
export { MassCancelRequestType } from './MassCancelRequestType';
|
|
134
|
+
export { MassCancelResponse } from './MassCancelResponse';
|
|
135
|
+
export { MassCancelRejectReason } from './MassCancelRejectReason';
|
|
136
|
+
export { QuoteType } from './QuoteType';
|
|
137
|
+
export { CashMargin } from './CashMargin';
|
|
138
|
+
export { Scope } from './Scope';
|
|
139
|
+
export { MDImplicitDelete } from './MDImplicitDelete';
|
|
140
|
+
export { CrossType } from './CrossType';
|
|
141
|
+
export { CrossPrioritization } from './CrossPrioritization';
|
|
142
|
+
export { NoSides } from './NoSides';
|
|
143
|
+
export { SecurityListRequestType } from './SecurityListRequestType';
|
|
144
|
+
export { SecurityRequestResult } from './SecurityRequestResult';
|
|
145
|
+
export { MultiLegRptTypeReq } from './MultiLegRptTypeReq';
|
|
146
|
+
export { TradSesStatusRejReason } from './TradSesStatusRejReason';
|
|
147
|
+
export { TradeRequestType } from './TradeRequestType';
|
|
148
|
+
export { PreviouslyReported } from './PreviouslyReported';
|
|
149
|
+
export { MatchStatus } from './MatchStatus';
|
|
150
|
+
export { MatchType } from './MatchType';
|
|
151
|
+
export { OddLot } from './OddLot';
|
|
152
|
+
export { ClearingInstruction } from './ClearingInstruction';
|
|
153
|
+
export { AccountType } from './AccountType';
|
|
154
|
+
export { CustOrderCapacity } from './CustOrderCapacity';
|
|
155
|
+
export { MassStatusReqType } from './MassStatusReqType';
|
|
156
|
+
export { DayBookingInst } from './DayBookingInst';
|
|
157
|
+
export { BookingUnit } from './BookingUnit';
|
|
158
|
+
export { PreallocMethod } from './PreallocMethod';
|
|
159
|
+
export { TradingSessionSubID } from './TradingSessionSubID';
|
|
160
|
+
export { AllocType } from './AllocType';
|
|
161
|
+
export { ClearingFeeIndicator } from './ClearingFeeIndicator';
|
|
162
|
+
export { WorkingIndicator } from './WorkingIndicator';
|
|
163
|
+
export { PriorityIndicator } from './PriorityIndicator';
|
|
164
|
+
export { LegalConfirm } from './LegalConfirm';
|
|
165
|
+
export { QuoteRequestRejectReason } from './QuoteRequestRejectReason';
|
|
166
|
+
export { AcctIDSource } from './AcctIDSource';
|
|
167
|
+
export { ConfirmStatus } from './ConfirmStatus';
|
|
168
|
+
export { ConfirmTransType } from './ConfirmTransType';
|
|
169
|
+
export { DeliveryForm } from './DeliveryForm';
|
|
170
|
+
export { LegSwapType } from './LegSwapType';
|
|
171
|
+
export { QuotePriceType } from './QuotePriceType';
|
|
172
|
+
export { QuoteRespType } from './QuoteRespType';
|
|
173
|
+
export { PosType } from './PosType';
|
|
174
|
+
export { PosQtyStatus } from './PosQtyStatus';
|
|
175
|
+
export { PosAmtType } from './PosAmtType';
|
|
176
|
+
export { PosTransType } from './PosTransType';
|
|
177
|
+
export { PosMaintAction } from './PosMaintAction';
|
|
178
|
+
export { SettlSessID } from './SettlSessID';
|
|
179
|
+
export { AdjustmentType } from './AdjustmentType';
|
|
180
|
+
export { PosMaintStatus } from './PosMaintStatus';
|
|
181
|
+
export { PosMaintResult } from './PosMaintResult';
|
|
182
|
+
export { PosReqType } from './PosReqType';
|
|
183
|
+
export { ResponseTransportType } from './ResponseTransportType';
|
|
184
|
+
export { PosReqResult } from './PosReqResult';
|
|
185
|
+
export { PosReqStatus } from './PosReqStatus';
|
|
186
|
+
export { SettlPriceType } from './SettlPriceType';
|
|
187
|
+
export { AssignmentMethod } from './AssignmentMethod';
|
|
188
|
+
export { ExerciseMethod } from './ExerciseMethod';
|
|
189
|
+
export { TradeRequestResult } from './TradeRequestResult';
|
|
190
|
+
export { TradeRequestStatus } from './TradeRequestStatus';
|
|
191
|
+
export { TradeReportRejectReason } from './TradeReportRejectReason';
|
|
192
|
+
export { SideMultiLegReportingType } from './SideMultiLegReportingType';
|
|
193
|
+
export { TrdRegTimestampType } from './TrdRegTimestampType';
|
|
194
|
+
export { ConfirmType } from './ConfirmType';
|
|
195
|
+
export { ConfirmRejReason } from './ConfirmRejReason';
|
|
196
|
+
export { BookingType } from './BookingType';
|
|
197
|
+
export { AllocSettlInstType } from './AllocSettlInstType';
|
|
198
|
+
export { DlvyInstType } from './DlvyInstType';
|
|
199
|
+
export { TerminationType } from './TerminationType';
|
|
200
|
+
export { SettlInstReqRejCode } from './SettlInstReqRejCode';
|
|
201
|
+
export { AllocReportType } from './AllocReportType';
|
|
202
|
+
export { AllocCancReplaceReason } from './AllocCancReplaceReason';
|
|
203
|
+
export { AllocAccountType } from './AllocAccountType';
|
|
204
|
+
export { PartySubIDType } from './PartySubIDType';
|
|
205
|
+
export { AllocIntermedReqType } from './AllocIntermedReqType';
|
|
206
|
+
export { ApplQueueResolution } from './ApplQueueResolution';
|
|
207
|
+
export { ApplQueueAction } from './ApplQueueAction';
|
|
208
|
+
export { AvgPxIndicator } from './AvgPxIndicator';
|
|
209
|
+
export { TradeAllocIndicator } from './TradeAllocIndicator';
|
|
210
|
+
export { ExpirationCycle } from './ExpirationCycle';
|
|
211
|
+
export { TrdType } from './TrdType';
|
|
212
|
+
export { TrdSubType } from './TrdSubType';
|
|
213
|
+
export { PegMoveType } from './PegMoveType';
|
|
214
|
+
export { PegOffsetType } from './PegOffsetType';
|
|
215
|
+
export { PegLimitType } from './PegLimitType';
|
|
216
|
+
export { PegRoundDirection } from './PegRoundDirection';
|
|
217
|
+
export { PegScope } from './PegScope';
|
|
218
|
+
export { DiscretionMoveType } from './DiscretionMoveType';
|
|
219
|
+
export { DiscretionOffsetType } from './DiscretionOffsetType';
|
|
220
|
+
export { DiscretionLimitType } from './DiscretionLimitType';
|
|
221
|
+
export { DiscretionRoundDirection } from './DiscretionRoundDirection';
|
|
222
|
+
export { DiscretionScope } from './DiscretionScope';
|
|
223
|
+
export { TargetStrategy } from './TargetStrategy';
|
|
224
|
+
export { LastLiquidityInd } from './LastLiquidityInd';
|
|
225
|
+
export { PublishTrdIndicator } from './PublishTrdIndicator';
|
|
226
|
+
export { ShortSaleReason } from './ShortSaleReason';
|
|
227
|
+
export { QtyType } from './QtyType';
|
|
228
|
+
export { TradeReportType } from './TradeReportType';
|
|
229
|
+
export { AllocNoOrdersType } from './AllocNoOrdersType';
|
|
230
|
+
export { EventType } from './EventType';
|
|
231
|
+
export { InstrAttribType } from './InstrAttribType';
|
|
232
|
+
export { CPProgram } from './CPProgram';
|
|
233
|
+
export { MiscFeeBasis } from './MiscFeeBasis';
|
|
234
|
+
export { LastFragment } from './LastFragment';
|
|
235
|
+
export { CollAsgnReason } from './CollAsgnReason';
|
|
236
|
+
export { CollInquiryQualifier } from './CollInquiryQualifier';
|
|
237
|
+
export { CollAsgnTransType } from './CollAsgnTransType';
|
|
238
|
+
export { CollAsgnRespType } from './CollAsgnRespType';
|
|
239
|
+
export { CollAsgnRejectReason } from './CollAsgnRejectReason';
|
|
240
|
+
export { CollStatus } from './CollStatus';
|
|
241
|
+
export { LastRptRequested } from './LastRptRequested';
|
|
242
|
+
export { DeliveryType } from './DeliveryType';
|
|
243
|
+
export { UserRequestType } from './UserRequestType';
|
|
244
|
+
export { UserStatus } from './UserStatus';
|
|
245
|
+
export { StatusValue } from './StatusValue';
|
|
246
|
+
export { NetworkRequestType } from './NetworkRequestType';
|
|
247
|
+
export { NetworkStatusResponseType } from './NetworkStatusResponseType';
|
|
248
|
+
export { TrdRptStatus } from './TrdRptStatus';
|
|
249
|
+
export { AffirmStatus } from './AffirmStatus';
|
|
250
|
+
export { CollAction } from './CollAction';
|
|
251
|
+
export { CollInquiryStatus } from './CollInquiryStatus';
|
|
252
|
+
export { CollInquiryResult } from './CollInquiryResult';
|
|
253
|
+
export { StrategyParameterType } from './StrategyParameterType';
|
|
254
|
+
export { SecurityStatus } from './SecurityStatus';
|
|
255
|
+
export { UnderlyingCashType } from './UnderlyingCashType';
|
|
256
|
+
export { UnderlyingSettlementType } from './UnderlyingSettlementType';
|
|
257
|
+
export { SecurityUpdateAction } from './SecurityUpdateAction';
|
|
258
|
+
export { ExpirationQtyType } from './ExpirationQtyType';
|
|
259
|
+
export { IndividualAllocType } from './IndividualAllocType';
|
|
260
|
+
export { UnitOfMeasure } from './UnitOfMeasure';
|
|
261
|
+
export { TimeUnit } from './TimeUnit';
|
|
262
|
+
export { AllocMethod } from './AllocMethod';
|
|
263
|
+
export { AsOfIndicator } from './AsOfIndicator';
|
|
264
|
+
export { MDBookType } from './MDBookType';
|
|
265
|
+
export { MDOriginType } from './MDOriginType';
|
|
266
|
+
export { CustOrderHandlingInst } from './CustOrderHandlingInst';
|
|
267
|
+
export { OrderHandlingInstSource } from './OrderHandlingInstSource';
|
|
268
|
+
export { DeskType } from './DeskType';
|
|
269
|
+
export { ExecAckStatus } from './ExecAckStatus';
|
|
270
|
+
export { CollApplType } from './CollApplType';
|
|
271
|
+
export { UnderlyingFXRateCalc } from './UnderlyingFXRateCalc';
|
|
272
|
+
export { AllocPositionEffect } from './AllocPositionEffect';
|
|
273
|
+
export { DealingCapacity } from './DealingCapacity';
|
|
274
|
+
export { InstrmtAssignmentMethod } from './InstrmtAssignmentMethod';
|
|
275
|
+
export { AggressorIndicator } from './AggressorIndicator';
|
|
276
|
+
export { RefOrderIDSource } from './RefOrderIDSource';
|
|
277
|
+
export { DisplayWhen } from './DisplayWhen';
|
|
278
|
+
export { DisplayMethod } from './DisplayMethod';
|
|
279
|
+
export { PriceProtectionScope } from './PriceProtectionScope';
|
|
280
|
+
export { LotType } from './LotType';
|
|
281
|
+
export { PegPriceType } from './PegPriceType';
|
|
282
|
+
export { TriggerType } from './TriggerType';
|
|
283
|
+
export { TriggerAction } from './TriggerAction';
|
|
284
|
+
export { TriggerPriceType } from './TriggerPriceType';
|
|
285
|
+
export { TriggerPriceTypeScope } from './TriggerPriceTypeScope';
|
|
286
|
+
export { TriggerPriceDirection } from './TriggerPriceDirection';
|
|
287
|
+
export { TriggerOrderType } from './TriggerOrderType';
|
|
288
|
+
export { OrderCategory } from './OrderCategory';
|
|
289
|
+
export { TradeHandlingInstr } from './TradeHandlingInstr';
|
|
290
|
+
export { ApplVerID } from './ApplVerID';
|
|
291
|
+
export { ExDestinationIDSource } from './ExDestinationIDSource';
|
|
292
|
+
export { ImpliedMarketIndicator } from './ImpliedMarketIndicator';
|
|
293
|
+
export { SettlObligMode } from './SettlObligMode';
|
|
294
|
+
export { SettlObligTransType } from './SettlObligTransType';
|
|
295
|
+
export { SettlObligSource } from './SettlObligSource';
|
|
296
|
+
export { QuoteEntryStatus } from './QuoteEntryStatus';
|
|
297
|
+
export { PrivateQuote } from './PrivateQuote';
|
|
298
|
+
export { RespondentType } from './RespondentType';
|
|
299
|
+
export { SecurityTradingEvent } from './SecurityTradingEvent';
|
|
300
|
+
export { StatsType } from './StatsType';
|
|
301
|
+
export { MDSecSizeType } from './MDSecSizeType';
|
|
302
|
+
export { SettlMethod } from './SettlMethod';
|
|
303
|
+
export { ExerciseStyle } from './ExerciseStyle';
|
|
304
|
+
export { PriceQuoteMethod } from './PriceQuoteMethod';
|
|
305
|
+
export { ValuationMethod } from './ValuationMethod';
|
|
306
|
+
export { ListMethod } from './ListMethod';
|
|
307
|
+
export { TickRuleType } from './TickRuleType';
|
|
308
|
+
export { MaturityMonthYearIncrementUnits } from './MaturityMonthYearIncrementUnits';
|
|
309
|
+
export { MaturityMonthYearFormat } from './MaturityMonthYearFormat';
|
|
310
|
+
export { PriceLimitType } from './PriceLimitType';
|
|
311
|
+
export { ListUpdateAction } from './ListUpdateAction';
|
|
312
|
+
export { SessionStatus } from './SessionStatus';
|
|
313
|
+
export { TradSesEvent } from './TradSesEvent';
|
|
314
|
+
export { MassActionType } from './MassActionType';
|
|
315
|
+
export { MassActionScope } from './MassActionScope';
|
|
316
|
+
export { MassActionResponse } from './MassActionResponse';
|
|
317
|
+
export { MassActionRejectReason } from './MassActionRejectReason';
|
|
318
|
+
export { MultilegModel } from './MultilegModel';
|
|
319
|
+
export { MultilegPriceMethod } from './MultilegPriceMethod';
|
|
320
|
+
export { ContingencyType } from './ContingencyType';
|
|
321
|
+
export { ListRejectReason } from './ListRejectReason';
|
|
322
|
+
export { TradePublishIndicator } from './TradePublishIndicator';
|
|
323
|
+
export { ApplReqType } from './ApplReqType';
|
|
324
|
+
export { ApplResponseType } from './ApplResponseType';
|
|
325
|
+
export { ApplResponseError } from './ApplResponseError';
|
|
326
|
+
export { ApplReportType } from './ApplReportType';
|
|
327
|
+
export { OrderDelayUnit } from './OrderDelayUnit';
|
|
328
|
+
export { VenueType } from './VenueType';
|
|
329
|
+
export { RefOrdIDReason } from './RefOrdIDReason';
|
|
330
|
+
export { OrigCustOrderCapacity } from './OrigCustOrderCapacity';
|
|
331
|
+
export { ModelType } from './ModelType';
|
|
332
|
+
export { ContractMultiplierUnit } from './ContractMultiplierUnit';
|
|
333
|
+
export { FlowScheduleType } from './FlowScheduleType';
|
|
334
|
+
export { RateSource } from './RateSource';
|
|
335
|
+
export { RateSourceType } from './RateSourceType';
|
|
336
|
+
export { RestructuringType } from './RestructuringType';
|
|
337
|
+
export { Seniority } from './Seniority';
|
|
338
|
+
export { SecurityListType } from './SecurityListType';
|
|
339
|
+
export { SecurityListTypeSource } from './SecurityListTypeSource';
|
|
340
|
+
export { NewsCategory } from './NewsCategory';
|
|
341
|
+
export { NewsRefType } from './NewsRefType';
|
|
342
|
+
export { StrikePriceDeterminationMethod } from './StrikePriceDeterminationMethod';
|
|
343
|
+
export { StrikePriceBoundaryMethod } from './StrikePriceBoundaryMethod';
|
|
344
|
+
export { UnderlyingPriceDeterminationMethod } from './UnderlyingPriceDeterminationMethod';
|
|
345
|
+
export { OptPayoutType } from './OptPayoutType';
|
|
346
|
+
export { ComplexEventType } from './ComplexEventType';
|
|
347
|
+
export { ComplexEventPriceBoundaryMethod } from './ComplexEventPriceBoundaryMethod';
|
|
348
|
+
export { ComplexEventPriceTimeType } from './ComplexEventPriceTimeType';
|
|
349
|
+
export { ComplexEventCondition } from './ComplexEventCondition';
|
|
350
|
+
export { StreamAsgnReqType } from './StreamAsgnReqType';
|
|
351
|
+
export { StreamAsgnRejReason } from './StreamAsgnRejReason';
|
|
352
|
+
export { StreamAsgnAckType } from './StreamAsgnAckType';
|
|
353
|
+
export { StreamAsgnType } from './StreamAsgnType';
|
|
354
|
+
export { MatchInst } from './MatchInst';
|
|
355
|
+
export { TriggerScope } from './TriggerScope';
|
|
356
|
+
export { LimitAmtType } from './LimitAmtType';
|
|
357
|
+
export { MarginReqmtInqQualifier } from './MarginReqmtInqQualifier';
|
|
358
|
+
export { MarginReqmtRptType } from './MarginReqmtRptType';
|
|
359
|
+
export { MarginReqmtInqResult } from './MarginReqmtInqResult';
|
|
360
|
+
export { MarginAmtType } from './MarginAmtType';
|
|
361
|
+
export { RelatedInstrumentType } from './RelatedInstrumentType';
|
|
362
|
+
export { MarketMakerActivity } from './MarketMakerActivity';
|
|
363
|
+
export { RequestResult } from './RequestResult';
|
|
364
|
+
export { PartyRelationship } from './PartyRelationship';
|
|
365
|
+
export { RiskLimitType } from './RiskLimitType';
|
|
366
|
+
export { InstrumentScopeOperator } from './InstrumentScopeOperator';
|
|
367
|
+
export { PartyDetailStatus } from './PartyDetailStatus';
|
|
368
|
+
export { PartyDetailRoleQualifier } from './PartyDetailRoleQualifier';
|
|
369
|
+
export { TrdAckStatus } from './TrdAckStatus';
|
|
370
|
+
export { SecurityClassificationReason } from './SecurityClassificationReason';
|
|
371
|
+
export { PosAmtReason } from './PosAmtReason';
|
|
372
|
+
export { SideClearingTradePriceType } from './SideClearingTradePriceType';
|
|
373
|
+
export { SecurityRejectReason } from './SecurityRejectReason';
|
|
374
|
+
export { ThrottleStatus } from './ThrottleStatus';
|
|
375
|
+
export { ThrottleAction } from './ThrottleAction';
|
|
376
|
+
export { ThrottleType } from './ThrottleType';
|
|
377
|
+
export { ThrottleInst } from './ThrottleInst';
|
|
378
|
+
export { ThrottleCountIndicator } from './ThrottleCountIndicator';
|
|
379
|
+
export { AllocationRollupInstruction } from './AllocationRollupInstruction';
|
|
380
|
+
export { AllocReversalStatus } from './AllocReversalStatus';
|
|
381
|
+
export { ObligationType } from './ObligationType';
|
|
382
|
+
export { TradePriceNegotiationMethod } from './TradePriceNegotiationMethod';
|
|
383
|
+
export { UpfrontPriceType } from './UpfrontPriceType';
|
|
384
|
+
export { ShortSaleRestriction } from './ShortSaleRestriction';
|
|
385
|
+
export { ShortSaleExemptionReason } from './ShortSaleExemptionReason';
|
|
386
|
+
export { ApplLevelRecoveryIndicator } from './ApplLevelRecoveryIndicator';
|
|
387
|
+
export { RiskLimitRequestType } from './RiskLimitRequestType';
|
|
388
|
+
export { RiskLimitRequestResult } from './RiskLimitRequestResult';
|
|
389
|
+
export { RiskLimitAction } from './RiskLimitAction';
|
|
390
|
+
export { EntitlementType } from './EntitlementType';
|
|
391
|
+
export { EntitlementAttribDatatype } from './EntitlementAttribDatatype';
|
|
392
|
+
export { TradSesControl } from './TradSesControl';
|
|
393
|
+
export { TradeVolType } from './TradeVolType';
|
|
394
|
+
export { OrderEventType } from './OrderEventType';
|
|
395
|
+
export { OrderEventReason } from './OrderEventReason';
|
|
396
|
+
export { AuctionType } from './AuctionType';
|
|
397
|
+
export { AuctionInstruction } from './AuctionInstruction';
|
|
398
|
+
export { LockType } from './LockType';
|
|
399
|
+
export { ReleaseInstruction } from './ReleaseInstruction';
|
|
400
|
+
export { DisclosureType } from './DisclosureType';
|
|
401
|
+
export { DisclosureInstruction } from './DisclosureInstruction';
|
|
402
|
+
export { TradingCapacity } from './TradingCapacity';
|
|
403
|
+
export { ClearingAccountType } from './ClearingAccountType';
|
|
404
|
+
export { RelatedPriceSource } from './RelatedPriceSource';
|
|
405
|
+
export { MinQtyMethod } from './MinQtyMethod';
|
|
406
|
+
export { Triggered } from './Triggered';
|
|
407
|
+
export { EventTimeUnit } from './EventTimeUnit';
|
|
408
|
+
export { OrderOrigination } from './OrderOrigination';
|
|
409
|
+
export { ClearedIndicator } from './ClearedIndicator';
|
|
410
|
+
export { ContractRefPosType } from './ContractRefPosType';
|
|
411
|
+
export { PositionCapacity } from './PositionCapacity';
|
|
412
|
+
export { TradePriceCondition } from './TradePriceCondition';
|
|
413
|
+
export { TradeAllocStatus } from './TradeAllocStatus';
|
|
414
|
+
export { TradeQtyType } from './TradeQtyType';
|
|
415
|
+
export { TradeAllocGroupInstruction } from './TradeAllocGroupInstruction';
|
|
416
|
+
export { OffsetInstruction } from './OffsetInstruction';
|
|
417
|
+
export { RelatedTradeIDSource } from './RelatedTradeIDSource';
|
|
418
|
+
export { RelatedPositionIDSource } from './RelatedPositionIDSource';
|
|
419
|
+
export { QuoteAckStatus } from './QuoteAckStatus';
|
|
420
|
+
export { ValueCheckType } from './ValueCheckType';
|
|
421
|
+
export { ValueCheckAction } from './ValueCheckAction';
|
|
422
|
+
export { PartyDetailRequestResult } from './PartyDetailRequestResult';
|
|
423
|
+
export { PartyDetailRequestStatus } from './PartyDetailRequestStatus';
|
|
424
|
+
export { PartyDetailDefinitionStatus } from './PartyDetailDefinitionStatus';
|
|
425
|
+
export { EntitlementRequestResult } from './EntitlementRequestResult';
|
|
426
|
+
export { EntitlementStatus } from './EntitlementStatus';
|
|
427
|
+
export { TradeMatchAckStatus } from './TradeMatchAckStatus';
|
|
428
|
+
export { TradeMatchRejectReason } from './TradeMatchRejectReason';
|
|
429
|
+
export { PriceMovementType } from './PriceMovementType';
|
|
430
|
+
export { RegulatoryTradeIDEvent } from './RegulatoryTradeIDEvent';
|
|
431
|
+
export { RegulatoryTradeIDType } from './RegulatoryTradeIDType';
|
|
432
|
+
export { ClearingIntention } from './ClearingIntention';
|
|
433
|
+
export { ConfirmationMethod } from './ConfirmationMethod';
|
|
434
|
+
export { VerificationMethod } from './VerificationMethod';
|
|
435
|
+
export { ClearingRequirementException } from './ClearingRequirementException';
|
|
436
|
+
export { IRSDirection } from './IRSDirection';
|
|
437
|
+
export { RegulatoryReportType } from './RegulatoryReportType';
|
|
438
|
+
export { TradeCollateralization } from './TradeCollateralization';
|
|
439
|
+
export { TradeContinuation } from './TradeContinuation';
|
|
440
|
+
export { AssetClass } from './AssetClass';
|
|
441
|
+
export { AssetSubClass } from './AssetSubClass';
|
|
442
|
+
export { SwapClass } from './SwapClass';
|
|
443
|
+
export { CouponType } from './CouponType';
|
|
444
|
+
export { CouponFrequencyUnit } from './CouponFrequencyUnit';
|
|
445
|
+
export { CouponDayCount } from './CouponDayCount';
|
|
446
|
+
export { LienSeniority } from './LienSeniority';
|
|
447
|
+
export { LoanFacility } from './LoanFacility';
|
|
448
|
+
export { ReferenceEntityType } from './ReferenceEntityType';
|
|
449
|
+
export { BlockTrdAllocIndicator } from './BlockTrdAllocIndicator';
|
|
450
|
+
export { UnderlyingObligationType } from './UnderlyingObligationType';
|
|
451
|
+
export { CashSettlQuoteMethod } from './CashSettlQuoteMethod';
|
|
452
|
+
export { CashSettlValuationMethod } from './CashSettlValuationMethod';
|
|
453
|
+
export { StreamType } from './StreamType';
|
|
454
|
+
export { ProvisionType } from './ProvisionType';
|
|
455
|
+
export { ProvisionDateTenorUnit } from './ProvisionDateTenorUnit';
|
|
456
|
+
export { ProvisionCalculationAgent } from './ProvisionCalculationAgent';
|
|
457
|
+
export { ProvisionOptionSinglePartyBuyerSide } from './ProvisionOptionSinglePartyBuyerSide';
|
|
458
|
+
export { ProvisionCashSettlMethod } from './ProvisionCashSettlMethod';
|
|
459
|
+
export { ProvisionCashSettlQuoteType } from './ProvisionCashSettlQuoteType';
|
|
460
|
+
export { ProvisionOptionExerciseEarliestDateOffsetUnit } from './ProvisionOptionExerciseEarliestDateOffsetUnit';
|
|
461
|
+
export { ProvisionOptionExerciseFixedDateType } from './ProvisionOptionExerciseFixedDateType';
|
|
462
|
+
export { ProvisionCashSettlPaymentDateType } from './ProvisionCashSettlPaymentDateType';
|
|
463
|
+
export { ProtectionTermEventUnit } from './ProtectionTermEventUnit';
|
|
464
|
+
export { ProtectionTermEventDayType } from './ProtectionTermEventDayType';
|
|
465
|
+
export { ProtectionTermEventQualifier } from './ProtectionTermEventQualifier';
|
|
466
|
+
export { PaymentType } from './PaymentType';
|
|
467
|
+
export { PaymentPaySide } from './PaymentPaySide';
|
|
468
|
+
export { PaymentSettlStyle } from './PaymentSettlStyle';
|
|
469
|
+
export { PaymentStreamType } from './PaymentStreamType';
|
|
470
|
+
export { PaymentStreamDiscountType } from './PaymentStreamDiscountType';
|
|
471
|
+
export { PaymentStreamCompoundingMethod } from './PaymentStreamCompoundingMethod';
|
|
472
|
+
export { PaymentStreamPaymentFrequencyUnit } from './PaymentStreamPaymentFrequencyUnit';
|
|
473
|
+
export { PaymentStreamPaymentDateOffsetUnit } from './PaymentStreamPaymentDateOffsetUnit';
|
|
474
|
+
export { PaymentStreamResetWeeklyRollConvention } from './PaymentStreamResetWeeklyRollConvention';
|
|
475
|
+
export { PaymentStreamRateIndexSource } from './PaymentStreamRateIndexSource';
|
|
476
|
+
export { PaymentStreamRateIndexCurveUnit } from './PaymentStreamRateIndexCurveUnit';
|
|
477
|
+
export { PaymentStreamRateSpreadPositionType } from './PaymentStreamRateSpreadPositionType';
|
|
478
|
+
export { PaymentStreamRateTreatment } from './PaymentStreamRateTreatment';
|
|
479
|
+
export { PaymentStreamCapRateBuySide } from './PaymentStreamCapRateBuySide';
|
|
480
|
+
export { PaymentStreamFloorRateBuySide } from './PaymentStreamFloorRateBuySide';
|
|
481
|
+
export { PaymentStreamAveragingMethod } from './PaymentStreamAveragingMethod';
|
|
482
|
+
export { PaymentStreamNegativeRateTreatment } from './PaymentStreamNegativeRateTreatment';
|
|
483
|
+
export { PaymentStreamInflationLagUnit } from './PaymentStreamInflationLagUnit';
|
|
484
|
+
export { PaymentStreamInflationLagDayType } from './PaymentStreamInflationLagDayType';
|
|
485
|
+
export { PaymentStreamInflationInterpolationMethod } from './PaymentStreamInflationInterpolationMethod';
|
|
486
|
+
export { PaymentStreamFRADiscounting } from './PaymentStreamFRADiscounting';
|
|
487
|
+
export { NonDeliverableFixingDateType } from './NonDeliverableFixingDateType';
|
|
488
|
+
export { PaymentScheduleType } from './PaymentScheduleType';
|
|
489
|
+
export { PaymentScheduleStepRelativeTo } from './PaymentScheduleStepRelativeTo';
|
|
490
|
+
export { PaymentStubType } from './PaymentStubType';
|
|
491
|
+
export { PaymentStubLength } from './PaymentStubLength';
|
|
492
|
+
export { PaymentStreamPaymentDateOffsetDayType } from './PaymentStreamPaymentDateOffsetDayType';
|
|
493
|
+
export { BusinessDayConvention } from './BusinessDayConvention';
|
|
494
|
+
export { DateRollConvention } from './DateRollConvention';
|
|
495
|
+
export { AttachmentEncodingType } from './AttachmentEncodingType';
|
|
496
|
+
export { NegotiationMethod } from './NegotiationMethod';
|
|
497
|
+
export { ComplexEventPeriodType } from './ComplexEventPeriodType';
|
|
498
|
+
export { ComplexEventDateOffsetDayType } from './ComplexEventDateOffsetDayType';
|
|
499
|
+
export { ComplexOptPayoutTime } from './ComplexOptPayoutTime';
|
|
500
|
+
export { ComplexEventQuoteBasis } from './ComplexEventQuoteBasis';
|
|
501
|
+
export { ComplexEventCreditEventNotifyingParty } from './ComplexEventCreditEventNotifyingParty';
|
|
502
|
+
export { DeliveryScheduleType } from './DeliveryScheduleType';
|
|
503
|
+
export { DeliveryScheduleToleranceType } from './DeliveryScheduleToleranceType';
|
|
504
|
+
export { DeliveryScheduleSettlFlowType } from './DeliveryScheduleSettlFlowType';
|
|
505
|
+
export { DeliveryScheduleSettlHolidaysProcessingInstruction } from './DeliveryScheduleSettlHolidaysProcessingInstruction';
|
|
506
|
+
export { DeliveryScheduleSettlDay } from './DeliveryScheduleSettlDay';
|
|
507
|
+
export { DeliveryScheduleSettlTimeType } from './DeliveryScheduleSettlTimeType';
|
|
508
|
+
export { DeliveryStreamType } from './DeliveryStreamType';
|
|
509
|
+
export { DeliveryStreamDeliveryRestriction } from './DeliveryStreamDeliveryRestriction';
|
|
510
|
+
export { DeliveryStreamTitleTransferCondition } from './DeliveryStreamTitleTransferCondition';
|
|
511
|
+
export { DeliveryStreamToleranceOptionSide } from './DeliveryStreamToleranceOptionSide';
|
|
512
|
+
export { DeliveryStreamElectingPartySide } from './DeliveryStreamElectingPartySide';
|
|
513
|
+
export { SwapSubClass } from './SwapSubClass';
|
|
514
|
+
export { StrategyType } from './StrategyType';
|
|
515
|
+
export { SettlDisruptionProvision } from './SettlDisruptionProvision';
|
|
516
|
+
export { MarketDisruptionProvision } from './MarketDisruptionProvision';
|
|
517
|
+
export { MarketDisruptionFallbackProvision } from './MarketDisruptionFallbackProvision';
|
|
518
|
+
export { MarketDisruptionFallbackUnderlierType } from './MarketDisruptionFallbackUnderlierType';
|
|
519
|
+
export { ExerciseConfirmationMethod } from './ExerciseConfirmationMethod';
|
|
520
|
+
export { OptionExerciseDateType } from './OptionExerciseDateType';
|
|
521
|
+
export { PaymentDateOffsetDayType } from './PaymentDateOffsetDayType';
|
|
522
|
+
export { PaymentForwardStartType } from './PaymentForwardStartType';
|
|
523
|
+
export { PaymentStreamSettlLevel } from './PaymentStreamSettlLevel';
|
|
524
|
+
export { PaymentStreamRateSpreadType } from './PaymentStreamRateSpreadType';
|
|
525
|
+
export { PaymentStreamPricingDayDistribution } from './PaymentStreamPricingDayDistribution';
|
|
526
|
+
export { PaymentStreamPricingDayOfWeek } from './PaymentStreamPricingDayOfWeek';
|
|
527
|
+
export { StreamCommodityNearbySettlDayUnit } from './StreamCommodityNearbySettlDayUnit';
|
|
528
|
+
export { StreamCommodityDataSourceIDType } from './StreamCommodityDataSourceIDType';
|
|
529
|
+
export { StreamNotionalCommodityFrequency } from './StreamNotionalCommodityFrequency';
|
|
530
|
+
export { RiskLimitReportStatus } from './RiskLimitReportStatus';
|
|
531
|
+
export { RiskLimitReportRejectReason } from './RiskLimitReportRejectReason';
|
|
532
|
+
export { RiskLimitCheckTransType } from './RiskLimitCheckTransType';
|
|
533
|
+
export { RiskLimitCheckType } from './RiskLimitCheckType';
|
|
534
|
+
export { RiskLimitCheckRequestType } from './RiskLimitCheckRequestType';
|
|
535
|
+
export { RiskLimitCheckRequestStatus } from './RiskLimitCheckRequestStatus';
|
|
536
|
+
export { RiskLimitCheckRequestResult } from './RiskLimitCheckRequestResult';
|
|
537
|
+
export { PartyActionType } from './PartyActionType';
|
|
538
|
+
export { PartyActionResponse } from './PartyActionResponse';
|
|
539
|
+
export { PartyActionRejectReason } from './PartyActionRejectReason';
|
|
540
|
+
export { RefRiskLimitCheckIDType } from './RefRiskLimitCheckIDType';
|
|
541
|
+
export { RiskLimitCheckModelType } from './RiskLimitCheckModelType';
|
|
542
|
+
export { RiskLimitCheckStatus } from './RiskLimitCheckStatus';
|
|
543
|
+
export { RegulatoryTransactionType } from './RegulatoryTransactionType';
|
|
544
|
+
export { BatchProcessMode } from './BatchProcessMode';
|
|
545
|
+
export { DeliveryStreamDeliveryPointSource } from './DeliveryStreamDeliveryPointSource';
|
|
546
|
+
export { TaxonomyType } from './TaxonomyType';
|
|
547
|
+
export { RegulatoryTradeIDScope } from './RegulatoryTradeIDScope';
|
|
548
|
+
export { EntitlementSubType } from './EntitlementSubType';
|
|
549
|
+
export { QuoteModelType } from './QuoteModelType';
|
|
550
|
+
export { ExecMethod } from './ExecMethod';
|
|
551
|
+
export { TradeContingency } from './TradeContingency';
|
|
552
|
+
export { PaymentSubType } from './PaymentSubType';
|
|
553
|
+
export { MassOrderRequestStatus } from './MassOrderRequestStatus';
|
|
554
|
+
export { MassOrderRequestResult } from './MassOrderRequestResult';
|
|
555
|
+
export { OrderResponseLevel } from './OrderResponseLevel';
|
|
556
|
+
export { OrderEntryAction } from './OrderEntryAction';
|
|
557
|
+
export { ExecTypeReason } from './ExecTypeReason';
|
|
558
|
+
export { TransferTransType } from './TransferTransType';
|
|
559
|
+
export { TransferType } from './TransferType';
|
|
560
|
+
export { TransferScope } from './TransferScope';
|
|
561
|
+
export { TransferStatus } from './TransferStatus';
|
|
562
|
+
export { TransferRejectReason } from './TransferRejectReason';
|
|
563
|
+
export { TransferReportType } from './TransferReportType';
|
|
564
|
+
export { SettlPriceDeterminationMethod } from './SettlPriceDeterminationMethod';
|
|
565
|
+
export { MDStatisticType } from './MDStatisticType';
|
|
566
|
+
export { MDStatisticScope } from './MDStatisticScope';
|
|
567
|
+
export { MDStatisticSubScope } from './MDStatisticSubScope';
|
|
568
|
+
export { MDStatisticScopeType } from './MDStatisticScopeType';
|
|
569
|
+
export { MDStatisticIntervalType } from './MDStatisticIntervalType';
|
|
570
|
+
export { MDStatisticRatioType } from './MDStatisticRatioType';
|
|
571
|
+
export { MDStatisticRequestResult } from './MDStatisticRequestResult';
|
|
572
|
+
export { MDStatisticStatus } from './MDStatisticStatus';
|
|
573
|
+
export { MDStatisticValueType } from './MDStatisticValueType';
|
|
574
|
+
export { AssetGroup } from './AssetGroup';
|
|
575
|
+
export { CollRptRejectReason } from './CollRptRejectReason';
|
|
576
|
+
export { CollRptStatus } from './CollRptStatus';
|
|
577
|
+
export { RelativeValueType } from './RelativeValueType';
|
|
578
|
+
export { RelativeValueSide } from './RelativeValueSide';
|
|
579
|
+
export { MDReportEvent } from './MDReportEvent';
|
|
580
|
+
export { MarketSegmentStatus } from './MarketSegmentStatus';
|
|
581
|
+
export { MarketSegmentType } from './MarketSegmentType';
|
|
582
|
+
export { MarketSegmentRelationship } from './MarketSegmentRelationship';
|
|
583
|
+
export { QuoteSideIndicator } from './QuoteSideIndicator';
|
|
584
|
+
export { CustomerPriority } from './CustomerPriority';
|
|
585
|
+
export { SettlSubMethod } from './SettlSubMethod';
|
|
586
|
+
export { CalculationMethod } from './CalculationMethod';
|
|
587
|
+
export { CollateralAmountType } from './CollateralAmountType';
|
|
588
|
+
export { CommissionAmountType } from './CommissionAmountType';
|
|
589
|
+
export { CashSettlPriceDefault } from './CashSettlPriceDefault';
|
|
590
|
+
export { ComplexEventPVFinalPriceElectionFallback } from './ComplexEventPVFinalPriceElectionFallback';
|
|
591
|
+
export { DividendEntitlementEvent } from './DividendEntitlementEvent';
|
|
592
|
+
export { DividendAmountType } from './DividendAmountType';
|
|
593
|
+
export { NonCashDividendTreatment } from './NonCashDividendTreatment';
|
|
594
|
+
export { DividendComposition } from './DividendComposition';
|
|
595
|
+
export { StrikeIndexQuote } from './StrikeIndexQuote';
|
|
596
|
+
export { ExtraordinaryEventAdjustmentMethod } from './ExtraordinaryEventAdjustmentMethod';
|
|
597
|
+
export { PaymentStreamInterpolationPeriod } from './PaymentStreamInterpolationPeriod';
|
|
598
|
+
export { PaymentStreamLinkStrikePriceType } from './PaymentStreamLinkStrikePriceType';
|
|
599
|
+
export { PaymentStreamRealizedVarianceMethod } from './PaymentStreamRealizedVarianceMethod';
|
|
600
|
+
export { ProvisionBreakFeeElection } from './ProvisionBreakFeeElection';
|
|
601
|
+
export { ReturnRateDateMode } from './ReturnRateDateMode';
|
|
602
|
+
export { ReturnRatePriceSequence } from './ReturnRatePriceSequence';
|
|
603
|
+
export { ReturnRateQuoteTimeType } from './ReturnRateQuoteTimeType';
|
|
604
|
+
export { ReturnRateValuationPriceOption } from './ReturnRateValuationPriceOption';
|
|
605
|
+
export { ReturnRatePriceBasis } from './ReturnRatePriceBasis';
|
|
606
|
+
export { ReturnRatePriceType } from './ReturnRatePriceType';
|
|
607
|
+
export { StreamNotionalAdjustments } from './StreamNotionalAdjustments';
|
|
608
|
+
export { UnderlyingNotionalAdjustments } from './UnderlyingNotionalAdjustments';
|
|
609
|
+
export { RemunerationIndicator } from './RemunerationIndicator';
|
|
610
|
+
export { PartyRiskLimitStatus } from './PartyRiskLimitStatus';
|
|
611
|
+
export { AlgorithmicTradeIndicator } from './AlgorithmicTradeIndicator';
|
|
612
|
+
export { TrdRegPublicationType } from './TrdRegPublicationType';
|
|
613
|
+
export { TrdRegPublicationReason } from './TrdRegPublicationReason';
|
|
614
|
+
export { CrossedIndicator } from './CrossedIndicator';
|
|
615
|
+
export { OrderAttributeType } from './OrderAttributeType';
|
|
616
|
+
export { TradeReportingIndicator } from './TradeReportingIndicator';
|
|
617
|
+
export { MassActionReason } from './MassActionReason';
|
|
618
|
+
export { NotAffectedReason } from './NotAffectedReason';
|
|
619
|
+
export { OrderOwnershipIndicator } from './OrderOwnershipIndicator';
|
|
620
|
+
export { InTheMoneyCondition } from './InTheMoneyCondition';
|
|
621
|
+
export { ExDestinationType } from './ExDestinationType';
|
|
622
|
+
export { MarketCondition } from './MarketCondition';
|
|
623
|
+
export { QuoteAttributeType } from './QuoteAttributeType';
|
|
624
|
+
export { PriceQualifier } from './PriceQualifier';
|
|
625
|
+
export { MDValueTier } from './MDValueTier';
|
|
626
|
+
export { MiscFeeQualifier } from './MiscFeeQualifier';
|
|
627
|
+
export { CommissionAmountSubType } from './CommissionAmountSubType';
|
|
628
|
+
export { CommodityFinalPriceType } from './CommodityFinalPriceType';
|
|
629
|
+
export { ReferenceDataDateType } from './ReferenceDataDateType';
|
|
630
|
+
export { ReturnTrigger } from './ReturnTrigger';
|
|
631
|
+
export { AveragePriceType } from './AveragePriceType';
|
|
632
|
+
export { AllocGroupStatus } from './AllocGroupStatus';
|
|
633
|
+
export { AllocRequestStatus } from './AllocRequestStatus';
|
|
634
|
+
export { MatchExceptionType } from './MatchExceptionType';
|
|
635
|
+
export { MatchExceptionElementType } from './MatchExceptionElementType';
|
|
636
|
+
export { MatchExceptionToleranceValueType } from './MatchExceptionToleranceValueType';
|
|
637
|
+
export { MatchingDataPointIndicator } from './MatchingDataPointIndicator';
|
|
638
|
+
export { TradeAggregationTransType } from './TradeAggregationTransType';
|
|
639
|
+
export { TradeAggregationRequestStatus } from './TradeAggregationRequestStatus';
|
|
640
|
+
export { TradeAggregationRejectReason } from './TradeAggregationRejectReason';
|
|
641
|
+
export { OffshoreIndicator } from './OffshoreIndicator';
|
|
642
|
+
export { PayReportTransType } from './PayReportTransType';
|
|
643
|
+
export { PayReportStatus } from './PayReportStatus';
|
|
644
|
+
export { PayRequestTransType } from './PayRequestTransType';
|
|
645
|
+
export { PayRequestStatus } from './PayRequestStatus';
|
|
646
|
+
export { PostTradePaymentDebitOrCredit } from './PostTradePaymentDebitOrCredit';
|
|
647
|
+
export { PostTradePaymentStatus } from './PostTradePaymentStatus';
|
|
648
|
+
export { DuplicateClOrdIDIndicator } from './DuplicateClOrdIDIndicator';
|
|
649
|
+
export { EventInitiatorType } from './EventInitiatorType';
|
|
650
|
+
export { NBBOEntryType } from './NBBOEntryType';
|
|
651
|
+
export { NBBOSource } from './NBBOSource';
|
|
652
|
+
export { SingleQuoteIndicator } from './SingleQuoteIndicator';
|
|
653
|
+
export { TrdRegTimestampManualIndicator } from './TrdRegTimestampManualIndicator';
|
|
654
|
+
export { CollateralReinvestmentType } from './CollateralReinvestmentType';
|
|
655
|
+
export { FundingSource } from './FundingSource';
|
|
656
|
+
export { MarginDirection } from './MarginDirection';
|
|
657
|
+
export { TransactionAttributeType } from './TransactionAttributeType';
|
|
658
|
+
export { RoutingArrangementIndicator } from './RoutingArrangementIndicator';
|
|
659
|
+
export { RelatedOrderIDSource } from './RelatedOrderIDSource';
|
|
660
|
+
export { OrderRelationship } from './OrderRelationship';
|
|
661
|
+
export { CurrencyCodeSource } from './CurrencyCodeSource';
|
|
662
|
+
export { MultiJurisdictionReportingIndicator } from './MultiJurisdictionReportingIndicator';
|
|
663
|
+
export { SelfMatchPreventionInstruction } from './SelfMatchPreventionInstruction';
|
|
664
|
+
export { SettlStatusRequestStatus } from './SettlStatusRequestStatus';
|
|
665
|
+
export { SettlStatusReportStatus } from './SettlStatusReportStatus';
|
|
666
|
+
export { AllocGroupSubQtyType } from './AllocGroupSubQtyType';
|
|
667
|
+
export { MetricsCalculationPriceSource } from './MetricsCalculationPriceSource';
|
|
668
|
+
export { AssetValuationModel } from './AssetValuationModel';
|
|
669
|
+
export { AlgoCertificateRequestTransType } from './AlgoCertificateRequestTransType';
|
|
670
|
+
export { AlgoCertificateRequestStatus } from './AlgoCertificateRequestStatus';
|
|
671
|
+
export { AlgoCertificateReportTransType } from './AlgoCertificateReportTransType';
|
|
672
|
+
export { AlgoCertificateReportStatus } from './AlgoCertificateReportStatus';
|
|
673
|
+
export { AlgoCertificateStatus } from './AlgoCertificateStatus';
|
|
674
|
+
export { TestThresholdType } from './TestThresholdType';
|
|
675
|
+
export { TestSuiteRequestTransType } from './TestSuiteRequestTransType';
|
|
676
|
+
export { TestSuiteRequestStatus } from './TestSuiteRequestStatus';
|
|
677
|
+
export { TestActionType } from './TestActionType';
|
|
678
|
+
export { TestActionRequestStatus } from './TestActionRequestStatus';
|
|
679
|
+
export { TestSuiteActivityState } from './TestSuiteActivityState';
|
|
680
|
+
export { TestSuiteStatus } from './TestSuiteStatus';
|
|
681
|
+
export { FXBenchmark } from './FXBenchmark';
|
|
682
|
+
export { AlgoCertificateRequestType } from './AlgoCertificateRequestType';
|
|
683
|
+
export { AlgoCertificateReportType } from './AlgoCertificateReportType';
|
|
684
|
+
export { TestGatewayDetailType } from './TestGatewayDetailType';
|
|
685
|
+
export { MessageEncoding } from './MessageEncoding';
|
|
686
|
+
export { ExecTransType } from './ExecTransType';
|
|
687
|
+
export { IDSource } from './IDSource';
|
|
688
|
+
export { IOIShares } from './IOIShares';
|
|
689
|
+
export { Rule80A } from './Rule80A';
|
|
690
|
+
export { SettlmntTyp } from './SettlmntTyp';
|
|
691
|
+
export { OpenClose } from './OpenClose';
|
|
692
|
+
export { SettlLocation } from './SettlLocation';
|
|
693
|
+
export { CustomerOrFirm } from './CustomerOrFirm';
|
|
694
|
+
export { Benchmark } from './Benchmark';
|
|
695
|
+
export { OpenCloseSettleFlag } from './OpenCloseSettleFlag';
|
|
696
|
+
export { QuoteEntryRejectReason } from './QuoteEntryRejectReason';
|
|
697
|
+
export { TradeType } from './TradeType';
|
|
698
|
+
export { Field as Fields } from './Field';
|
|
699
|
+
export { Message as Messages } from './Message';
|