@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
12 lines (11 loc) • 347 B
TypeScript
/**
* Protection term event qualifier. Used to further qualify ProtectionTermEventType(40192).
* tag: 40200
* @readonly
* @enum {string} (char)
*/
export declare enum ProtectionTermEventQualifier {
RestructuringMultipleHoldingObligations = "H",
RestructuringMultipleCreditEventNotices = "E",
FloatingRateInterestShortfall = "C"
}