Class BondFuturePosition.Builder
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectFieldsBeanBuilder<BondFuturePosition>
-
- com.opengamma.strata.product.bond.BondFuturePosition.Builder
-
- All Implemented Interfaces:
org.joda.beans.BeanBuilder<BondFuturePosition>
- Enclosing class:
- BondFuturePosition
public static final class BondFuturePosition.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<BondFuturePosition>
The bean-builder forBondFuturePosition
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BondFuturePosition
build()
Object
get(String propertyName)
BondFuturePosition.Builder
info(PositionInfo info)
Sets the additional position information, defaulted to an empty instance.BondFuturePosition.Builder
longQuantity(double longQuantity)
Sets the long quantity of the security.BondFuturePosition.Builder
product(BondFuture product)
Sets the future that was traded.BondFuturePosition.Builder
set(String propertyName, Object newValue)
BondFuturePosition.Builder
set(org.joda.beans.MetaProperty<?> property, Object value)
BondFuturePosition.Builder
shortQuantity(double shortQuantity)
Sets the short quantity of the security.String
toString()
-
-
-
Method Detail
-
get
public Object get(String propertyName)
- Specified by:
get
in interfaceorg.joda.beans.BeanBuilder<BondFuturePosition>
- Overrides:
get
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<BondFuturePosition>
-
set
public BondFuturePosition.Builder set(String propertyName, Object newValue)
-
set
public BondFuturePosition.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
- Specified by:
set
in interfaceorg.joda.beans.BeanBuilder<BondFuturePosition>
- Overrides:
set
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<BondFuturePosition>
-
build
public BondFuturePosition build()
-
info
public BondFuturePosition.Builder info(PositionInfo info)
Sets the additional position information, defaulted to an empty instance.This allows additional information to be attached to the position.
- Parameters:
info
- the new value, not null- Returns:
- this, for chaining, not null
-
product
public BondFuturePosition.Builder product(BondFuture product)
Sets the future that was traded.The product captures the contracted financial details.
- Parameters:
product
- the new value, not null- Returns:
- this, for chaining, not null
-
longQuantity
public BondFuturePosition.Builder longQuantity(double longQuantity)
Sets the long quantity of the security.This is the quantity of the underlying security that is held. The quantity cannot be negative, as that would imply short selling.
- Parameters:
longQuantity
- the new value- Returns:
- this, for chaining, not null
-
shortQuantity
public BondFuturePosition.Builder shortQuantity(double shortQuantity)
Sets the short quantity of the security.This is the quantity of the underlying security that has been short sold. The quantity cannot be negative, as that would imply the position is long.
- Parameters:
shortQuantity
- the new value- Returns:
- this, for chaining, not null
-
toString
public String toString()
- Overrides:
toString
in classorg.joda.beans.impl.direct.DirectFieldsBeanBuilder<BondFuturePosition>
-
-