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