UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 300 B
/** * Defines how the composition of dividends is to be determined. * - Tag: 42259 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const DividendComposition: Readonly<{ readonly EquityAmountReceiver: 0; readonly CalculationAgent: 1; }>;