UNPKG

@sotatech/node-fixjs

Version:
14 lines (13 loc) 312 B
/** * Specifies under what conditions the buyer and seller should be excused of their delivery obligations. * tag: 41063 * @readonly * @enum {number} (int) */ export declare enum DeliveryStreamDeliveryRestriction { Firm = 1, NonFirm = 2, ForceMajeure = 3, SystemFirm = 4, UnitFirm = 5 }