@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 • 890 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShortSaleReason = void 0;
var ShortSaleReason;
(function (ShortSaleReason) {
ShortSaleReason[ShortSaleReason["DealerSoldShort"] = 0] = "DealerSoldShort";
ShortSaleReason[ShortSaleReason["DealerSoldShortExempt"] = 1] = "DealerSoldShortExempt";
ShortSaleReason[ShortSaleReason["SellingCustomerSoldShort"] = 2] = "SellingCustomerSoldShort";
ShortSaleReason[ShortSaleReason["SellingCustomerSoldShortExempt"] = 3] = "SellingCustomerSoldShortExempt";
ShortSaleReason[ShortSaleReason["QualifiedServiceRepresentative"] = 4] = "QualifiedServiceRepresentative";
ShortSaleReason[ShortSaleReason["QSROrAGUContraSideSoldShortExempt"] = 5] = "QSROrAGUContraSideSoldShortExempt";
})(ShortSaleReason || (exports.ShortSaleReason = ShortSaleReason = {}));
//# sourceMappingURL=ShortSaleReason.js.map