@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.
19 lines • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountType = void 0;
var AccountType;
(function (AccountType) {
AccountType[AccountType["CarriedCustomerSide"] = 1] = "CarriedCustomerSide";
AccountType[AccountType["CarriedNonCustomerSide"] = 2] = "CarriedNonCustomerSide";
AccountType[AccountType["HouseTrader"] = 3] = "HouseTrader";
AccountType[AccountType["FloorTrader"] = 4] = "FloorTrader";
AccountType[AccountType["CarriedNonCustomerSideCrossMargined"] = 6] = "CarriedNonCustomerSideCrossMargined";
AccountType[AccountType["HouseTraderCrossMargined"] = 7] = "HouseTraderCrossMargined";
AccountType[AccountType["JointBackOfficeAccount"] = 8] = "JointBackOfficeAccount";
AccountType[AccountType["EquitiesSpecialist"] = 9] = "EquitiesSpecialist";
AccountType[AccountType["OptionsMarketMaker"] = 10] = "OptionsMarketMaker";
AccountType[AccountType["OptionsFirmAccount"] = 11] = "OptionsFirmAccount";
AccountType[AccountType["AccountCustomerNonCustomerOrders"] = 12] = "AccountCustomerNonCustomerOrders";
AccountType[AccountType["AccountOrdersMultipleCustomers"] = 13] = "AccountOrdersMultipleCustomers";
})(AccountType || (exports.AccountType = AccountType = {}));
//# sourceMappingURL=AccountType.js.map