Enum Class FxOffsetConventionEnum

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

public enum FxOffsetConventionEnum extends Enum<FxOffsetConventionEnum>

Java class for FxOffsetConventionEnum.

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

 <simpleType name="FxOffsetConventionEnum">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="FxSpot"/>
     <enumeration value="FxForward"/>
   </restriction>
 </simpleType>