@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 • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OffshoreIndicator = void 0;
var OffshoreIndicator;
(function (OffshoreIndicator) {
OffshoreIndicator[OffshoreIndicator["Regular"] = 0] = "Regular";
OffshoreIndicator[OffshoreIndicator["Offshore"] = 1] = "Offshore";
OffshoreIndicator[OffshoreIndicator["Onshore"] = 2] = "Onshore";
})(OffshoreIndicator || (exports.OffshoreIndicator = OffshoreIndicator = {}));
//# sourceMappingURL=OffshoreIndicator.js.map