Navigation

currency_rate_with_unit

EXPRESS specification:

ENTITY currency_rate_with_unit
SUBTYPE OF ( currency_measure_with_unit);
per_quantity  :  measure_with_unit;
END_ENTITY;

References (1):

Name Type Referred through Express-G
currency_measure_with_unit Entity
Subtype
No Diagram

Inheritance graph

ENTITY currency_rate_with_unit;
ENTITY currency_measure_with_unit;
amount  :  REAL;
unit  :  currency_unit;
ENTITY currency_rate_with_unit;
per_quantity  :  measure_with_unit;
END_ENTITY;