Class TransactionData3

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

public class TransactionData3 extends Object

Java class for TransactionData3 complex type.

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

 <complexType name="TransactionData3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TxPric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice4Choice" minOccurs="0"/>
         <element name="TraddQty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}FinancialInstrumentQuantity25Choice" minOccurs="0"/>
         <element name="PssvOrAggrssvInd" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PassiveOrAgressiveType1Code" minOccurs="0"/>
         <element name="StrtgyLkdOrdrId" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max50Text" minOccurs="0"/>
         <element name="TxId" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max52Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>