Class FxOutstandingGain
java.lang.Object
net.finmath.smartcontract.product.xml.FxOutstandingGain
Java class for FxOutstandingGain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxOutstandingGain"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="targetReference" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetReference"/> <element name="settlementAdjustmentStyle" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementAdjustmentMethodEnum" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected FxSettlementAdjustmentMethodEnum
protected FxTargetReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the settlementAdjustmentStyle property.Gets the value of the targetReference property.void
Sets the value of the settlementAdjustmentStyle property.void
Sets the value of the targetReference property.
-
Field Details
-
targetReference
-
settlementAdjustmentStyle
-
-
Constructor Details
-
FxOutstandingGain
public FxOutstandingGain()
-
-
Method Details
-
getTargetReference
Gets the value of the targetReference property.- Returns:
- possible object is
FxTargetReference
-
setTargetReference
Sets the value of the targetReference property.- Parameters:
value
- allowed object isFxTargetReference
-
getSettlementAdjustmentStyle
Gets the value of the settlementAdjustmentStyle property.- Returns:
- possible object is
FxSettlementAdjustmentMethodEnum
-
setSettlementAdjustmentStyle
Sets the value of the settlementAdjustmentStyle property.- Parameters:
value
- allowed object isFxSettlementAdjustmentMethodEnum
-