OrderExecutionType

/FundsXML4/Funds/Fund/Subfunds/Subfund/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

ES

Tipo de ejecuci\u00f3n de orden

IT

Tipo di esecuzione dell'ordine

CS

Typ Order Execution

HU

Type of 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"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
13
Sample Data
StopLoss
Restrictions
Base: xs:string
Enumeration:
  • MarketOnClose
  • MarketOnOpen
  • Market
  • OTC
  • Limit
  • StopLoss
  • StopBuy
  • StopLimit
  • TrailingStop
  • IfDone
  • OneCancelsTheOther
  • NextOrder
  • IPO

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            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:documentation xml:lang="es">Tipo de ejecuci\u00f3n de orden</xs:documentation>
      <xs:documentation xml:lang="it">Tipo di esecuzione dell'ordine</xs:documentation>
      <xs:documentation xml:lang="cs">Typ Order Execution</xs:documentation>
      <xs:documentation xml:lang="hu">Type of 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>