Class FxAmericanExercise

java.lang.Object

public class FxAmericanExercise extends FxDigitalAmericanExercise
Describes the characteristics for american exercise of FX products.

Java class for FxAmericanExercise complex type.

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

 <complexType name="FxAmericanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDigitalAmericanExercise">
       <sequence>
         <element name="multipleExercise" type="{http://www.fpml.org/FpML-5/confirmation}FxMultipleExercise" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>