UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 256 B
/** * The status of risk limits for a party. * - Tag: 2355 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PartyRiskLimitStatus: Readonly<{ readonly Disabled: 0; readonly Enabled: 1; }>;