Enum Class PriceExpressionEnum

java.lang.Object
java.lang.Enum<PriceExpressionEnum>
net.finmath.smartcontract.product.xml.PriceExpressionEnum
All Implemented Interfaces:
Serializable, Comparable<PriceExpressionEnum>, Constable

public enum PriceExpressionEnum extends Enum<PriceExpressionEnum>

Java class for PriceExpressionEnum.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="PriceExpressionEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="AbsoluteTerms"/>
     <enumeration value="PercentageOfNotional"/>
   </restriction>
 </simpleType>