UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 291 B
/** * Specifies the type of delivery schedule. * tag: 41038 * @readonly * @enum {number} (int) */ export declare enum DeliveryScheduleType { /** Notional */ Notional = 0, /** Delivery */ Delivery = 1, /** Physical settlement period */ PhysicalSettlPeriods = 2 }