@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.
15 lines (14 loc) • 419 B
TypeScript
export declare enum AccountType {
CarriedCustomerSide = 1,
CarriedNonCustomerSide = 2,
HouseTrader = 3,
FloorTrader = 4,
CarriedNonCustomerSideCrossMargined = 6,
HouseTraderCrossMargined = 7,
JointBackOfficeAccount = 8,
EquitiesSpecialist = 9,
OptionsMarketMaker = 10,
OptionsFirmAccount = 11,
AccountCustomerNonCustomerOrders = 12,
AccountOrdersMultipleCustomers = 13
}