@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.
13 lines • 595 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CurrencyCodeSource = void 0;
var CurrencyCodeSource;
(function (CurrencyCodeSource) {
CurrencyCodeSource["CUSIP"] = "1";
CurrencyCodeSource["SEDOL"] = "2";
CurrencyCodeSource["ISINNumber"] = "4";
CurrencyCodeSource["ISOCurrencyCode"] = "6";
CurrencyCodeSource["FinancialInstrumentGlobalIdentifier"] = "S";
CurrencyCodeSource["DigitalTokenIdentifier"] = "Y";
})(CurrencyCodeSource || (exports.CurrencyCodeSource = CurrencyCodeSource = {}));
//# sourceMappingURL=CurrencyCodeSource.js.map