@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.
14 lines • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TradeAllocIndicator = void 0;
var TradeAllocIndicator;
(function (TradeAllocIndicator) {
TradeAllocIndicator[TradeAllocIndicator["AllocationNotRequired"] = 0] = "AllocationNotRequired";
TradeAllocIndicator[TradeAllocIndicator["AllocationRequired"] = 1] = "AllocationRequired";
TradeAllocIndicator[TradeAllocIndicator["UseAllocationProvidedWithTheTrade"] = 2] = "UseAllocationProvidedWithTheTrade";
TradeAllocIndicator[TradeAllocIndicator["AllocationGiveUpExecutor"] = 3] = "AllocationGiveUpExecutor";
TradeAllocIndicator[TradeAllocIndicator["AllocationFromExecutor"] = 4] = "AllocationFromExecutor";
TradeAllocIndicator[TradeAllocIndicator["AllocationToClaimAccount"] = 5] = "AllocationToClaimAccount";
TradeAllocIndicator[TradeAllocIndicator["TradeSplit"] = 6] = "TradeSplit";
})(TradeAllocIndicator || (exports.TradeAllocIndicator = TradeAllocIndicator = {}));
//# sourceMappingURL=TradeAllocIndicator.js.map