@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 • 480 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PriceProtectionScope = void 0;
var PriceProtectionScope;
(function (PriceProtectionScope) {
PriceProtectionScope["None"] = "0";
PriceProtectionScope["Local"] = "1";
PriceProtectionScope["National"] = "2";
PriceProtectionScope["Global"] = "3";
})(PriceProtectionScope || (exports.PriceProtectionScope = PriceProtectionScope = {}));
//# sourceMappingURL=PriceProtectionScope.js.map