UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

23 lines (22 loc) 581 B
/** * Specifies the day type of the relative date offset. * - Tag: 41024 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const ComplexEventDateOffsetDayType: Readonly<{ /** Business */ readonly Business: 0; /** Calendar */ readonly Calendar: 1; /** Commodity business */ readonly CommodityBusiness: 2; /** Currency business */ readonly CurrencyBusiness: 3; /** Exchange business */ readonly ExchangeBusiness: 4; /** Scheduled trading day */ readonly ScheduledTradingDay: 5; }>;