@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.
12 lines • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrderEntryAction = void 0;
var OrderEntryAction;
(function (OrderEntryAction) {
OrderEntryAction["Add"] = "1";
OrderEntryAction["Modify"] = "2";
OrderEntryAction["Delete"] = "3";
OrderEntryAction["Suspend"] = "4";
OrderEntryAction["Release"] = "5";
})(OrderEntryAction || (exports.OrderEntryAction = OrderEntryAction = {}));
//# sourceMappingURL=OrderEntryAction.js.map