UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 199 B
/** * Type of value to be checked. * tag: 1869 * @readonly * @enum {number} (int) */ export declare enum ValueCheckType { PriceCheck = 1, NotionalValueCheck = 2, QuantityCheck = 3 }