Class SecuritiesTransactionPrice21Choice

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

public class SecuritiesTransactionPrice21Choice extends Object

Java class for SecuritiesTransactionPrice21Choice complex type.

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

 <complexType name="SecuritiesTransactionPrice21Choice">
   <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}AmountAndDirection53"/>
         <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"/>
         <element name="NmnlVal" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ActiveOrHistoricCurrencyAndAmount"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>