Class OrderPriceData2
java.lang.Object
org.coderic.iso20022.messages.auth.OrderPriceData2
Java class for OrderPriceData2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderPriceData2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LmtPric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice2Choice" minOccurs="0"/> <element name="StopPric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice2Choice" minOccurs="0"/> <element name="AddtlLmtPric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice2Choice" minOccurs="0"/> <element name="PggdPric" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}SecuritiesTransactionPrice2Choice" minOccurs="0"/> <element name="CcyScndLeg" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ActiveOrHistoricCurrencyCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlLmtPric property.Gets the value of the ccyScndLeg property.Gets the value of the lmtPric property.Gets the value of the pggdPric property.Gets the value of the stopPric property.void
Sets the value of the addtlLmtPric property.void
setCcyScndLeg
(String value) Sets the value of the ccyScndLeg property.void
Sets the value of the lmtPric property.void
Sets the value of the pggdPric property.void
Sets the value of the stopPric property.
-
Constructor Details
-
OrderPriceData2
public OrderPriceData2()
-
-
Method Details
-
getLmtPric
Gets the value of the lmtPric property.- Returns:
- possible object is
SecuritiesTransactionPrice2Choice
-
setLmtPric
Sets the value of the lmtPric property.- Parameters:
value
- allowed object isSecuritiesTransactionPrice2Choice
-
getStopPric
Gets the value of the stopPric property.- Returns:
- possible object is
SecuritiesTransactionPrice2Choice
-
setStopPric
Sets the value of the stopPric property.- Parameters:
value
- allowed object isSecuritiesTransactionPrice2Choice
-
getAddtlLmtPric
Gets the value of the addtlLmtPric property.- Returns:
- possible object is
SecuritiesTransactionPrice2Choice
-
setAddtlLmtPric
Sets the value of the addtlLmtPric property.- Parameters:
value
- allowed object isSecuritiesTransactionPrice2Choice
-
getPggdPric
Gets the value of the pggdPric property.- Returns:
- possible object is
SecuritiesTransactionPrice2Choice
-
setPggdPric
Sets the value of the pggdPric property.- Parameters:
value
- allowed object isSecuritiesTransactionPrice2Choice
-
getCcyScndLeg
Gets the value of the ccyScndLeg property.- Returns:
- possible object is
String
-
setCcyScndLeg
Sets the value of the ccyScndLeg property.- Parameters:
value
- allowed object isString
-