UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 204 B
/** * Specifies the type of limit amount check being requested. * tag: 2323 * @readonly * @enum {number} (int) */ export declare enum RiskLimitCheckRequestType { AllOrNone = 0, Partial = 1 }