Class ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01

java.lang.Object
org.coderic.iso20022.messages.fxtr.ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01

public class ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01 extends Object

Java class for ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01 complex type.

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

 <complexType name="ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AdvcAckId" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}MessageIdentification1" minOccurs="0"/>
         <element name="ReqId" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}MessageIdentification1"/>
         <element name="TradDt" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}ISODate"/>
         <element name="TradId" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}Max35Text"/>
         <element name="TradgMd" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}TradingModeType1Code"/>
         <element name="AffirmSts" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}AffirmStatus1Code"/>
         <element name="ConfSts" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}TradeConfirmationStatus1Code"/>
         <element name="MktId" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}MarketIdentification88"/>
         <element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}AdditionalInformation5" minOccurs="0"/>
         <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:fxtr.038.001.01}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>