Class SecuritiesTransactionPrice1
java.lang.Object
org.coderic.iso20022.messages.auth.SecuritiesTransactionPrice1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCcy()
Gets the value of the ccy property.getPdg()
Gets the value of the pdg property.void
Sets the value of the ccy property.void
setPdg
(PriceStatus1Code value) Sets the value of the pdg property.
-
Constructor Details
-
SecuritiesTransactionPrice1
public SecuritiesTransactionPrice1()
-
-
Method Details
-
getPdg
Gets the value of the pdg property.- Returns:
- possible object is
PriceStatus1Code
-
setPdg
Sets the value of the pdg property.- Parameters:
value
- allowed object isPriceStatus1Code
-
getCcy
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
Sets the value of the ccy property.- Parameters:
value
- allowed object isString
-