@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.
17 lines • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShortSaleExemptionReason = void 0;
var ShortSaleExemptionReason;
(function (ShortSaleExemptionReason) {
ShortSaleExemptionReason[ShortSaleExemptionReason["ExemptionReasonUnknown"] = 0] = "ExemptionReasonUnknown";
ShortSaleExemptionReason[ShortSaleExemptionReason["IncomingSSE"] = 1] = "IncomingSSE";
ShortSaleExemptionReason[ShortSaleExemptionReason["AboveNationalBestBid"] = 2] = "AboveNationalBestBid";
ShortSaleExemptionReason[ShortSaleExemptionReason["DelayedDelivery"] = 3] = "DelayedDelivery";
ShortSaleExemptionReason[ShortSaleExemptionReason["OddLot"] = 4] = "OddLot";
ShortSaleExemptionReason[ShortSaleExemptionReason["DomesticArbitrage"] = 5] = "DomesticArbitrage";
ShortSaleExemptionReason[ShortSaleExemptionReason["InternationalArbitrage"] = 6] = "InternationalArbitrage";
ShortSaleExemptionReason[ShortSaleExemptionReason["UnderwriterOrSyndicateDistribution"] = 7] = "UnderwriterOrSyndicateDistribution";
ShortSaleExemptionReason[ShortSaleExemptionReason["RisklessPrincipal"] = 8] = "RisklessPrincipal";
ShortSaleExemptionReason[ShortSaleExemptionReason["VWAP"] = 9] = "VWAP";
})(ShortSaleExemptionReason || (exports.ShortSaleExemptionReason = ShortSaleExemptionReason = {}));
//# sourceMappingURL=ShortSaleExemptionReason.js.map