UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 276 B
/** * Type of settlement price * - Tag: 731 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const SettlPriceType: Readonly<{ /** Final */ readonly Final: 1; /** Theoretical */ readonly Theoretical: 2; }>;