Uses of Class
com.opengamma.strata.product.fx.FxNdf
-
Packages that use FxNdf Package Description com.opengamma.strata.product.fx Entity objects describing financial instruments in the foreign exchange market. -
-
Uses of FxNdf in com.opengamma.strata.product.fx
Methods in com.opengamma.strata.product.fx that return FxNdf Modifier and Type Method Description FxNdf
FxNdf.Builder. build()
FxNdf
FxNdfTrade. getProduct()
Gets the product that was agreed when the trade occurred.Methods in com.opengamma.strata.product.fx that return types with arguments of type FxNdf Modifier and Type Method Description Class<? extends FxNdf>
FxNdf.Meta. beanType()
org.joda.beans.MetaProperty<FxNdf>
FxNdfTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.fx with parameters of type FxNdf Modifier and Type Method Description static FxNdfTrade
FxNdfTrade. of(TradeInfo info, FxNdf product)
Obtains an instance of a Non-Deliverable Forward (NDF) trade.FxNdfTrade.Builder
FxNdfTrade.Builder. product(FxNdf product)
Sets the product that was agreed when the trade occurred.
-