OrderExecutionType

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/Segments/Segment/SegmentDynamicData/Portfolios/Portfolio/Transactions/Transaction/OrderExecutionType

Diagram

OrderExecutionType

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
14
Sample Data
IPO
Restrictions
Base: xs:string
Enumeration:
  • MarketOnClose
  • MarketOnOpen
  • Market
  • OTC
  • Limit
  • StopLoss
  • StopBuy
  • StopLimit
  • TrailingStop
  • IfDone
  • OneCancelsTheOther
  • NextOrder
  • IPO

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>