<xs:simpleType name="AvgPxPrecision_t">
<xs:annotation>
<xs:documentation>
Indicates number of decimal places to be used for average pricing. Absence of this field indicates that default precision arranged by the broker/institution is to be used.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="AvgPxPrecision" ComponentType="Field" Tag="74" Type="int" AbbrName="AvgPxPrcsn" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer" />
</xs:simpleType>
|