fixparser
Version:
FIX.Latest / 5.0 SP2 Parser / AI Agent Trading
16 lines (15 loc) • 531 B
TypeScript
/**
* Specifies the location of the fallback provision documentation.
* - Tag: 41088
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const MarketDisruptionFallbackProvision: Readonly<{
/** As specified in master agreement */
readonly MasterAgreement: 0;
/** As specified in confirmation */
readonly Confirmation: 1;
}>;
export type MarketDisruptionFallbackProvision = (typeof MarketDisruptionFallbackProvision)[keyof typeof MarketDisruptionFallbackProvision];