@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.
10 lines • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MarginReqmtRptType = void 0;
var MarginReqmtRptType;
(function (MarginReqmtRptType) {
MarginReqmtRptType[MarginReqmtRptType["Summary"] = 0] = "Summary";
MarginReqmtRptType[MarginReqmtRptType["Detail"] = 1] = "Detail";
MarginReqmtRptType[MarginReqmtRptType["ExcessDeficit"] = 2] = "ExcessDeficit";
})(MarginReqmtRptType || (exports.MarginReqmtRptType = MarginReqmtRptType = {}));
//# sourceMappingURL=MarginReqmtRptType.js.map