fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
15 lines (14 loc) • 353 B
TypeScript
/**
* Indicates how the gross cash dividend amount per share is determined.
* - Tag: 42247
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const DividendAmountType: Readonly<{
readonly RecordAmount: 0;
readonly ExAmount: 1;
readonly PaidAmount: 2;
readonly PerMasterConfirm: 3;
}>;