UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 285 B
/** * Defines the treatment of non-cash dividends. * - Tag: 42258 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const NonCashDividendTreatment: Readonly<{ readonly PotentialAdjustment: 0; readonly CashEquivalent: 1; }>;