@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.
25 lines • 2.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MatchExceptionElementType = void 0;
var MatchExceptionElementType;
(function (MatchExceptionElementType) {
MatchExceptionElementType[MatchExceptionElementType["AccruedInterest"] = 1] = "AccruedInterest";
MatchExceptionElementType[MatchExceptionElementType["DealPrice"] = 2] = "DealPrice";
MatchExceptionElementType[MatchExceptionElementType["TradeDate"] = 3] = "TradeDate";
MatchExceptionElementType[MatchExceptionElementType["SettlementDate"] = 4] = "SettlementDate";
MatchExceptionElementType[MatchExceptionElementType["SideIndicator"] = 5] = "SideIndicator";
MatchExceptionElementType[MatchExceptionElementType["TradedCurrency"] = 6] = "TradedCurrency";
MatchExceptionElementType[MatchExceptionElementType["AccountID"] = 7] = "AccountID";
MatchExceptionElementType[MatchExceptionElementType["ExecutingBrokerID"] = 8] = "ExecutingBrokerID";
MatchExceptionElementType[MatchExceptionElementType["SettlementCurrencyAndAmount"] = 9] = "SettlementCurrencyAndAmount";
MatchExceptionElementType[MatchExceptionElementType["InvestmentManagerID"] = 10] = "InvestmentManagerID";
MatchExceptionElementType[MatchExceptionElementType["NetAmount"] = 11] = "NetAmount";
MatchExceptionElementType[MatchExceptionElementType["PlaceOfSettlement"] = 12] = "PlaceOfSettlement";
MatchExceptionElementType[MatchExceptionElementType["Commissions"] = 13] = "Commissions";
MatchExceptionElementType[MatchExceptionElementType["SecurityIdentifier"] = 14] = "SecurityIdentifier";
MatchExceptionElementType[MatchExceptionElementType["QualityAllocated"] = 15] = "QualityAllocated";
MatchExceptionElementType[MatchExceptionElementType["Principal"] = 16] = "Principal";
MatchExceptionElementType[MatchExceptionElementType["Fees"] = 17] = "Fees";
MatchExceptionElementType[MatchExceptionElementType["Tax"] = 18] = "Tax";
})(MatchExceptionElementType || (exports.MatchExceptionElementType = MatchExceptionElementType = {}));
//# sourceMappingURL=MatchExceptionElementType.js.map