@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.
16 lines (15 loc) • 419 B
TypeScript
export declare enum BasisPxType {
ClosingPriceAtMorningSession = "2",
ClosingPrice = "3",
CurrentPrice = "4",
SQ = "5",
VWAPThroughADay = "6",
VWAPThroughAMorningSession = "7",
VWAPThroughAnAfternoonSession = "8",
VWAPThroughADayExcept = "9",
VWAPThroughAMorningSessionExcept = "A",
VWAPThroughAnAfternoonSessionExcept = "B",
Strike = "C",
Open = "D",
Others = "Z"
}