@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.
15 lines • 551 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommType = void 0;
var CommType;
(function (CommType) {
CommType["PerUnit"] = "1";
CommType["Percent"] = "2";
CommType["Absolute"] = "3";
CommType["PercentageWaivedCashDiscount"] = "4";
CommType["PercentageWaivedEnhancedUnits"] = "5";
CommType["PointsPerBondOrContract"] = "6";
CommType["BasisPoints"] = "7";
CommType["AmountPerContract"] = "8";
})(CommType || (exports.CommType = CommType = {}));
//# sourceMappingURL=CommType.js.map