@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.
10 lines • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NBBOEntryType = void 0;
var NBBOEntryType;
(function (NBBOEntryType) {
NBBOEntryType[NBBOEntryType["Bid"] = 0] = "Bid";
NBBOEntryType[NBBOEntryType["Offer"] = 1] = "Offer";
NBBOEntryType[NBBOEntryType["MidPrice"] = 2] = "MidPrice";
})(NBBOEntryType || (exports.NBBOEntryType = NBBOEntryType = {}));
//# sourceMappingURL=NBBOEntryType.js.map