<xs:simpleType name="CrossPrioritization_t">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates if one side or the other of a cross order should be prioritized 0 = None = Buy side is prioritized 2 = Sell side is 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 xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="CrossPrioritization" tag="550" datatype="int" ComponentType="Field" StdAbbrev="CrssPriortstn" QualifiedAbbrev="CrssPriortstn" Category="CrossOrders" CategoryAbbrev="Priorty" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:int" />
</xs:simpleType>
|