Uses of Class
com.opengamma.strata.product.payment.BulletPayment
-
Packages that use BulletPayment Package Description com.opengamma.strata.product.payment Entity objects describing simple payment financial instruments. -
-
Uses of BulletPayment in com.opengamma.strata.product.payment
Methods in com.opengamma.strata.product.payment that return BulletPayment Modifier and Type Method Description BulletPayment
BulletPayment.Builder. build()
BulletPayment
BulletPaymentTrade. getProduct()
Gets the product that was agreed when the trade occurred.Methods in com.opengamma.strata.product.payment that return types with arguments of type BulletPayment Modifier and Type Method Description Class<? extends BulletPayment>
BulletPayment.Meta. beanType()
org.joda.beans.MetaProperty<BulletPayment>
BulletPaymentTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.payment with parameters of type BulletPayment Modifier and Type Method Description static BulletPaymentTrade
BulletPaymentTrade. of(TradeInfo info, BulletPayment product)
Obtains an instance of a Bullet Payment trade.BulletPaymentTrade.Builder
BulletPaymentTrade.Builder. product(BulletPayment product)
Sets the product that was agreed when the trade occurred.
-