UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 284 B
/** * Type of value to be checked. * - Tag: 1869 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const ValueCheckType: Readonly<{ readonly PriceCheck: 1; readonly NotionalValueCheck: 2; readonly QuantityCheck: 3; }>;