@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 • 619 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DividendAmountType = void 0;
var DividendAmountType;
(function (DividendAmountType) {
DividendAmountType[DividendAmountType["RecordAmount"] = 0] = "RecordAmount";
DividendAmountType[DividendAmountType["ExAmount"] = 1] = "ExAmount";
DividendAmountType[DividendAmountType["PaidAmount"] = 2] = "PaidAmount";
DividendAmountType[DividendAmountType["PerMasterConfirm"] = 3] = "PerMasterConfirm";
})(DividendAmountType || (exports.DividendAmountType = DividendAmountType = {}));
//# sourceMappingURL=DividendAmountType.js.map