<xs:simpleType name="TargetStrategy_enum_t">
<xs:annotation>
<xs:documentation>
The target strategy of the order
1000+ = Reserved and available for bi-laterally agreed upon user defined values
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="TargetStrategy" ComponentType="Field" Tag="847" Type="int" AbbrName="TgtStrategy" 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">VWAP</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Participate (i.e. aim to be x percent of the market volume)</fm:EnumDoc>
<fm:EnumDoc value="3" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Mininize market impact</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
|