UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 262 B
/** * Specifies the type of limit check message. * - Tag: 2321 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const RiskLimitCheckType: Readonly<{ readonly Submit: 0; readonly LimitConsumed: 1; }>;