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 BulletPaymentBulletPayment.Builder. build()BulletPaymentBulletPaymentTrade. 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 theproductproperty.Methods in com.opengamma.strata.product.payment with parameters of type BulletPayment Modifier and Type Method Description static BulletPaymentTradeBulletPaymentTrade. of(TradeInfo info, BulletPayment product)Obtains an instance of a Bullet Payment trade.BulletPaymentTrade.BuilderBulletPaymentTrade.Builder. product(BulletPayment product)Sets the product that was agreed when the trade occurred.
-