@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.
33 lines (32 loc) • 940 B
TypeScript
export declare enum PartyIDSource {
UKNationalInsuranceOrPensionNumber = "6",
KoreanInvestorID = "1",
ISITCAcronym = "I",
BIC = "B",
USSocialSecurityNumber = "7",
TaiwaneseForeignInvestorID = "2",
GeneralIdentifier = "C",
USEmployerOrTaxIDNumber = "8",
TaiwaneseTradingAcct = "3",
Proprietary = "D",
AustralianBusinessNumber = "9",
MalaysianCentralDepository = "4",
ISOCountryCode = "E",
AustralianTaxFileNumber = "A",
ChineseInvestorID = "5",
SettlementEntityLocation = "F",
TaxID = "J",
MIC = "G",
CSDParticipant = "H",
AustralianCompanyNumber = "K",
AustralianRegisteredBodyNumber = "L",
CFTCReportingFirmIdentifier = "M",
LegalEntityIdentifier = "N",
InterimIdentifier = "O",
ShortCodeIdentifier = "P",
NationalIDNaturalPerson = "Q",
IndiaPermanentAccountNumber = "R",
FDID = "S",
SPSAID = "T",
MasterSPSAID = "U"
}