public static final class ResolvedBulletPaymentTrade.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ResolvedBulletPaymentTrade>
ResolvedBulletPaymentTrade.| Modifier and Type | Method and Description |
|---|---|
ResolvedBulletPaymentTrade |
build() |
Object |
get(String propertyName) |
ResolvedBulletPaymentTrade.Builder |
info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.
|
ResolvedBulletPaymentTrade.Builder |
product(ResolvedBulletPayment product)
Sets the resolved bullet payment product.
|
ResolvedBulletPaymentTrade.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
ResolvedBulletPaymentTrade.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<ResolvedBulletPaymentTrade>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ResolvedBulletPaymentTrade>public ResolvedBulletPaymentTrade.Builder set(String propertyName, Object newValue)
public ResolvedBulletPaymentTrade.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<ResolvedBulletPaymentTrade>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ResolvedBulletPaymentTrade>public ResolvedBulletPaymentTrade build()
public ResolvedBulletPaymentTrade.Builder info(TradeInfo info)
This allows additional information to be attached to the trade.
info - the new value, not nullpublic ResolvedBulletPaymentTrade.Builder product(ResolvedBulletPayment product)
The product captures the contracted financial details of the trade.
product - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ResolvedBulletPaymentTrade>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.