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.

12 lines 890 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollateralReinvestmentType = void 0; var CollateralReinvestmentType; (function (CollateralReinvestmentType) { CollateralReinvestmentType[CollateralReinvestmentType["MoneyMarketFund"] = 0] = "MoneyMarketFund"; CollateralReinvestmentType[CollateralReinvestmentType["OtherComingledPool"] = 1] = "OtherComingledPool"; CollateralReinvestmentType[CollateralReinvestmentType["RepoMarket"] = 2] = "RepoMarket"; CollateralReinvestmentType[CollateralReinvestmentType["DirectPurchaseOfSecurities"] = 3] = "DirectPurchaseOfSecurities"; CollateralReinvestmentType[CollateralReinvestmentType["OtherInvestments"] = 4] = "OtherInvestments"; })(CollateralReinvestmentType || (exports.CollateralReinvestmentType = CollateralReinvestmentType = {})); //# sourceMappingURL=CollateralReinvestmentType.js.map