@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.
51 lines (50 loc) • 1.1 kB
TypeScript
export declare enum AssetSubClass {
SingleCurrency = 1,
CrossCurrency = 2,
Basket = 3,
SingleName = 4,
CreditIndex = 5,
IndexTranche = 6,
CreditBasket = 7,
Exotic = 8,
Common = 9,
Preferred = 10,
EquityIndex = 11,
EquityBasket = 12,
Metals = 13,
Bullion = 14,
Energy = 15,
CommodityIndex = 16,
Agricultural = 17,
Environmental = 18,
Freight = 19,
Government = 20,
Agency = 21,
Corporate = 22,
Financing = 23,
MoneyMarket = 24,
Mortgage = 25,
Municipal = 26,
MutualFund = 27,
CollectiveInvestmentVehicle = 28,
InvestmentProgram = 29,
SpecializedAccountProgram = 30,
TermLoan = 31,
BridgeLoan = 32,
LetterOfCredit = 33,
DividendIndex = 34,
StockDividend = 35,
ExchangeTradedFund = 36,
VolatilityIndex = 37,
FXCrossRates = 38,
FXEmergingMarkets = 39,
FXMajors = 40,
Fertilizer = 41,
IndustrialProduct = 42,
Inflation = 43,
Paper = 44,
Polypropylene = 45,
OfficialEconomicStatistics = 46,
OtherC10 = 47,
Other = 48
}