UNPKG

@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 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllocHandlInst = void 0; var AllocHandlInst; (function (AllocHandlInst) { AllocHandlInst[AllocHandlInst["Match"] = 1] = "Match"; AllocHandlInst[AllocHandlInst["Forward"] = 2] = "Forward"; AllocHandlInst[AllocHandlInst["ForwardAndMatch"] = 3] = "ForwardAndMatch"; AllocHandlInst[AllocHandlInst["AutoClaimGiveUp"] = 4] = "AutoClaimGiveUp"; })(AllocHandlInst || (exports.AllocHandlInst = AllocHandlInst = {})); //# sourceMappingURL=AllocHandlInst.js.map