Class SecuritiesTransactionPrice1

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

public class SecuritiesTransactionPrice1 extends Object

Java class for SecuritiesTransactionPrice1 complex type.

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

 <complexType name="SecuritiesTransactionPrice1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pdg" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PriceStatus1Code"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ActiveOrHistoricCurrencyCode" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SecuritiesTransactionPrice1

      public SecuritiesTransactionPrice1()
  • Method Details

    • getPdg

      public PriceStatus1Code getPdg()
      Gets the value of the pdg property.
      Returns:
      possible object is PriceStatus1Code
    • setPdg

      public void setPdg(PriceStatus1Code value)
      Sets the value of the pdg property.
      Parameters:
      value - allowed object is PriceStatus1Code
    • getCcy

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String