UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 260 B
/** * Specifies whether the UnderlyingFxRate(1045) should be multiplied or divided. * tag: 1046 * @readonly * @enum {string} (char) */ export declare enum UnderlyingFXRateCalc { /** Divide */ Divide = "D", /** Multiply */ Multiply = "M" }