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