/**
* 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;
}>;