OrderExecutionType
/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/Transactions/Transaction/OrderExecutionType
Diagram
Documentation
EN
Type of Order Execution
DE
Typ von Order Execution
FR
Type de Order Execution
NL
Type van Order Execution
Properties
- Type
- xs:string
- Cardinality
- 0..1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 16
- Sample Data
- IfDone
- Restrictions
- Base: xs:string
Enumeration:MarketOnCloseMarketOnOpenMarketOTCLimitStopLossStopBuyStopLimitTrailingStopIfDoneOneCancelsTheOtherNextOrderIPO
Element Definition
Element Definition
<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="OrderExecutionType">
<xs:annotation>
<xs:documentation xml:lang="en">Type of Order Execution</xs:documentation>
<xs:documentation xml:lang="de">Typ von Order Execution</xs:documentation>
<xs:documentation xml:lang="fr">Type de Order Execution</xs:documentation>
<xs:documentation xml:lang="nl">Type van Order Execution</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="MarketOnClose"/>
<xs:enumeration value="MarketOnOpen"/>
<xs:enumeration value="Market"/>
<xs:enumeration value="OTC"/>
<xs:enumeration value="Limit"/>
<xs:enumeration value="StopLoss"/>
<xs:enumeration value="StopBuy"/>
<xs:enumeration value="StopLimit"/>
<xs:enumeration value="TrailingStop"/>
<xs:enumeration value="IfDone"/>
<xs:enumeration value="OneCancelsTheOther"/>
<xs:enumeration value="NextOrder"/>
<xs:enumeration value="IPO"/>
</xs:restriction>
</xs:simpleType>
</xs:element>