<xs:simpleType name="TriggerType_enum_t">
<xs:annotation>
<xs:documentation>Defines when the trigger will hit, i.e. the action specified by the trigger instructions will come into effect.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="TriggerType" ComponentType="Field" Tag="1100" Type="char" AbbrName="TrgrTyp" 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">Partial Execution</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Specified Trading Session</fm:EnumDoc>
<fm:EnumDoc value="3" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Next Auction</fm:EnumDoc>
<fm:EnumDoc value="4" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Price Movement</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="char">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
</xs:restriction>
</xs:simpleType>
|