<xs:simpleType name="ContingencyType_enum_t">
<xs:annotation>
<xs:documentation>Defines the type of contingency.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ContingencyType" ComponentType="Field" Tag="1385" Type="int" AbbrName="ContingencyType" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">One Cancels the Other (OCO)</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">One Triggers the Other (OTO)</fm:EnumDoc>
<fm:EnumDoc value="3" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">One Updates the Other (OUO) - Absolute Quantity Reduction</fm:EnumDoc>
<fm:EnumDoc value="4" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">One Updates the Other (OUO) - Proportional Quantity Reduction</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
</xs:restriction>
</xs:simpleType>
|