Uses of Enum Class
net.finmath.smartcontract.product.xml.QuotationSideEnum
Packages that use QuotationSideEnum
-
Uses of QuotationSideEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as QuotationSideEnumModifier and TypeFieldDescriptionprotected QuotationSideEnum
BasicQuotation.side
protected QuotationSideEnum
MultiDimensionalPricingData.side
protected QuotationSideEnum
PricingStructurePoint.side
protected QuotationSideEnum
Quotation.side
protected QuotationSideEnum
QuotationCharacteristics.side
protected QuotationSideEnum
SwapCurveValuation.side
Methods in net.finmath.smartcontract.product.xml that return QuotationSideEnumModifier and TypeMethodDescriptionstatic QuotationSideEnum
BasicQuotation.getSide()
Gets the value of the side property.MultiDimensionalPricingData.getSide()
Gets the value of the side property.PricingStructurePoint.getSide()
Gets the value of the side property.Quotation.getSide()
Gets the value of the side property.QuotationCharacteristics.getSide()
Gets the value of the side property.SwapCurveValuation.getSide()
Gets the value of the side property.static QuotationSideEnum
Returns the enum constant of this class with the specified name.static QuotationSideEnum[]
QuotationSideEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml with parameters of type QuotationSideEnumModifier and TypeMethodDescriptionvoid
BasicQuotation.setSide
(QuotationSideEnum value) Sets the value of the side property.void
MultiDimensionalPricingData.setSide
(QuotationSideEnum value) Sets the value of the side property.void
PricingStructurePoint.setSide
(QuotationSideEnum value) Sets the value of the side property.void
Quotation.setSide
(QuotationSideEnum value) Sets the value of the side property.void
QuotationCharacteristics.setSide
(QuotationSideEnum value) Sets the value of the side property.void
SwapCurveValuation.setSide
(QuotationSideEnum value) Sets the value of the side property.