@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.
29 lines • 1.84 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OwnerType = void 0;
var OwnerType;
(function (OwnerType) {
OwnerType[OwnerType["IndividualInvestor"] = 1] = "IndividualInvestor";
OwnerType[OwnerType["PublicCompany"] = 2] = "PublicCompany";
OwnerType[OwnerType["PrivateCompany"] = 3] = "PrivateCompany";
OwnerType[OwnerType["IndividualTrustee"] = 4] = "IndividualTrustee";
OwnerType[OwnerType["CompanyTrustee"] = 5] = "CompanyTrustee";
OwnerType[OwnerType["PensionPlan"] = 6] = "PensionPlan";
OwnerType[OwnerType["CustodianUnderGiftsToMinorsAct"] = 7] = "CustodianUnderGiftsToMinorsAct";
OwnerType[OwnerType["Trusts"] = 8] = "Trusts";
OwnerType[OwnerType["Fiduciaries"] = 9] = "Fiduciaries";
OwnerType[OwnerType["NetworkingSubAccount"] = 10] = "NetworkingSubAccount";
OwnerType[OwnerType["NonProfitOrganization"] = 11] = "NonProfitOrganization";
OwnerType[OwnerType["CorporateBody"] = 12] = "CorporateBody";
OwnerType[OwnerType["Nominee"] = 13] = "Nominee";
OwnerType[OwnerType["InstitutionalCustomer"] = 14] = "InstitutionalCustomer";
OwnerType[OwnerType["Combined"] = 15] = "Combined";
OwnerType[OwnerType["MemberFirmEmployee"] = 16] = "MemberFirmEmployee";
OwnerType[OwnerType["MarketMakingAccount"] = 17] = "MarketMakingAccount";
OwnerType[OwnerType["ProprietaryAccount"] = 18] = "ProprietaryAccount";
OwnerType[OwnerType["NonbrokerDealer"] = 19] = "NonbrokerDealer";
OwnerType[OwnerType["UnknownBeneficialOwnerType"] = 20] = "UnknownBeneficialOwnerType";
OwnerType[OwnerType["FirmsErrorAccount"] = 21] = "FirmsErrorAccount";
OwnerType[OwnerType["FirmAgencyAveragePriceAccount"] = 22] = "FirmAgencyAveragePriceAccount";
})(OwnerType || (exports.OwnerType = OwnerType = {}));
//# sourceMappingURL=OwnerType.js.map