@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 • 513 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProcessCode = void 0;
var ProcessCode;
(function (ProcessCode) {
ProcessCode["Regular"] = "0";
ProcessCode["SoftDollar"] = "1";
ProcessCode["StepIn"] = "2";
ProcessCode["StepOut"] = "3";
ProcessCode["SoftDollarStepIn"] = "4";
ProcessCode["SoftDollarStepOut"] = "5";
ProcessCode["PlanSponsor"] = "6";
})(ProcessCode || (exports.ProcessCode = ProcessCode = {}));
//# sourceMappingURL=ProcessCode.js.map