UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 316 B
/** * Defines the contract event which the receiver of the derivative is entitled to the dividend. * - Tag: 42246 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const DividendEntitlementEvent: Readonly<{ readonly ExDate: 0; readonly RecordDate: 1; }>;