@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.
36 lines • 1.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MatchType = void 0;
var MatchType;
(function (MatchType) {
MatchType["ExactMatchPlus4BadgesExecTime"] = "A1";
MatchType["ExactMatchPlus4Badges"] = "A2";
MatchType["ACTAcceptedTrade"] = "M3";
MatchType["ExactMatchPlus2BadgesExecTime"] = "A3";
MatchType["ACTDefaultTrade"] = "M4";
MatchType["ExactMatchPlus2Badges"] = "A4";
MatchType["ACTDefaultAfterM2"] = "M5";
MatchType["ExactMatchPlusExecTime"] = "A5";
MatchType["ACTM6Match"] = "M6";
MatchType["StampedAdvisoriesOrSpecialistAccepts"] = "AQ";
MatchType["A1ExactMatchSummarizedQuantity"] = "S1";
MatchType["A2ExactMatchSummarizedQuantity"] = "S2";
MatchType["A3ExactMatchSummarizedQuantity"] = "S3";
MatchType["A4ExactMatchSummarizedQuantity"] = "S4";
MatchType["A5ExactMatchSummarizedQuantity"] = "S5";
MatchType["ExactMatchMinusBadgesTimes"] = "M1";
MatchType["SummarizedMatchMinusBadgesTimes"] = "M2";
MatchType["OCSLockedIn"] = "MT";
MatchType["OnePartyTradeReport"] = "1";
MatchType["TwoPartyTradeReport"] = "2";
MatchType["ConfirmedTradeReport"] = "3";
MatchType["AutoMatch"] = "4";
MatchType["CrossAuction"] = "5";
MatchType["CounterOrderSelection"] = "6";
MatchType["CallAuction"] = "7";
MatchType["Issuing"] = "8";
MatchType["SystematicInternaliser"] = "9";
MatchType["AutoMatchLastLook"] = "10";
MatchType["CrossAuctionLastLook"] = "11";
})(MatchType || (exports.MatchType = MatchType = {}));
//# sourceMappingURL=MatchType.js.map