UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 326 B
/** * Optional indication whether stub is shorter or longer than the regular swap period. * - Tag: 40874 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PaymentStubLength: Readonly<{ /** Short */ readonly Short: 0; /** Long */ readonly Long: 1; }>;