@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.
14 lines (13 loc) • 412 B
TypeScript
export declare enum SessionStatus {
SessionActive = 0,
SessionPasswordChanged = 1,
SessionPasswordDueToExpire = 2,
NewSessionPasswordDoesNotComplyWithPolicy = 3,
SessionLogoutComplete = 4,
InvalidUsernameOrPassword = 5,
AccountLocked = 6,
LogonsAreNotAllowedAtThisTime = 7,
PasswordExpired = 8,
ReceivedMsgSeqNumTooLow = 9,
ReceivedNextExpectedMsgSeqNumTooHigh = 10
}