@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.
10 lines • 519 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NegotiationMethod = void 0;
var NegotiationMethod;
(function (NegotiationMethod) {
NegotiationMethod[NegotiationMethod["AutoSpot"] = 0] = "AutoSpot";
NegotiationMethod[NegotiationMethod["NegotiatedSpot"] = 1] = "NegotiatedSpot";
NegotiationMethod[NegotiationMethod["PhoneSpot"] = 2] = "PhoneSpot";
})(NegotiationMethod || (exports.NegotiationMethod = NegotiationMethod = {}));
//# sourceMappingURL=NegotiationMethod.js.map