public static final class IborFutureOptionSensitivity.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
IborFutureOptionSensitivity.| Modifier and Type | Method and Description |
|---|---|
Class<? extends IborFutureOptionSensitivity> |
beanType() |
org.joda.beans.BeanBuilder<? extends IborFutureOptionSensitivity> |
builder() |
org.joda.beans.MetaProperty<Currency> |
currency()
The meta-property for the
currency property. |
org.joda.beans.MetaProperty<Double> |
expiry()
The meta-property for the
expiry property. |
org.joda.beans.MetaProperty<LocalDate> |
fixingDate()
The meta-property for the
fixingDate property. |
org.joda.beans.MetaProperty<Double> |
futurePrice()
The meta-property for the
futurePrice property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
protected Object |
propertyGet(org.joda.beans.Bean bean,
String propertyName,
boolean quiet) |
protected void |
propertySet(org.joda.beans.Bean bean,
String propertyName,
Object newValue,
boolean quiet) |
org.joda.beans.MetaProperty<Double> |
sensitivity()
The meta-property for the
sensitivity property. |
org.joda.beans.MetaProperty<Double> |
strikePrice()
The meta-property for the
strikePrice property. |
org.joda.beans.MetaProperty<IborFutureOptionVolatilitiesName> |
volatilitiesName()
The meta-property for the
volatilitiesName property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic org.joda.beans.BeanBuilder<? extends IborFutureOptionSensitivity> builder()
public Class<? extends IborFutureOptionSensitivity> beanType()
public org.joda.beans.MetaProperty<IborFutureOptionVolatilitiesName> volatilitiesName()
volatilitiesName property.public org.joda.beans.MetaProperty<Double> expiry()
expiry property.public org.joda.beans.MetaProperty<LocalDate> fixingDate()
fixingDate property.public org.joda.beans.MetaProperty<Double> strikePrice()
strikePrice property.public org.joda.beans.MetaProperty<Double> futurePrice()
futurePrice property.public org.joda.beans.MetaProperty<Currency> currency()
currency property.public org.joda.beans.MetaProperty<Double> sensitivity()
sensitivity property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.