@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.
45 lines (44 loc) • 1.27 kB
TypeScript
export declare enum InstrAttribType {
Flat = 1,
ZeroCoupon = 2,
InterestBearing = 3,
NoPeriodicPayments = 4,
VariableRate = 5,
LessFeeForPut = 6,
SteppedCoupon = 7,
CouponPeriod = 8,
When = 9,
OriginalIssueDiscount = 10,
Callable = 11,
EscrowedToMaturity = 12,
EscrowedToRedemptionDate = 13,
PreRefunded = 14,
InDefault = 15,
Unrated = 16,
Taxable = 17,
Indexed = 18,
SubjectToAlternativeMinimumTax = 19,
OriginalIssueDiscountPrice = 20,
CallableBelowMaturityValue = 21,
CallableWithoutNotice = 22,
PriceTickRulesForSecurity = 23,
TradeTypeEligibilityDetailsForSecurity = 24,
InstrumentDenominator = 25,
InstrumentNumerator = 26,
InstrumentPricePrecision = 27,
InstrumentStrikePrice = 28,
TradeableIndicator = 29,
InstrumentEligibleAnonOrders = 30,
MinGuaranteedFillVolume = 31,
MinGuaranteedFillStatus = 32,
TradeAtSettlementEligibility = 33,
TestInstrument = 34,
DummyInstrument = 35,
NegativeSettlementPriceEligibility = 36,
NegativeStrikePriceEligibility = 37,
USStdContractInd = 38,
AdmittedToTradingOnTradingVenue = 39,
AverageDailyNotionalAmount = 40,
AverageDailyNumberTrades = 41,
Text = 99
}