Uses of Class
com.opengamma.strata.market.curve.node.FxSwapCurveNode
-
Packages that use FxSwapCurveNode Package Description com.opengamma.strata.market.curve.node Curve nodes. -
-
Uses of FxSwapCurveNode in com.opengamma.strata.market.curve.node
Methods in com.opengamma.strata.market.curve.node that return FxSwapCurveNode Modifier and Type Method Description FxSwapCurveNode
FxSwapCurveNode.Builder. build()
static FxSwapCurveNode
FxSwapCurveNode. of(FxSwapTemplate template, ObservableId farForwardPointsId)
Returns a curve node for an FX Swap using the specified instrument template and keys.static FxSwapCurveNode
FxSwapCurveNode. of(FxSwapTemplate template, ObservableId farForwardPointsId, String label)
Returns a curve node for an FX Swap using the specified instrument template and keys and label.FxSwapCurveNode
FxSwapCurveNode. withDate(CurveNodeDate date)
Returns a copy of this node with the specified date.Methods in com.opengamma.strata.market.curve.node that return types with arguments of type FxSwapCurveNode Modifier and Type Method Description Class<? extends FxSwapCurveNode>
FxSwapCurveNode.Meta. beanType()
-