@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
15 lines (14 loc) • 352 B
TypeScript
/**
* The reason for rejecting the PartyRiskLimitsReport(35=CM) or PartyRiskLimitsUpdateReport(35=CR).
* tag: 2317
* @readonly
* @enum {number} (int)
*/
export declare enum RiskLimitReportRejectReason {
/** Unknown RiskLimitReportID(1667) */
UnkRiskLmtRprtID = 0,
/** Unknown party */
UnkPty = 1,
/** Other */
Other = 99
}