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.Builder
BulletPayment. builder()
Returns a builder used to create an instance of the bean.BulletPayment.Builder
BulletPayment.Meta. builder()
BulletPayment.Builder
BulletPayment.Builder. date(AdjustableDate date)
Sets the date that the payment is made.BulletPayment.Builder
BulletPayment.Builder. payReceive(PayReceive payReceive)
Sets whether the payment is to be paid or received.BulletPayment.Builder
BulletPayment.Builder. set(String propertyName, Object newValue)
BulletPayment.Builder
BulletPayment.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
BulletPayment.Builder
BulletPayment. toBuilder()
Returns a builder that allows this bean to be mutated.BulletPayment.Builder
BulletPayment.Builder. value(CurrencyAmount value)
Sets the amount of the payment.
-