Enum Class FxBarrierScopeEnum

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

public enum FxBarrierScopeEnum extends Enum<FxBarrierScopeEnum>

Java class for FxBarrierScopeEnum.

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

 <simpleType name="FxBarrierScopeEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Global"/>
     <enumeration value="PerExpiry"/>
   </restriction>
 </simpleType>