Uses of Class
com.opengamma.strata.product.payment.BulletPayment.Builder
-
Packages that use BulletPayment.Builder Package Description com.opengamma.strata.product.payment Entity objects describing simple payment financial instruments. -
-
Uses of BulletPayment.Builder in com.opengamma.strata.product.payment
Methods in com.opengamma.strata.product.payment that return BulletPayment.Builder Modifier and Type Method Description static BulletPayment.BuilderBulletPayment. builder()Returns a builder used to create an instance of the bean.BulletPayment.BuilderBulletPayment.Meta. builder()BulletPayment.BuilderBulletPayment.Builder. date(AdjustableDate date)Sets the date that the payment is made.BulletPayment.BuilderBulletPayment.Builder. payReceive(PayReceive payReceive)Sets whether the payment is to be paid or received.BulletPayment.BuilderBulletPayment.Builder. set(String propertyName, Object newValue)BulletPayment.BuilderBulletPayment.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)BulletPayment.BuilderBulletPayment. toBuilder()Returns a builder that allows this bean to be mutated.BulletPayment.BuilderBulletPayment.Builder. value(CurrencyAmount value)Sets the amount of the payment.
-