Uses of Class
net.finmath.smartcontract.product.xml.ConstituentWeight
Packages that use ConstituentWeight
-
Uses of ConstituentWeight in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ConstituentWeightModifier and TypeFieldDescriptionprotected ConstituentWeight
BasketConstituent.constituentWeight
protected ConstituentWeight
ReferencePoolItem.constituentWeight
Methods in net.finmath.smartcontract.product.xml that return ConstituentWeightModifier and TypeMethodDescriptionObjectFactory.createConstituentWeight()
Create an instance ofConstituentWeight
BasketConstituent.getConstituentWeight()
Gets the value of the constituentWeight property.ReferencePoolItem.getConstituentWeight()
Gets the value of the constituentWeight property.Methods in net.finmath.smartcontract.product.xml with parameters of type ConstituentWeightModifier and TypeMethodDescriptionvoid
BasketConstituent.setConstituentWeight(ConstituentWeight value)
Sets the value of the constituentWeight property.void
ReferencePoolItem.setConstituentWeight(ConstituentWeight value)
Sets the value of the constituentWeight property.