Class FxCounterCurrencyAmount


public class FxCounterCurrencyAmount extends NonNegativeAmountSchedule

Java class for FxCounterCurrencyAmount complex type.

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

 <complexType name="FxCounterCurrencyAmount">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule">
       <sequence>
         <element name="strikeReference" type="{http://www.fpml.org/FpML-5/confirmation}FxStrikeReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxCounterCurrencyAmount

      public FxCounterCurrencyAmount()
  • Method Details

    • getStrikeReference

      public FxStrikeReference getStrikeReference()
      Gets the value of the strikeReference property.
      Returns:
      possible object is FxStrikeReference
    • setStrikeReference

      public void setStrikeReference(FxStrikeReference value)
      Sets the value of the strikeReference property.
      Parameters:
      value - allowed object is FxStrikeReference