Enum Class DealtCurrencyEnum

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

public enum DealtCurrencyEnum extends Enum<DealtCurrencyEnum>

Java class for DealtCurrencyEnum.

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

 <simpleType name="DealtCurrencyEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="ExchangedCurrency1"/>
     <enumeration value="ExchangedCurrency2"/>
   </restriction>
 </simpleType>