@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) • 463 B
TypeScript
export declare enum SecurityRejectReason {
InvalidInstrumentRequested = 1,
InstrumentAlreadyExists = 2,
RequestTypeNotSupported = 3,
SystemUnavailableForInstrumentCreation = 4,
IneligibleInstrumentGroup = 5,
InstrumentIDUnavailable = 6,
InvalidOrMissingDataOnOptionLeg = 7,
InvalidOrMissingDataOnFutureLeg = 8,
InvalidOrMissingDataOnFXLeg = 10,
InvalidLegPriceSpecified = 11,
InvalidInstrumentStructureSpecified = 12
}