UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 295 B
/** * Number of Side repeating group instances. * - Tag: 552 * - FIX Specification type: NumInGroup * - Mapped type: number * @readonly * @public */ export declare const NoSides: Readonly<{ /** One Side */ readonly OneSide: 1; /** Both Sides */ readonly BothSides: 2; }>;