Uses of Class
com.opengamma.strata.calc.ReportingCurrencyType
-
Packages that use ReportingCurrencyType Package Description com.opengamma.strata.calc Calculates risk measures on trades, applies scenarios and manages market data. -
-
Uses of ReportingCurrencyType in com.opengamma.strata.calc
Methods in com.opengamma.strata.calc that return ReportingCurrencyType Modifier and Type Method Description ReportingCurrencyTypeReportingCurrency. getType()Gets the type of reporting currency.static ReportingCurrencyTypeReportingCurrencyType. of(String name)Obtains an instance from the specified name.static ReportingCurrencyTypeReportingCurrencyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportingCurrencyType[]ReportingCurrencyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.calc that return types with arguments of type ReportingCurrencyType Modifier and Type Method Description org.joda.beans.MetaProperty<ReportingCurrencyType>ReportingCurrency.Meta. type()The meta-property for thetypeproperty.
-