Class TransactionData3
java.lang.Object
org.coderic.iso20022.messages.auth.TransactionData3
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>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pssvOrAggrssvInd property.Gets the value of the strtgyLkdOrdrId property.Gets the value of the traddQty property.getTxId()
Gets the value of the txId property.Gets the value of the txPric property.void
Sets the value of the pssvOrAggrssvInd property.void
setStrtgyLkdOrdrId
(String value) Sets the value of the strtgyLkdOrdrId property.void
Sets the value of the traddQty property.void
Sets the value of the txId property.void
Sets the value of the txPric property.
-
Constructor Details
-
TransactionData3
public TransactionData3()
-
-
Method Details
-
getTxPric
Gets the value of the txPric property.- Returns:
- possible object is
SecuritiesTransactionPrice4Choice
-
setTxPric
Sets the value of the txPric property.- Parameters:
value
- allowed object isSecuritiesTransactionPrice4Choice
-
getTraddQty
Gets the value of the traddQty property.- Returns:
- possible object is
FinancialInstrumentQuantity25Choice
-
setTraddQty
Sets the value of the traddQty property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity25Choice
-
getPssvOrAggrssvInd
Gets the value of the pssvOrAggrssvInd property.- Returns:
- possible object is
PassiveOrAgressiveType1Code
-
setPssvOrAggrssvInd
Sets the value of the pssvOrAggrssvInd property.- Parameters:
value
- allowed object isPassiveOrAgressiveType1Code
-
getStrtgyLkdOrdrId
Gets the value of the strtgyLkdOrdrId property.- Returns:
- possible object is
String
-
setStrtgyLkdOrdrId
Sets the value of the strtgyLkdOrdrId property.- Parameters:
value
- allowed object isString
-
getTxId
Gets the value of the txId property.- Returns:
- possible object is
String
-
setTxId
Sets the value of the txId property.- Parameters:
value
- allowed object isString
-