Uses of Class
net.finmath.smartcontract.product.xml.FxAccrualTriggerReference
Packages that use FxAccrualTriggerReference
-
Uses of FxAccrualTriggerReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxAccrualTriggerReferenceModifier and TypeFieldDescriptionprotected FxAccrualTriggerReferenceFxAccrualLeverage.triggerReferenceprotected FxAccrualTriggerReferenceFxAccrualRegionLowerBound.triggerReferenceprotected FxAccrualTriggerReferenceFxAccrualRegionUpperBound.triggerReferenceMethods in net.finmath.smartcontract.product.xml that return FxAccrualTriggerReferenceModifier and TypeMethodDescriptionObjectFactory.createFxAccrualTriggerReference()Create an instance ofFxAccrualTriggerReferenceFxAccrualLeverage.getTriggerReference()Gets the value of the triggerReference property.FxAccrualRegionLowerBound.getTriggerReference()Gets the value of the triggerReference property.FxAccrualRegionUpperBound.getTriggerReference()Gets the value of the triggerReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxAccrualTriggerReferenceModifier and TypeMethodDescriptionvoidFxAccrualLeverage.setTriggerReference(FxAccrualTriggerReference value) Sets the value of the triggerReference property.voidFxAccrualRegionLowerBound.setTriggerReference(FxAccrualTriggerReference value) Sets the value of the triggerReference property.voidFxAccrualRegionUpperBound.setTriggerReference(FxAccrualTriggerReference value) Sets the value of the triggerReference property.