UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 309 B
/** * Type of risk limit information. * tag: 1760 * @readonly * @enum {number} (int) */ export declare enum RiskLimitRequestType { /** Definitions(Default) */ Definitions = 1, /** Utilization */ Utilization = 2, /** Definitions and utilization */ DefinitionsAndUtilizations = 3 }