@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) • 432 B
TypeScript
export declare enum CollInquiryResult {
Successful = 0,
InvalidOrUnknownInstrument = 1,
InvalidOrUnknownCollateralType = 2,
InvalidParties = 3,
InvalidTransportTypeRequested = 4,
InvalidDestinationRequested = 5,
NoCollateralFoundForTheTradeSpecified = 6,
NoCollateralFoundForTheOrderSpecified = 7,
CollateralInquiryTypeNotSupported = 8,
UnauthorizedForCollateralInquiry = 9,
Other = 99
}