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