fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
16 lines (15 loc) • 413 B
TypeScript
/**
* Specifies under what conditions the buyer and seller should be excused of their delivery obligations.
* - Tag: 41063
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const DeliveryStreamDeliveryRestriction: Readonly<{
readonly Firm: 1;
readonly NonFirm: 2;
readonly ForceMajeure: 3;
readonly SystemFirm: 4;
readonly UnitFirm: 5;
}>;