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