public static final class IborFutureOptionSecurity.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
IborFutureOptionSecurity.| Modifier and Type | Method and Description |
|---|---|
Class<? extends IborFutureOptionSecurity> |
beanType() |
IborFutureOptionSecurity.Builder |
builder() |
org.joda.beans.MetaProperty<Currency> |
currency()
The meta-property for the
currency property. |
org.joda.beans.MetaProperty<LocalDate> |
expiryDate()
The meta-property for the
expiryDate property. |
org.joda.beans.MetaProperty<LocalTime> |
expiryTime()
The meta-property for the
expiryTime property. |
org.joda.beans.MetaProperty<ZoneId> |
expiryZone()
The meta-property for the
expiryZone property. |
org.joda.beans.MetaProperty<SecurityInfo> |
info()
The meta-property for the
info property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<FutureOptionPremiumStyle> |
premiumStyle()
The meta-property for the
premiumStyle property. |
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<PutCall> |
putCall()
The meta-property for the
putCall property. |
org.joda.beans.MetaProperty<Rounding> |
rounding()
The meta-property for the
rounding property. |
org.joda.beans.MetaProperty<Double> |
strikePrice()
The meta-property for the
strikePrice property. |
org.joda.beans.MetaProperty<SecurityId> |
underlyingFutureId()
The meta-property for the
underlyingFutureId property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic IborFutureOptionSecurity.Builder builder()
public Class<? extends IborFutureOptionSecurity> beanType()
public org.joda.beans.MetaProperty<SecurityInfo> info()
info property.public org.joda.beans.MetaProperty<Currency> currency()
currency property.public org.joda.beans.MetaProperty<PutCall> putCall()
putCall property.public org.joda.beans.MetaProperty<Double> strikePrice()
strikePrice property.public org.joda.beans.MetaProperty<LocalDate> expiryDate()
expiryDate property.public org.joda.beans.MetaProperty<LocalTime> expiryTime()
expiryTime property.public org.joda.beans.MetaProperty<ZoneId> expiryZone()
expiryZone property.public org.joda.beans.MetaProperty<FutureOptionPremiumStyle> premiumStyle()
premiumStyle property.public org.joda.beans.MetaProperty<Rounding> rounding()
rounding property.public org.joda.beans.MetaProperty<SecurityId> underlyingFutureId()
underlyingFutureId 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.