| Package | Description |
|---|---|
| com.opengamma.strata.product.payment |
Entity objects describing simple payment financial instruments.
|
| Modifier and Type | Method and Description |
|---|---|
BulletPayment |
BulletPayment.Builder.build() |
BulletPayment |
BulletPaymentTrade.getProduct()
Gets the product that was agreed when the trade occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BulletPayment> |
BulletPayment.Meta.beanType() |
org.joda.beans.MetaProperty<BulletPayment> |
BulletPaymentTrade.Meta.product()
The meta-property for the
product property. |
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.