@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
17 lines (16 loc) • 387 B
TypeScript
/**
* The consequences of market disruption events.
* tag: 41087
* @readonly
* @enum {number} (int)
*/
export declare enum MarketDisruptionProvision {
/** Not applicable */
NotApplicable = 0,
/** Applicable */
Applicable = 1,
/** As specified in master agreement */
AsInMasterAgreement = 2,
/** As specified in confirmation */
AsInConfirmation = 3
}