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