@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.
13 lines • 643 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListStatusType = void 0;
var ListStatusType;
(function (ListStatusType) {
ListStatusType[ListStatusType["Ack"] = 1] = "Ack";
ListStatusType[ListStatusType["Response"] = 2] = "Response";
ListStatusType[ListStatusType["Timed"] = 3] = "Timed";
ListStatusType[ListStatusType["ExecStarted"] = 4] = "ExecStarted";
ListStatusType[ListStatusType["AllDone"] = 5] = "AllDone";
ListStatusType[ListStatusType["Alert"] = 6] = "Alert";
})(ListStatusType || (exports.ListStatusType = ListStatusType = {}));
//# sourceMappingURL=ListStatusType.js.map