@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 • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PosQtyStatus = void 0;
var PosQtyStatus;
(function (PosQtyStatus) {
PosQtyStatus[PosQtyStatus["Submitted"] = 0] = "Submitted";
PosQtyStatus[PosQtyStatus["Accepted"] = 1] = "Accepted";
PosQtyStatus[PosQtyStatus["Rejected"] = 2] = "Rejected";
})(PosQtyStatus || (exports.PosQtyStatus = PosQtyStatus = {}));
//# sourceMappingURL=PosQtyStatus.js.map