Uses of Class
net.finmath.smartcontract.product.xml.FxComplexBarrierBaseReference
Packages that use FxComplexBarrierBaseReference
-
Uses of FxComplexBarrierBaseReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxComplexBarrierBaseReferenceModifier and TypeFieldDescriptionprotected FxComplexBarrierBaseReference
FxSettlementPeriodBarrier.barrierReference
protected FxComplexBarrierBaseReference
FxTargetLeverage.barrierReference
protected FxComplexBarrierBaseReference
FxTargetRegionLowerBound.barrierReference
protected FxComplexBarrierBaseReference
FxTargetRegionUpperBound.barrierReference
Methods in net.finmath.smartcontract.product.xml that return FxComplexBarrierBaseReferenceModifier and TypeMethodDescriptionObjectFactory.createFxComplexBarrierBaseReference()
Create an instance ofFxComplexBarrierBaseReference
FxSettlementPeriodBarrier.getBarrierReference()
Gets the value of the barrierReference property.FxTargetLeverage.getBarrierReference()
Gets the value of the barrierReference property.FxTargetRegionLowerBound.getBarrierReference()
Gets the value of the barrierReference property.FxTargetRegionUpperBound.getBarrierReference()
Gets the value of the barrierReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxComplexBarrierBaseReferenceModifier and TypeMethodDescriptionvoid
FxSettlementPeriodBarrier.setBarrierReference(FxComplexBarrierBaseReference value)
Sets the value of the barrierReference property.void
FxTargetLeverage.setBarrierReference(FxComplexBarrierBaseReference value)
Sets the value of the barrierReference property.void
FxTargetRegionLowerBound.setBarrierReference(FxComplexBarrierBaseReference value)
Sets the value of the barrierReference property.void
FxTargetRegionUpperBound.setBarrierReference(FxComplexBarrierBaseReference value)
Sets the value of the barrierReference property.