<xs:simpleType name="DiscretionRoundDirection_enum_t">
<xs:annotation>
<xs:documentation>
If the calculated discretionary price is not a valid tick price, specifies whether to round the price to be more or less aggressive
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="DiscretionRoundDirection" ComponentType="Field" Tag="844" Type="int" AbbrName="RndDir" 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">More aggressive - on a buy order round the price up to the nearest tick; on a sell round down to the nearest tick</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">More passive - on a buy order round down to the nearest tick; on a sell order round up to the nearest tick</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
|