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.

13 lines (12 loc) 316 B
export declare enum ShortSaleExemptionReason { ExemptionReasonUnknown = 0, IncomingSSE = 1, AboveNationalBestBid = 2, DelayedDelivery = 3, OddLot = 4, DomesticArbitrage = 5, InternationalArbitrage = 6, UnderwriterOrSyndicateDistribution = 7, RisklessPrincipal = 8, VWAP = 9 }