UNPKG

@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.

26 lines (25 loc) 631 B
export declare enum CorporateAction { ExDividend = "A", ExDistribution = "B", ExRights = "C", New = "D", ExInterest = "E", CashDividend = "F", StockDividend = "G", NonIntegerStockSplit = "H", ReverseStockSplit = "I", StandardIntegerStockSplit = "J", PositionConsolidation = "K", LiquidationReorganization = "L", MergerReorganization = "M", RightsOffering = "N", ShareholderMeeting = "O", Spinoff = "P", TenderOffer = "Q", Warrant = "R", SpecialAction = "S", SymbolConversion = "T", CUSIP = "U", LeapRollover = "V", SuccessionEvent = "W" }