Uses of Class
net.finmath.smartcontract.product.xml.FxSettlementPeriodBarrier
Packages that use FxSettlementPeriodBarrier
-
Uses of FxSettlementPeriodBarrier in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxSettlementPeriodBarrierModifier and TypeFieldDescriptionprotected FxSettlementPeriodBarrier
FxAccrualSettlementPeriod.barrier
Fields in net.finmath.smartcontract.product.xml with type parameters of type FxSettlementPeriodBarrierModifier and TypeFieldDescriptionprotected List<FxSettlementPeriodBarrier>
FxTargetSettlementPeriod.barrier
Methods in net.finmath.smartcontract.product.xml that return FxSettlementPeriodBarrierModifier and TypeMethodDescriptionObjectFactory.createFxSettlementPeriodBarrier()
Create an instance ofFxSettlementPeriodBarrier
FxAccrualSettlementPeriod.getBarrier()
Gets the value of the barrier property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FxSettlementPeriodBarrierModifier and TypeMethodDescriptionFxTargetSettlementPeriod.getBarrier()
Gets the value of the barrier property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxSettlementPeriodBarrierModifier and TypeMethodDescriptionvoid
FxAccrualSettlementPeriod.setBarrier(FxSettlementPeriodBarrier value)
Sets the value of the barrier property.