@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.
25 lines • 879 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeskType = void 0;
var DeskType;
(function (DeskType) {
DeskType["Agency"] = "A";
DeskType["Arbitrage"] = "AR";
DeskType["BlockTrading"] = "B";
DeskType["ConvertibleDesk"] = "C";
DeskType["CentralRiskBooks"] = "CR";
DeskType["Derivatives"] = "D";
DeskType["EquityCapitalMarkets"] = "EC";
DeskType["International"] = "IN";
DeskType["Institutional"] = "IS";
DeskType["Other"] = "O";
DeskType["PreferredTrading"] = "PF";
DeskType["Proprietary"] = "PR";
DeskType["ProgramTrading"] = "PT";
DeskType["Sales"] = "S";
DeskType["Swaps"] = "SW";
DeskType["TradingDeskSystem"] = "T";
DeskType["Treasury"] = "TR";
DeskType["FloorBroker"] = "FB";
})(DeskType || (exports.DeskType = DeskType = {}));
//# sourceMappingURL=DeskType.js.map