UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 328 B
/** * Specifies the type of date (e.g. adjusted for holidays). * - Tag: 40827 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const NonDeliverableFixingDateType: Readonly<{ /** Unadjusted */ readonly Unadjusted: 0; /** Adjusted */ readonly Adjusted: 1; }>;