Uses of Class
org.isda.cdm.NotionalAdjustmentEnum
-
Packages that use NotionalAdjustmentEnum Package Description org.isda.cdm -
-
Uses of NotionalAdjustmentEnum in org.isda.cdm
Fields in org.isda.cdm declared as NotionalAdjustmentEnum Modifier and Type Field Description protected NotionalAdjustmentEnum
ExecutionQuantity.ExecutionQuantityBuilder. adjustment
Methods in org.isda.cdm that return NotionalAdjustmentEnum Modifier and Type Method Description NotionalAdjustmentEnum
ExecutionQuantity.ExecutionQuantityBuilder. getAdjustment()
NotionalAdjustmentEnum
ExecutionQuantity. getAdjustment()
Specifies the conditions that govern the adjustment to the quantity of a contractual product being traded: e.g.static NotionalAdjustmentEnum
NotionalAdjustmentEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NotionalAdjustmentEnum[]
NotionalAdjustmentEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type NotionalAdjustmentEnum Modifier and Type Method Description ExecutionQuantity.ExecutionQuantityBuilder
ExecutionQuantity.ExecutionQuantityBuilder. setAdjustment(NotionalAdjustmentEnum adjustment)
-