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 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NBBOSource = void 0; var NBBOSource; (function (NBBOSource) { NBBOSource[NBBOSource["NotApplicable"] = 0] = "NotApplicable"; NBBOSource[NBBOSource["Direct"] = 1] = "Direct"; NBBOSource[NBBOSource["SIP"] = 2] = "SIP"; NBBOSource[NBBOSource["Hybrid"] = 3] = "Hybrid"; })(NBBOSource || (exports.NBBOSource = NBBOSource = {})); //# sourceMappingURL=NBBOSource.js.map