UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 367 B
/** * An indicator to override the normal procedure to roll up allocations for the same take-up firm. * - Tag: 1735 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const AllocationRollupInstruction: Readonly<{ /** Roll up */ readonly Rollup: 0; /** Do not roll up */ readonly DoNotRollUp: 1; }>;