@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.
15 lines (14 loc) • 437 B
TypeScript
export declare enum BusinessRejectReason {
Other = 0,
UnknownID = 1,
UnknownSecurity = 2,
UnsupportedMessageType = 3,
ApplicationNotAvailable = 4,
ConditionallyRequiredFieldMissing = 5,
NotAuthorized = 6,
DeliverToFirmNotAvailableAtThisTime = 7,
ThrottleLimitExceeded = 8,
ThrottleLimitExceededSessionDisconnected = 9,
ThrottledMessagesRejectedOnRequest = 10,
InvalidPriceIncrement = 18
}