UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 265 B
/** * Identifies whether the current entry contributes to the trade or transaction economics, i.e. affects NetMoney(118). * tag: 2712 * @readonly * @enum {number} (int) */ export declare enum MiscFeeQualifier { Contributes = 0, DoesNotContribute = 1 }