Uses of Class
com.opengamma.strata.market.option.DeltaStrike
-
Packages that use DeltaStrike Package Description com.opengamma.strata.market.option Entity objects for options. -
-
Uses of DeltaStrike in com.opengamma.strata.market.option
Methods in com.opengamma.strata.market.option that return DeltaStrike Modifier and Type Method Description static DeltaStrike
DeltaStrike. of(double delta)
Obtains an instance ofDelta
with the value of absolute delta.DeltaStrike
DeltaStrike. withValue(double value)
Methods in com.opengamma.strata.market.option that return types with arguments of type DeltaStrike Modifier and Type Method Description Class<? extends DeltaStrike>
DeltaStrike.Meta. beanType()
org.joda.beans.BeanBuilder<? extends DeltaStrike>
DeltaStrike.Meta. builder()
-