UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 281 B
/** * Specifies the type of limit amount check being requested. * - Tag: 2323 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const RiskLimitCheckRequestType: Readonly<{ readonly AllOrNone: 0; readonly Partial: 1; }>;