Definition Type: SimpleType
Name: TriggerPriceDirection_enum_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
The side from which the trigger price is reached.
Collapse XSD Schema Diagram:
XSD Diagram of TriggerPriceDirection_enum_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration U
Enumeration D
Collapse Derivation Tree:
Collapse References:
nsA:TriggerPriceDirection_t