UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 232 B
/** * Describes the format of the PriceMovementValue(1921). * tag: 1923 * @readonly * @enum {number} (int) */ export declare enum PriceMovementType { /** Amount */ Amount = 0, /** Percentage */ Percentage = 1 }