Enum Class QuotationStyleEnum

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

public enum QuotationStyleEnum extends Enum<QuotationStyleEnum>

Java class for QuotationStyleEnum.

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

 <simpleType name="QuotationStyleEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="PointsUpFront"/>
     <enumeration value="TradedSpread"/>
     <enumeration value="Price"/>
   </restriction>
 </simpleType>