Uses of Class
net.finmath.smartcontract.product.xml.FxCashSettlement
Packages that use FxCashSettlement
-
Uses of FxCashSettlement in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxCashSettlementModifier and TypeFieldDescriptionprotected FxCashSettlementFxOption.cashSettlementprotected FxCashSettlementFxSingleLeg.nonDeliverableSettlementprotected FxCashSettlementFxSwapLeg.nonDeliverableSettlementMethods in net.finmath.smartcontract.product.xml that return FxCashSettlementModifier and TypeMethodDescriptionObjectFactory.createFxCashSettlement()Create an instance ofFxCashSettlementFxOption.getCashSettlement()Gets the value of the cashSettlement property.FxSingleLeg.getNonDeliverableSettlement()Gets the value of the nonDeliverableSettlement property.FxSwapLeg.getNonDeliverableSettlement()Gets the value of the nonDeliverableSettlement property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxCashSettlementModifier and TypeMethodDescriptionvoidFxOption.setCashSettlement(FxCashSettlement value) Sets the value of the cashSettlement property.voidFxSingleLeg.setNonDeliverableSettlement(FxCashSettlement value) Sets the value of the nonDeliverableSettlement property.voidFxSwapLeg.setNonDeliverableSettlement(FxCashSettlement value) Sets the value of the nonDeliverableSettlement property.