UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 260 B
/** * Indicates how the gross cash dividend amount per share is determined. * tag: 42247 * @readonly * @enum {number} (int) */ export declare enum DividendAmountType { RecordAmount = 0, ExAmount = 1, PaidAmount = 2, PerMasterConfirm = 3 }