Class ResolvedBondFuture.Meta
- java.lang.Object
- 
- org.joda.beans.impl.direct.DirectMetaBean
- 
- com.opengamma.strata.product.bond.ResolvedBondFuture.Meta
 
 
- 
- All Implemented Interfaces:
- org.joda.beans.MetaBean
 - Enclosing class:
- ResolvedBondFuture
 
 public static final class ResolvedBondFuture.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forResolvedBondFuture.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ResolvedBondFuture>beanType()ResolvedBondFuture.Builderbuilder()org.joda.beans.MetaProperty<ImmutableList<Double>>conversionFactors()The meta-property for theconversionFactorsproperty.org.joda.beans.MetaProperty<ImmutableList<ResolvedFixedCouponBond>>deliveryBasket()The meta-property for thedeliveryBasketproperty.org.joda.beans.MetaProperty<LocalDate>firstDeliveryDate()The meta-property for thefirstDeliveryDateproperty.org.joda.beans.MetaProperty<LocalDate>firstNoticeDate()The meta-property for thefirstNoticeDateproperty.org.joda.beans.MetaProperty<LocalDate>lastDeliveryDate()The meta-property for thelastDeliveryDateproperty.org.joda.beans.MetaProperty<LocalDate>lastNoticeDate()The meta-property for thelastNoticeDateproperty.org.joda.beans.MetaProperty<LocalDate>lastTradeDate()The meta-property for thelastTradeDateproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<Rounding>rounding()The meta-property for theroundingproperty.org.joda.beans.MetaProperty<SecurityId>securityId()The meta-property for thesecurityIdproperty.- 
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBeanisBuildable, metaProperty, toString, validate
 
- 
 
- 
- 
- 
Method Detail- 
metaPropertyGetprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName) - Overrides:
- metaPropertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 - 
builderpublic ResolvedBondFuture.Builder builder() 
 - 
beanTypepublic Class<? extends ResolvedBondFuture> beanType() 
 - 
securityIdpublic org.joda.beans.MetaProperty<SecurityId> securityId() The meta-property for thesecurityIdproperty.- Returns:
- the meta-property, not null
 
 - 
deliveryBasketpublic org.joda.beans.MetaProperty<ImmutableList<ResolvedFixedCouponBond>> deliveryBasket() The meta-property for thedeliveryBasketproperty.- Returns:
- the meta-property, not null
 
 - 
conversionFactorspublic org.joda.beans.MetaProperty<ImmutableList<Double>> conversionFactors() The meta-property for theconversionFactorsproperty.- Returns:
- the meta-property, not null
 
 - 
lastTradeDatepublic org.joda.beans.MetaProperty<LocalDate> lastTradeDate() The meta-property for thelastTradeDateproperty.- Returns:
- the meta-property, not null
 
 - 
firstNoticeDatepublic org.joda.beans.MetaProperty<LocalDate> firstNoticeDate() The meta-property for thefirstNoticeDateproperty.- Returns:
- the meta-property, not null
 
 - 
lastNoticeDatepublic org.joda.beans.MetaProperty<LocalDate> lastNoticeDate() The meta-property for thelastNoticeDateproperty.- Returns:
- the meta-property, not null
 
 - 
firstDeliveryDatepublic org.joda.beans.MetaProperty<LocalDate> firstDeliveryDate() The meta-property for thefirstDeliveryDateproperty.- Returns:
- the meta-property, not null
 
 - 
lastDeliveryDatepublic org.joda.beans.MetaProperty<LocalDate> lastDeliveryDate() The meta-property for thelastDeliveryDateproperty.- Returns:
- the meta-property, not null
 
 - 
roundingpublic org.joda.beans.MetaProperty<Rounding> rounding() The meta-property for theroundingproperty.- Returns:
- the meta-property, not null
 
 - 
propertyGetprotected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet) - Overrides:
- propertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 
- 
 
-