@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.
15 lines • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QuoteCancelType = void 0;
var QuoteCancelType;
(function (QuoteCancelType) {
QuoteCancelType[QuoteCancelType["CancelForOneOrMoreSecurities"] = 1] = "CancelForOneOrMoreSecurities";
QuoteCancelType[QuoteCancelType["CancelForSecurityType"] = 2] = "CancelForSecurityType";
QuoteCancelType[QuoteCancelType["CancelForUnderlyingSecurity"] = 3] = "CancelForUnderlyingSecurity";
QuoteCancelType[QuoteCancelType["CancelAllQuotes"] = 4] = "CancelAllQuotes";
QuoteCancelType[QuoteCancelType["CancelSpecifiedSingleQuote"] = 5] = "CancelSpecifiedSingleQuote";
QuoteCancelType[QuoteCancelType["CancelByTypeOfQuote"] = 6] = "CancelByTypeOfQuote";
QuoteCancelType[QuoteCancelType["CancelForSecurityIssuer"] = 7] = "CancelForSecurityIssuer";
QuoteCancelType[QuoteCancelType["CancelForIssuerOfUnderlyingSecurity"] = 8] = "CancelForIssuerOfUnderlyingSecurity";
})(QuoteCancelType || (exports.QuoteCancelType = QuoteCancelType = {}));
//# sourceMappingURL=QuoteCancelType.js.map