<xs:simpleType name="ParticipationRate_t">
<xs:annotation>
<xs:documentation>For a TargetStrategy=Participate order specifies the target particpation rate. For other order types this is a volume limit (i.e. do not be more than this percent of the market volume)</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ParticipationRate" ComponentType="Field" Tag="849" Type="Percentage" AbbrName="ParticipationRt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Percentage" />
</xs:simpleType>
|