@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.
9 lines • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamAsgnAckType = void 0;
var StreamAsgnAckType;
(function (StreamAsgnAckType) {
StreamAsgnAckType[StreamAsgnAckType["AssignmentAccepted"] = 0] = "AssignmentAccepted";
StreamAsgnAckType[StreamAsgnAckType["AssignmentRejected"] = 1] = "AssignmentRejected";
})(StreamAsgnAckType || (exports.StreamAsgnAckType = StreamAsgnAckType = {}));
//# sourceMappingURL=StreamAsgnAckType.js.map