@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.
13 lines • 905 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CollateralAmountType = void 0;
var CollateralAmountType;
(function (CollateralAmountType) {
CollateralAmountType[CollateralAmountType["MarketValuation"] = 0] = "MarketValuation";
CollateralAmountType[CollateralAmountType["PortfolioValue"] = 1] = "PortfolioValue";
CollateralAmountType[CollateralAmountType["ValueConfirmed"] = 2] = "ValueConfirmed";
CollateralAmountType[CollateralAmountType["CollateralCreditValue"] = 3] = "CollateralCreditValue";
CollateralAmountType[CollateralAmountType["AdditionalCollateralValue"] = 4] = "AdditionalCollateralValue";
CollateralAmountType[CollateralAmountType["EstimatedMarketValuation"] = 5] = "EstimatedMarketValuation";
})(CollateralAmountType || (exports.CollateralAmountType = CollateralAmountType = {}));
//# sourceMappingURL=CollateralAmountType.js.map