Uses of Class
net.finmath.smartcontract.product.xml.CommodityTrigger
Packages that use CommodityTrigger
-
Uses of CommodityTrigger in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityTriggerModifier and TypeFieldDescriptionprotected CommodityTriggerCommodityBarrier.triggerprotected CommodityTriggerCommodityDigital.triggerMethods in net.finmath.smartcontract.product.xml that return CommodityTriggerModifier and TypeMethodDescriptionObjectFactory.createCommodityTrigger()Create an instance ofCommodityTriggerCommodityBarrier.getTrigger()Gets the value of the trigger property.CommodityDigital.getTrigger()Gets the value of the trigger property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityTriggerModifier and TypeMethodDescriptionvoidCommodityBarrier.setTrigger(CommodityTrigger value) Sets the value of the trigger property.voidCommodityDigital.setTrigger(CommodityTrigger value) Sets the value of the trigger property.