Class FxInformationSource
java.lang.Object
net.finmath.smartcontract.product.xml.InformationSource
net.finmath.smartcontract.product.xml.FxInformationSource
Java class for FxInformationSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxInformationSource">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}InformationSource">
<sequence>
<element name="fixingTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.InformationSource
rateSource, rateSourcePage, rateSourcePageHeading -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixingTime property.voidsetFixingTime(BusinessCenterTime value) Sets the value of the fixingTime property.Methods inherited from class net.finmath.smartcontract.product.xml.InformationSource
getRateSource, getRateSourcePage, getRateSourcePageHeading, setRateSource, setRateSourcePage, setRateSourcePageHeading
-
Field Details
-
fixingTime
-
-
Constructor Details
-
FxInformationSource
public FxInformationSource()
-
-
Method Details
-
getFixingTime
Gets the value of the fixingTime property.- Returns:
- possible object is
BusinessCenterTime
-
setFixingTime
Sets the value of the fixingTime property.- Parameters:
value- allowed object isBusinessCenterTime
-