UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser / AI Agent Trading

16 lines (15 loc) 496 B
/** * For a variance swap specifies how PaymentStreamLinkStrikePrice(42673) is expressed. * - Tag: 42674 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PaymentStreamLinkStrikePriceType: Readonly<{ /** Volatility */ readonly Volatility: 0; /** Variance */ readonly Variance: 1; }>; export type PaymentStreamLinkStrikePriceType = (typeof PaymentStreamLinkStrikePriceType)[keyof typeof PaymentStreamLinkStrikePriceType];