@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.
12 lines • 456 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LastCapacity = void 0;
var LastCapacity;
(function (LastCapacity) {
LastCapacity["Agent"] = "1";
LastCapacity["CrossAsAgent"] = "2";
LastCapacity["CrossAsPrincipal"] = "3";
LastCapacity["Principal"] = "4";
LastCapacity["RisklessPrincipal"] = "5";
})(LastCapacity || (exports.LastCapacity = LastCapacity = {}));
//# sourceMappingURL=LastCapacity.js.map