UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 179 B
/** * The status of risk limits for a party. * tag: 2355 * @readonly * @enum {number} (int) */ export declare enum PartyRiskLimitStatus { Disabled = 0, Enabled = 1 }