Class SecuritiesTransactionPrice4Choice

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

public class SecuritiesTransactionPrice4Choice extends Object

Java class for SecuritiesTransactionPrice4Choice complex type.

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

 <complexType name="SecuritiesTransactionPrice4Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Pric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice2Choice"/>
         <element name="NoPric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>