@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 • 574 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettlDeliveryType = void 0;
var SettlDeliveryType;
(function (SettlDeliveryType) {
SettlDeliveryType[SettlDeliveryType["Versus"] = 0] = "Versus";
SettlDeliveryType[SettlDeliveryType["Free"] = 1] = "Free";
SettlDeliveryType[SettlDeliveryType["TriParty"] = 2] = "TriParty";
SettlDeliveryType[SettlDeliveryType["HoldInCustody"] = 3] = "HoldInCustody";
})(SettlDeliveryType || (exports.SettlDeliveryType = SettlDeliveryType = {}));
//# sourceMappingURL=SettlDeliveryType.js.map