UNPKG

@sotatech/nest-quickfix

Version:

A powerful NestJS implementation of the FIX (Financial Information eXchange) protocol. Provides high-performance, reliable messaging for financial trading applications with built-in session management, message validation, and recovery mechanisms.

37 lines 1.68 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PartyIDSource = void 0; var PartyIDSource; (function (PartyIDSource) { PartyIDSource["UKNationalInsuranceOrPensionNumber"] = "6"; PartyIDSource["KoreanInvestorID"] = "1"; PartyIDSource["ISITCAcronym"] = "I"; PartyIDSource["BIC"] = "B"; PartyIDSource["USSocialSecurityNumber"] = "7"; PartyIDSource["TaiwaneseForeignInvestorID"] = "2"; PartyIDSource["GeneralIdentifier"] = "C"; PartyIDSource["USEmployerOrTaxIDNumber"] = "8"; PartyIDSource["TaiwaneseTradingAcct"] = "3"; PartyIDSource["Proprietary"] = "D"; PartyIDSource["AustralianBusinessNumber"] = "9"; PartyIDSource["MalaysianCentralDepository"] = "4"; PartyIDSource["ISOCountryCode"] = "E"; PartyIDSource["AustralianTaxFileNumber"] = "A"; PartyIDSource["ChineseInvestorID"] = "5"; PartyIDSource["SettlementEntityLocation"] = "F"; PartyIDSource["TaxID"] = "J"; PartyIDSource["MIC"] = "G"; PartyIDSource["CSDParticipant"] = "H"; PartyIDSource["AustralianCompanyNumber"] = "K"; PartyIDSource["AustralianRegisteredBodyNumber"] = "L"; PartyIDSource["CFTCReportingFirmIdentifier"] = "M"; PartyIDSource["LegalEntityIdentifier"] = "N"; PartyIDSource["InterimIdentifier"] = "O"; PartyIDSource["ShortCodeIdentifier"] = "P"; PartyIDSource["NationalIDNaturalPerson"] = "Q"; PartyIDSource["IndiaPermanentAccountNumber"] = "R"; PartyIDSource["FDID"] = "S"; PartyIDSource["SPSAID"] = "T"; PartyIDSource["MasterSPSAID"] = "U"; })(PartyIDSource || (exports.PartyIDSource = PartyIDSource = {})); //# sourceMappingURL=PartyIDSource.js.map