@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.
15 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CashSettlValuationMethod = void 0;
var CashSettlValuationMethod;
(function (CashSettlValuationMethod) {
CashSettlValuationMethod[CashSettlValuationMethod["Market"] = 0] = "Market";
CashSettlValuationMethod[CashSettlValuationMethod["Highest"] = 1] = "Highest";
CashSettlValuationMethod[CashSettlValuationMethod["AverageMarket"] = 2] = "AverageMarket";
CashSettlValuationMethod[CashSettlValuationMethod["AverageHighest"] = 3] = "AverageHighest";
CashSettlValuationMethod[CashSettlValuationMethod["BlendedMarket"] = 4] = "BlendedMarket";
CashSettlValuationMethod[CashSettlValuationMethod["BlendedHighest"] = 5] = "BlendedHighest";
CashSettlValuationMethod[CashSettlValuationMethod["AverageBlendedMarket"] = 6] = "AverageBlendedMarket";
CashSettlValuationMethod[CashSettlValuationMethod["AverageBlendedHighest"] = 7] = "AverageBlendedHighest";
})(CashSettlValuationMethod || (exports.CashSettlValuationMethod = CashSettlValuationMethod = {}));
//# sourceMappingURL=CashSettlValuationMethod.js.map