<xs:simpleType name="TriggerPriceDirection_enum_t">
<xs:annotation>
<xs:documentation>The side from which the trigger price is reached.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="TriggerPriceDirection" ComponentType="Field" Tag="1109" Type="char" AbbrName="TrgrPxDir" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="U" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Trigger if the price of the specified type goes UP to or through the specified Trigger Price.</fm:EnumDoc>
<fm:EnumDoc value="D" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Trigger if the price of the specified type goes DOWN to or through the specified Trigger Price.</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="char">
<xs:enumeration value="U" />
<xs:enumeration value="D" />
</xs:restriction>
</xs:simpleType>
|