Class BondFutureSecurity.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.bond.BondFutureSecurity.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- BondFutureSecurity
public static final class BondFutureSecurity.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forBondFutureSecurity
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends BondFutureSecurity>
beanType()
BondFutureSecurity.Builder
builder()
org.joda.beans.MetaProperty<ImmutableList<Double>>
conversionFactors()
The meta-property for theconversionFactors
property.org.joda.beans.MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.org.joda.beans.MetaProperty<ImmutableList<SecurityId>>
deliveryBasketIds()
The meta-property for thedeliveryBasketIds
property.org.joda.beans.MetaProperty<LocalDate>
firstDeliveryDate()
The meta-property for thefirstDeliveryDate
property.org.joda.beans.MetaProperty<LocalDate>
firstNoticeDate()
The meta-property for thefirstNoticeDate
property.org.joda.beans.MetaProperty<SecurityInfo>
info()
The meta-property for theinfo
property.org.joda.beans.MetaProperty<LocalDate>
lastDeliveryDate()
The meta-property for thelastDeliveryDate
property.org.joda.beans.MetaProperty<LocalDate>
lastNoticeDate()
The meta-property for thelastNoticeDate
property.org.joda.beans.MetaProperty<LocalDate>
lastTradeDate()
The meta-property for thelastTradeDate
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<Rounding>
rounding()
The meta-property for therounding
property.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public BondFutureSecurity.Builder builder()
-
beanType
public Class<? extends BondFutureSecurity> beanType()
-
info
public org.joda.beans.MetaProperty<SecurityInfo> info()
The meta-property for theinfo
property.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrency
property.- Returns:
- the meta-property, not null
-
deliveryBasketIds
public org.joda.beans.MetaProperty<ImmutableList<SecurityId>> deliveryBasketIds()
The meta-property for thedeliveryBasketIds
property.- Returns:
- the meta-property, not null
-
conversionFactors
public org.joda.beans.MetaProperty<ImmutableList<Double>> conversionFactors()
The meta-property for theconversionFactors
property.- Returns:
- the meta-property, not null
-
lastTradeDate
public org.joda.beans.MetaProperty<LocalDate> lastTradeDate()
The meta-property for thelastTradeDate
property.- Returns:
- the meta-property, not null
-
firstNoticeDate
public org.joda.beans.MetaProperty<LocalDate> firstNoticeDate()
The meta-property for thefirstNoticeDate
property.- Returns:
- the meta-property, not null
-
lastNoticeDate
public org.joda.beans.MetaProperty<LocalDate> lastNoticeDate()
The meta-property for thelastNoticeDate
property.- Returns:
- the meta-property, not null
-
firstDeliveryDate
public org.joda.beans.MetaProperty<LocalDate> firstDeliveryDate()
The meta-property for thefirstDeliveryDate
property.- Returns:
- the meta-property, not null
-
lastDeliveryDate
public org.joda.beans.MetaProperty<LocalDate> lastDeliveryDate()
The meta-property for thelastDeliveryDate
property.- Returns:
- the meta-property, not null
-
rounding
public org.joda.beans.MetaProperty<Rounding> rounding()
The meta-property for therounding
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-