In RFA C++, I can use
rfa::rdm::RDMFieldDictionary::displayValueFor(fieldId,enumVal) to get the
textual display value for an enum integer value ((e.g. 840 => "USD" for the
CURRENCY(15) field)).
However, I would like to find the integer value for a textual display value
(i.e. "USD" => 840) and get all the possible enum values for a FID.
How can I do this in RFA C++?