@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 • 634 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApplQueueResolution = void 0;
var ApplQueueResolution;
(function (ApplQueueResolution) {
ApplQueueResolution[ApplQueueResolution["NoActionTaken"] = 0] = "NoActionTaken";
ApplQueueResolution[ApplQueueResolution["QueueFlushed"] = 1] = "QueueFlushed";
ApplQueueResolution[ApplQueueResolution["OverlayLast"] = 2] = "OverlayLast";
ApplQueueResolution[ApplQueueResolution["EndSession"] = 3] = "EndSession";
})(ApplQueueResolution || (exports.ApplQueueResolution = ApplQueueResolution = {}));
//# sourceMappingURL=ApplQueueResolution.js.map