@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
15 lines (14 loc) • 309 B
TypeScript
/**
* 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
}