Uses of Class
net.finmath.smartcontract.product.xml.Composite
Packages that use Composite
-
Uses of Composite in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CompositeModifier and TypeFieldDescriptionprotected Composite
FxFeature.composite
protected Composite
FxFeature.crossCurrency
Methods in net.finmath.smartcontract.product.xml that return CompositeModifier and TypeMethodDescriptionObjectFactory.createComposite()
Create an instance ofComposite
FxFeature.getComposite()
Gets the value of the composite property.FxFeature.getCrossCurrency()
Gets the value of the crossCurrency property.Methods in net.finmath.smartcontract.product.xml with parameters of type CompositeModifier and TypeMethodDescriptionvoid
FxFeature.setComposite
(Composite value) Sets the value of the composite property.void
FxFeature.setCrossCurrency
(Composite value) Sets the value of the crossCurrency property.