Class OrderInstructionData2
java.lang.Object
org.coderic.iso20022.messages.auth.OrderInstructionData2
Java class for OrderInstructionData2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderInstructionData2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BuySellInd" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Side6Code" minOccurs="0"/> <element name="OrdrVldtySts" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderStatus10Code" minOccurs="0"/> <element name="OrdrSts" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}OrderStatus11Code" maxOccurs="unbounded" minOccurs="0"/> <element name="InitlQty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}FinancialInstrumentQuantity25Choice" minOccurs="0"/> <element name="RmngQty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}FinancialInstrumentQuantity25Choice" minOccurs="0"/> <element name="DispdQty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}FinancialInstrumentQuantity25Choice" minOccurs="0"/> <element name="MinAccptblQty" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}FinancialInstrumentQuantity25Choice" minOccurs="0"/> <element name="MinExctbl" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}MinimumExecutable1" minOccurs="0"/> <element name="PssvOnlyInd" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}TrueFalseIndicator" minOccurs="0"/> <element name="SlfExctnPrvntn" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}TrueFalseIndicator" minOccurs="0"/> <element name="RtgStrtgy" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}Max50Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buySellInd property.Gets the value of the dispdQty property.Gets the value of the initlQty property.Gets the value of the minAccptblQty property.Gets the value of the minExctbl property.Gets the value of the ordrSts property.Gets the value of the ordrVldtySts property.Gets the value of the rmngQty property.Gets the value of the rtgStrtgy property.Gets the value of the pssvOnlyInd property.Gets the value of the slfExctnPrvntn property.void
setBuySellInd
(Side6Code value) Sets the value of the buySellInd property.void
Sets the value of the dispdQty property.void
Sets the value of the initlQty property.void
Sets the value of the minAccptblQty property.void
setMinExctbl
(MinimumExecutable1 value) Sets the value of the minExctbl property.void
setOrdrVldtySts
(OrderStatus10Code value) Sets the value of the ordrVldtySts property.void
setPssvOnlyInd
(Boolean value) Sets the value of the pssvOnlyInd property.void
Sets the value of the rmngQty property.void
setRtgStrtgy
(String value) Sets the value of the rtgStrtgy property.void
setSlfExctnPrvntn
(Boolean value) Sets the value of the slfExctnPrvntn property.
-
Constructor Details
-
OrderInstructionData2
public OrderInstructionData2()
-
-
Method Details
-
getBuySellInd
Gets the value of the buySellInd property.- Returns:
- possible object is
Side6Code
-
setBuySellInd
Sets the value of the buySellInd property.- Parameters:
value
- allowed object isSide6Code
-
getOrdrVldtySts
Gets the value of the ordrVldtySts property.- Returns:
- possible object is
OrderStatus10Code
-
setOrdrVldtySts
Sets the value of the ordrVldtySts property.- Parameters:
value
- allowed object isOrderStatus10Code
-
getOrdrSts
Gets the value of the ordrSts property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the ordrSts property.For example, to add a new item, do as follows:
getOrdrSts().add(newItem);
Objects of the following type(s) are allowed in the list
OrderStatus11Code
-
getInitlQty
Gets the value of the initlQty property.- Returns:
- possible object is
FinancialInstrumentQuantity25Choice
-
setInitlQty
Sets the value of the initlQty property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity25Choice
-
getRmngQty
Gets the value of the rmngQty property.- Returns:
- possible object is
FinancialInstrumentQuantity25Choice
-
setRmngQty
Sets the value of the rmngQty property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity25Choice
-
getDispdQty
Gets the value of the dispdQty property.- Returns:
- possible object is
FinancialInstrumentQuantity25Choice
-
setDispdQty
Sets the value of the dispdQty property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity25Choice
-
getMinAccptblQty
Gets the value of the minAccptblQty property.- Returns:
- possible object is
FinancialInstrumentQuantity25Choice
-
setMinAccptblQty
Sets the value of the minAccptblQty property.- Parameters:
value
- allowed object isFinancialInstrumentQuantity25Choice
-
getMinExctbl
Gets the value of the minExctbl property.- Returns:
- possible object is
MinimumExecutable1
-
setMinExctbl
Sets the value of the minExctbl property.- Parameters:
value
- allowed object isMinimumExecutable1
-
isPssvOnlyInd
Gets the value of the pssvOnlyInd property.- Returns:
- possible object is
Boolean
-
setPssvOnlyInd
Sets the value of the pssvOnlyInd property.- Parameters:
value
- allowed object isBoolean
-
isSlfExctnPrvntn
Gets the value of the slfExctnPrvntn property.- Returns:
- possible object is
Boolean
-
setSlfExctnPrvntn
Sets the value of the slfExctnPrvntn property.- Parameters:
value
- allowed object isBoolean
-
getRtgStrtgy
Gets the value of the rtgStrtgy property.- Returns:
- possible object is
String
-
setRtgStrtgy
Sets the value of the rtgStrtgy property.- Parameters:
value
- allowed object isString
-