@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.
16 lines • 999 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntitlementType = void 0;
var EntitlementType;
(function (EntitlementType) {
EntitlementType[EntitlementType["Trade"] = 0] = "Trade";
EntitlementType[EntitlementType["MakeMarkets"] = 1] = "MakeMarkets";
EntitlementType[EntitlementType["HoldPositions"] = 2] = "HoldPositions";
EntitlementType[EntitlementType["PerformGiveUps"] = 3] = "PerformGiveUps";
EntitlementType[EntitlementType["SubmitIOIs"] = 4] = "SubmitIOIs";
EntitlementType[EntitlementType["SubscribeMarketData"] = 5] = "SubscribeMarketData";
EntitlementType[EntitlementType["ShortWithPreBorrow"] = 6] = "ShortWithPreBorrow";
EntitlementType[EntitlementType["SubmitQuoteRequests"] = 7] = "SubmitQuoteRequests";
EntitlementType[EntitlementType["RespondToQuoteRequests"] = 8] = "RespondToQuoteRequests";
})(EntitlementType || (exports.EntitlementType = EntitlementType = {}));
//# sourceMappingURL=EntitlementType.js.map