UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 217 B
/** * Data point's matching type. * tag: 2782 * @readonly * @enum {number} (int) */ export declare enum MatchingDataPointIndicator { /** Mandatory */ Mandatory = 1, /** Optional */ Optional = 2 }