UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 348 B
/** * Specifies the fallback provisions for the hedging party in the determination of the final settlement price. * - Tag: 2599 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const ComplexEventPVFinalPriceElectionFallback: Readonly<{ readonly Close: 0; readonly HedgeElection: 1; }>;