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