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 QuotationSideEnumBasicQuotation.sideprotected QuotationSideEnumMultiDimensionalPricingData.sideprotected QuotationSideEnumPricingStructurePoint.sideprotected QuotationSideEnumQuotation.sideprotected QuotationSideEnumQuotationCharacteristics.sideprotected QuotationSideEnumSwapCurveValuation.sideMethods in net.finmath.smartcontract.product.xml that return QuotationSideEnumModifier and TypeMethodDescriptionstatic QuotationSideEnumBasicQuotation.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 QuotationSideEnumReturns 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 TypeMethodDescriptionvoidBasicQuotation.setSide(QuotationSideEnum value) Sets the value of the side property.voidMultiDimensionalPricingData.setSide(QuotationSideEnum value) Sets the value of the side property.voidPricingStructurePoint.setSide(QuotationSideEnum value) Sets the value of the side property.voidQuotation.setSide(QuotationSideEnum value) Sets the value of the side property.voidQuotationCharacteristics.setSide(QuotationSideEnum value) Sets the value of the side property.voidSwapCurveValuation.setSide(QuotationSideEnum value) Sets the value of the side property.