@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 • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IOIQty = void 0;
var IOIQty;
(function (IOIQty) {
IOIQty["Small"] = "S";
IOIQty["Medium"] = "M";
IOIQty["Large"] = "L";
IOIQty["UndisclosedQuantity"] = "U";
})(IOIQty || (exports.IOIQty = IOIQty = {}));
//# sourceMappingURL=IOIQty.js.map