| Modifier and Type | Method and Description |
|---|---|
FraTrade |
build() |
Object |
get(String propertyName) |
FraTrade.Builder |
info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.
|
FraTrade.Builder |
product(Fra product)
Sets the FRA product that was agreed when the trade occurred.
|
FraTrade.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
FraTrade.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
public FraTrade.Builder set(String propertyName, Object newValue)
public FraTrade.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
public FraTrade build()
public FraTrade.Builder info(TradeInfo info)
This allows additional information to be attached to the trade.
info - the new value, not nullpublic FraTrade.Builder product(Fra product)
The product captures the contracted financial details of the trade.
product - the new value, not nullCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.