@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.
11 lines • 587 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApplReportType = void 0;
var ApplReportType;
(function (ApplReportType) {
ApplReportType[ApplReportType["ApplSeqNumReset"] = 0] = "ApplSeqNumReset";
ApplReportType[ApplReportType["LastMessageSent"] = 1] = "LastMessageSent";
ApplReportType[ApplReportType["ApplicationAlive"] = 2] = "ApplicationAlive";
ApplReportType[ApplReportType["ResendComplete"] = 3] = "ResendComplete";
})(ApplReportType || (exports.ApplReportType = ApplReportType = {}));
//# sourceMappingURL=ApplReportType.js.map