@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 • 574 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentStubType = void 0;
var PaymentStubType;
(function (PaymentStubType) {
PaymentStubType[PaymentStubType["Initial"] = 0] = "Initial";
PaymentStubType[PaymentStubType["Final"] = 1] = "Final";
PaymentStubType[PaymentStubType["CompoundingInitial"] = 2] = "CompoundingInitial";
PaymentStubType[PaymentStubType["CompoundingFinal"] = 3] = "CompoundingFinal";
})(PaymentStubType || (exports.PaymentStubType = PaymentStubType = {}));
//# sourceMappingURL=PaymentStubType.js.map