UNPKG

@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 736 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OrderOwnershipIndicator = void 0; var OrderOwnershipIndicator; (function (OrderOwnershipIndicator) { OrderOwnershipIndicator[OrderOwnershipIndicator["NoChange"] = 0] = "NoChange"; OrderOwnershipIndicator[OrderOwnershipIndicator["ExecutingPartyChange"] = 1] = "ExecutingPartyChange"; OrderOwnershipIndicator[OrderOwnershipIndicator["EnteringPartyChange"] = 2] = "EnteringPartyChange"; OrderOwnershipIndicator[OrderOwnershipIndicator["SpecifiedPartyChange"] = 3] = "SpecifiedPartyChange"; })(OrderOwnershipIndicator || (exports.OrderOwnershipIndicator = OrderOwnershipIndicator = {})); //# sourceMappingURL=OrderOwnershipIndicator.js.map