@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.
11 lines • 662 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExDestinationType = void 0;
var ExDestinationType;
(function (ExDestinationType) {
ExDestinationType[ExDestinationType["NoRestriction"] = 0] = "NoRestriction";
ExDestinationType[ExDestinationType["TradedOnlyOnTradingVenue"] = 1] = "TradedOnlyOnTradingVenue";
ExDestinationType[ExDestinationType["TradedOnlyOnSI"] = 2] = "TradedOnlyOnSI";
ExDestinationType[ExDestinationType["TradedOnTradingVenueOrSI"] = 3] = "TradedOnTradingVenueOrSI";
})(ExDestinationType || (exports.ExDestinationType = ExDestinationType = {}));
//# sourceMappingURL=ExDestinationType.js.map