@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.
11 lines • 769 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShortSaleRestriction = void 0;
var ShortSaleRestriction;
(function (ShortSaleRestriction) {
ShortSaleRestriction[ShortSaleRestriction["NoRestrictions"] = 0] = "NoRestrictions";
ShortSaleRestriction[ShortSaleRestriction["SecurityNotShortable"] = 1] = "SecurityNotShortable";
ShortSaleRestriction[ShortSaleRestriction["SecurityNotShortableAtOrBelowBestBid"] = 2] = "SecurityNotShortableAtOrBelowBestBid";
ShortSaleRestriction[ShortSaleRestriction["SecurityNotShortableWithoutPreBorrow"] = 3] = "SecurityNotShortableWithoutPreBorrow";
})(ShortSaleRestriction || (exports.ShortSaleRestriction = ShortSaleRestriction = {}));
//# sourceMappingURL=ShortSaleRestriction.js.map