Class FxStrikePrice
java.lang.Object
net.finmath.smartcontract.product.xml.FxStrikePrice
A type that describes the rate of exchange at which the option has been
struck.
Java class for FxStrikePrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxStrikePrice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/> <element name="strikeQuoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}StrikeQuoteBasisEnum"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRate()
Gets the value of the rate property.Gets the value of the strikeQuoteBasis property.void
setRate
(BigDecimal value) Sets the value of the rate property.void
Sets the value of the strikeQuoteBasis property.
-
Field Details
-
rate
-
strikeQuoteBasis
-
-
Constructor Details
-
FxStrikePrice
public FxStrikePrice()
-
-
Method Details
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
Sets the value of the rate property.- Parameters:
value
- allowed object isBigDecimal
-
getStrikeQuoteBasis
Gets the value of the strikeQuoteBasis property.- Returns:
- possible object is
StrikeQuoteBasisEnum
-
setStrikeQuoteBasis
Sets the value of the strikeQuoteBasis property.- Parameters:
value
- allowed object isStrikeQuoteBasisEnum
-