UNPKG

@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.

14 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollAsgnRejectReason = void 0; var CollAsgnRejectReason; (function (CollAsgnRejectReason) { CollAsgnRejectReason[CollAsgnRejectReason["UnknownDeal"] = 0] = "UnknownDeal"; CollAsgnRejectReason[CollAsgnRejectReason["UnknownOrInvalidInstrument"] = 1] = "UnknownOrInvalidInstrument"; CollAsgnRejectReason[CollAsgnRejectReason["UnauthorizedTransaction"] = 2] = "UnauthorizedTransaction"; CollAsgnRejectReason[CollAsgnRejectReason["InsufficientCollateral"] = 3] = "InsufficientCollateral"; CollAsgnRejectReason[CollAsgnRejectReason["InvalidTypeOfCollateral"] = 4] = "InvalidTypeOfCollateral"; CollAsgnRejectReason[CollAsgnRejectReason["ExcessiveSubstitution"] = 5] = "ExcessiveSubstitution"; CollAsgnRejectReason[CollAsgnRejectReason["Other"] = 99] = "Other"; })(CollAsgnRejectReason || (exports.CollAsgnRejectReason = CollAsgnRejectReason = {})); //# sourceMappingURL=CollAsgnRejectReason.js.map