UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 289 B
/** * Specifies the format of the delivery start and end time values. * - Tag: 41057 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const DeliveryScheduleSettlTimeType: Readonly<{ readonly Hour: 0; readonly Timestamp: 1; }>;