@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 314 B
TypeScript
/**
* Specifies the location of the fallback provision documentation.
* tag: 41088
* @readonly
* @enum {number} (int)
*/
export declare enum MarketDisruptionFallbackProvision {
/** As specified in master agreement */
MasterAgreement = 0,
/** As specified in confirmation */
Confirmation = 1
}