Uses of Class
com.opengamma.strata.measure.ValuationZoneTimeDefinition
-
Packages that use ValuationZoneTimeDefinition Package Description com.opengamma.strata.measure Provides the ability to calculate high-level measures on financial instruments. -
-
Uses of ValuationZoneTimeDefinition in com.opengamma.strata.measure
Methods in com.opengamma.strata.measure that return ValuationZoneTimeDefinition Modifier and Type Method Description static ValuationZoneTimeDefinition
ValuationZoneTimeDefinition. of(LocalTime defaultLocalTime, ZoneId zoneId, LocalTime... localTimes)
Obtains an instance.Methods in com.opengamma.strata.measure that return types with arguments of type ValuationZoneTimeDefinition Modifier and Type Method Description Class<? extends ValuationZoneTimeDefinition>
ValuationZoneTimeDefinition.Meta. beanType()
org.joda.beans.BeanBuilder<? extends ValuationZoneTimeDefinition>
ValuationZoneTimeDefinition.Meta. builder()
-