This currency partition rate information structure is used by EssGetCurrencyRateInfo(). The fields in this structure cannot be modified by the API.
typedef struct ESS_RATEINFO_T { ESS_MBRNAME_T MbrName; ESS_MBRNAME_T RateMbr [ESS_CRDB_MAXDIMNUM]; } ESS_RATEINFO_T, *ESS_PRATEINFO_T, **ESS_PPRATEINFO_T;
Data Type | Field | Description |
---|---|---|
ESS_MBRNAME_T | MbrName | Member name |
ESS_MBRNAME_T | RateMbr[ESS_CRDB_MAXDIMNUM] | Array of rate member names |