@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) • 355 B
TypeScript
export declare enum MarginReqmtInqResult {
Successful = 0,
InvalidOrUnknownInstrument = 1,
InvalidOrUnknownMarginClass = 2,
InvalidParties = 3,
InvalidTransportTypeReq = 4,
InvalidDestinationReq = 5,
NoMarginReqFound = 6,
MarginReqInquiryQualifierNotSupported = 7,
UnauthorizedForMarginReqInquiry = 8,
Other = 99
}