@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 • 794 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrigCustOrderCapacity = void 0;
var OrigCustOrderCapacity;
(function (OrigCustOrderCapacity) {
OrigCustOrderCapacity[OrigCustOrderCapacity["MemberTradingForTheirOwnAccount"] = 1] = "MemberTradingForTheirOwnAccount";
OrigCustOrderCapacity[OrigCustOrderCapacity["ClearingFirmTradingForItsProprietaryAccount"] = 2] = "ClearingFirmTradingForItsProprietaryAccount";
OrigCustOrderCapacity[OrigCustOrderCapacity["MemberTradingForAnotherMember"] = 3] = "MemberTradingForAnotherMember";
OrigCustOrderCapacity[OrigCustOrderCapacity["AllOther"] = 4] = "AllOther";
})(OrigCustOrderCapacity || (exports.OrigCustOrderCapacity = OrigCustOrderCapacity = {}));
//# sourceMappingURL=OrigCustOrderCapacity.js.map