Uses of Class
com.opengamma.strata.market.GenericDoubleShifts
-
Packages that use GenericDoubleShifts Package Description com.opengamma.strata.market Data structures for market data. -
-
Uses of GenericDoubleShifts in com.opengamma.strata.market
Methods in com.opengamma.strata.market that return GenericDoubleShifts Modifier and Type Method Description static GenericDoubleShifts
GenericDoubleShifts. of(ShiftType shiftType, DoubleArray shiftAmount)
Creates an instance with zero spread.static GenericDoubleShifts
GenericDoubleShifts. of(ShiftType shiftType, DoubleArray shiftAmount, double spread)
Creates an instance with spread.Methods in com.opengamma.strata.market that return types with arguments of type GenericDoubleShifts Modifier and Type Method Description Class<? extends GenericDoubleShifts>
GenericDoubleShifts.Meta. beanType()
org.joda.beans.BeanBuilder<? extends GenericDoubleShifts>
GenericDoubleShifts.Meta. builder()
-