Definition Type: SimpleType
Name: CrossPrioritization_enum_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Indicates if one side or the other of a cross order should be prioritized. The definition of prioritization is left to the market. In some markets prioritization means which side of the cross order is applied to the market first. In other markets - prioritization may mean that the prioritized side is fully executed (sometimes referred to as the side being protected).
Collapse XSD Schema Diagram:
XSD Diagram of CrossPrioritization_enum_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="CrossPrioritization_enum_t">
    <xs:annotation>
        <xs:documentation>
                Indicates if one side or the other of a cross order should be prioritized.
                The definition of prioritization is left to the market. In some markets prioritization means which side of the cross order is applied to the market first. In other markets - prioritization may mean that the prioritized side is fully executed (sometimes referred to as the side being protected).
              </xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="CrossPrioritization" ComponentType="Field" Tag="550" Type="int" AbbrName="CrssPriortstn" Category="CrossOrders" CategoryAbbrName="Priorty" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
        <xs:appinfo>
            <fm:EnumDoc value="0" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">None</fm:EnumDoc>
            <fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Buy side is prioritized</fm:EnumDoc>
            <fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Sell side is prioritized</fm:EnumDoc>
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="0" />
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Collapse Derivation Tree:
Collapse References:
nsA:CrossPrioritization_t