UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 253 B
/** * Indicates whether the rate source specified is a primary or secondary source. * tag: 1447 * @readonly * @enum {number} (int) */ export declare enum RateSourceType { /** Primary */ Primary = 0, /** Secondary */ Secondary = 1 }