@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 • 516 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NewsRefType = void 0;
var NewsRefType;
(function (NewsRefType) {
NewsRefType[NewsRefType["Replacement"] = 0] = "Replacement";
NewsRefType[NewsRefType["OtherLanguage"] = 1] = "OtherLanguage";
NewsRefType[NewsRefType["Complimentary"] = 2] = "Complimentary";
NewsRefType[NewsRefType["Withdrawal"] = 3] = "Withdrawal";
})(NewsRefType || (exports.NewsRefType = NewsRefType = {}));
//# sourceMappingURL=NewsRefType.js.map