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.

14 lines 744 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FundingSource = void 0; var FundingSource; (function (FundingSource) { FundingSource[FundingSource["Repo"] = 0] = "Repo"; FundingSource[FundingSource["Cash"] = 1] = "Cash"; FundingSource[FundingSource["FreeCedits"] = 2] = "FreeCedits"; FundingSource[FundingSource["CustomerShortSales"] = 3] = "CustomerShortSales"; FundingSource[FundingSource["BrokerShortSales"] = 4] = "BrokerShortSales"; FundingSource[FundingSource["UnsecuredBorrowing"] = 5] = "UnsecuredBorrowing"; FundingSource[FundingSource["Other"] = 99] = "Other"; })(FundingSource || (exports.FundingSource = FundingSource = {})); //# sourceMappingURL=FundingSource.js.map