@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.
27 lines (26 loc) • 656 B
TypeScript
export declare enum CouponDayCount {
OneOne = 0,
ThirtyThreeSixtyUS = 1,
ThirtyThreeSixtySIA = 2,
ThirtyThreeSixtyM = 3,
ThirtyEThreeSixty = 4,
ThirtyEThreeSixtyISDA = 5,
ActThreeSixty = 6,
ActThreeSixtyFiveFixed = 7,
ActActAFB = 8,
ActActICMA = 9,
ActActISMAUltimo = 10,
ActActISDA = 11,
BusTwoFiftyTwo = 12,
ThirtyEPlusThreeSixty = 13,
ActThreeSixtyFiveL = 14,
NLThreeSixtyFive = 15,
NLThreeSixty = 16,
Act364 = 17,
ThirtyThreeSixtyFive = 18,
ThirtyActual = 19,
ThirtyThreeSixtyICMA = 20,
ThirtyETwoThreeSixty = 21,
ThirtyEThreeThreeSixty = 22,
Other = 99
}