UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 290 B
/** * An indicator to override the normal procedure to roll up allocations for the same take-up firm. * tag: 1735 * @readonly * @enum {number} (int) */ export declare enum AllocationRollupInstruction { /** Roll up */ Rollup = 0, /** Do not roll up */ DoNotRollUp = 1 }