UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 279 B
/** * Specifies the consequences of bullion settlement disruption events. * tag: 2143 * @readonly * @enum {number} (int) */ export declare enum SettlDisruptionProvision { /** Negotiation */ Negotiation = 1, /** Cancellation and payment */ Cancellation = 2 }