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.

12 lines (11 loc) 270 B
export declare enum UserStatus { LoggedIn = 1, NotLoggedIn = 2, UserNotRecognised = 3, PasswordIncorrect = 4, PasswordChanged = 5, Other = 6, ForcedUserLogoutByExchange = 7, SessionShutdownWarning = 8, ThrottleParametersChanged = 9 }