Uses of Interface
com.opengamma.strata.product.fx.FxTrade
-
Packages that use FxTrade Package Description com.opengamma.strata.product.fx Entity objects describing financial instruments in the foreign exchange market.com.opengamma.strata.product.fxopt Entity objects describing options in the foreign exchange market. -
-
Uses of FxTrade in com.opengamma.strata.product.fx
Subinterfaces of FxTrade in com.opengamma.strata.product.fx Modifier and Type Interface Description interfaceFxOptionTradeA foreign exchange option trade such as a FxVanillaOptionTrade.Classes in com.opengamma.strata.product.fx that implement FxTrade Modifier and Type Class Description classFxNdfTradeA trade in a Non-Deliverable Forward (NDF).classFxSingleTradeA foreign exchange trade, such as an FX forward or FX spot.classFxSwapTradeA trade in an FX swap.Methods in com.opengamma.strata.product.fx that return FxTrade Modifier and Type Method Description FxTradeFxTrade. withInfo(PortfolioItemInfo info) -
Uses of FxTrade in com.opengamma.strata.product.fxopt
Classes in com.opengamma.strata.product.fxopt that implement FxTrade Modifier and Type Class Description classFxSingleBarrierOptionTradeA trade in an FX single barrier option.classFxVanillaOptionTradeA trade in a vanilla FX option.
-