Uses of Class
net.finmath.smartcontract.product.xml.ExchangeId
Packages that use ExchangeId
-
Uses of ExchangeId in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ExchangeIdModifier and TypeFieldDescriptionprotected ExchangeId
BasicQuotation.exchangeId
protected ExchangeId
Commodity.exchangeId
protected ExchangeId
MultiDimensionalPricingData.exchangeId
protected ExchangeId
PricingStructurePoint.exchangeId
protected ExchangeId
Quotation.exchangeId
protected ExchangeId
QuotationCharacteristics.exchangeId
protected ExchangeId
UnderlyingAsset.exchangeId
Fields in net.finmath.smartcontract.product.xml with type parameters of type ExchangeIdModifier and TypeFieldDescriptionprotected List
<ExchangeId> ExchangeTradedCalculatedPrice.constituentExchangeId
protected List
<ExchangeId> ExchangeTraded.optionsExchangeId
protected List
<ExchangeId> ExtraordinaryEvents.optionsExchangeId
protected List
<ExchangeId> ExchangeTraded.relatedExchangeId
protected List
<ExchangeId> ExtraordinaryEvents.relatedExchangeId
protected List
<ExchangeId> ExchangeTraded.specifiedExchangeId
protected List
<ExchangeId> ExtraordinaryEvents.specifiedExchangeId
Methods in net.finmath.smartcontract.product.xml that return ExchangeIdModifier and TypeMethodDescriptionObjectFactory.createExchangeId()
Create an instance ofExchangeId
BasicQuotation.getExchangeId()
Gets the value of the exchangeId property.Commodity.getExchangeId()
Gets the value of the exchangeId property.MultiDimensionalPricingData.getExchangeId()
Gets the value of the exchangeId property.PricingStructurePoint.getExchangeId()
Gets the value of the exchangeId property.Quotation.getExchangeId()
Gets the value of the exchangeId property.QuotationCharacteristics.getExchangeId()
Gets the value of the exchangeId property.UnderlyingAsset.getExchangeId()
Gets the value of the exchangeId property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type ExchangeIdModifier and TypeMethodDescriptionExchangeTradedCalculatedPrice.getConstituentExchangeId()
Gets the value of the constituentExchangeId property.ExchangeTraded.getOptionsExchangeId()
Gets the value of the optionsExchangeId property.ExtraordinaryEvents.getOptionsExchangeId()
Gets the value of the optionsExchangeId property.ExchangeTraded.getRelatedExchangeId()
Gets the value of the relatedExchangeId property.ExtraordinaryEvents.getRelatedExchangeId()
Gets the value of the relatedExchangeId property.ExchangeTraded.getSpecifiedExchangeId()
Gets the value of the specifiedExchangeId property.ExtraordinaryEvents.getSpecifiedExchangeId()
Gets the value of the specifiedExchangeId property.Methods in net.finmath.smartcontract.product.xml with parameters of type ExchangeIdModifier and TypeMethodDescriptionvoid
BasicQuotation.setExchangeId
(ExchangeId value) Sets the value of the exchangeId property.void
Commodity.setExchangeId
(ExchangeId value) Sets the value of the exchangeId property.void
MultiDimensionalPricingData.setExchangeId
(ExchangeId value) Sets the value of the exchangeId property.void
PricingStructurePoint.setExchangeId
(ExchangeId value) Sets the value of the exchangeId property.void
Quotation.setExchangeId
(ExchangeId value) Sets the value of the exchangeId property.void
QuotationCharacteristics.setExchangeId
(ExchangeId value) Sets the value of the exchangeId property.void
UnderlyingAsset.setExchangeId
(ExchangeId value) Sets the value of the exchangeId property.