Class SecuritiesTransactionPrice2Choice

java.lang.Object
org.coderic.iso20022.messages.auth.SecuritiesTransactionPrice2Choice

public class SecuritiesTransactionPrice2Choice extends Object

Java class for SecuritiesTransactionPrice2Choice complex type.

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

 <complexType name="SecuritiesTransactionPrice2Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="MntryVal" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}AmountAndDirection61"/>
         <element name="Pctg" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PercentageRate"/>
         <element name="Yld" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PercentageRate"/>
         <element name="BsisPts" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}DecimalNumber"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SecuritiesTransactionPrice2Choice

      public SecuritiesTransactionPrice2Choice()
  • Method Details

    • getMntryVal

      public AmountAndDirection61 getMntryVal()
      Gets the value of the mntryVal property.
      Returns:
      possible object is AmountAndDirection61
    • setMntryVal

      public void setMntryVal(AmountAndDirection61 value)
      Sets the value of the mntryVal property.
      Parameters:
      value - allowed object is AmountAndDirection61
    • getPctg

      public BigDecimal getPctg()
      Gets the value of the pctg property.
      Returns:
      possible object is BigDecimal
    • setPctg

      public void setPctg(BigDecimal value)
      Sets the value of the pctg property.
      Parameters:
      value - allowed object is BigDecimal
    • getYld

      public BigDecimal getYld()
      Gets the value of the yld property.
      Returns:
      possible object is BigDecimal
    • setYld

      public void setYld(BigDecimal value)
      Sets the value of the yld property.
      Parameters:
      value - allowed object is BigDecimal
    • getBsisPts

      public BigDecimal getBsisPts()
      Gets the value of the bsisPts property.
      Returns:
      possible object is BigDecimal
    • setBsisPts

      public void setBsisPts(BigDecimal value)
      Sets the value of the bsisPts property.
      Parameters:
      value - allowed object is BigDecimal