<xs:simpleType name="PriceUnitOfMeasureQty_t">
<xs:annotation>
<xs:documentation>Used to express the UOM Quantity of the price if different from the contract. In futures, this can be different for physically delivered products in which price is quoted in a unit size different from the contract, i.e. a Cattle Future contract has a UOMQty of 40,000 and a PriceUOMQty of 100.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="PriceUnitOfMeasureQty" ComponentType="Field" Tag="1192" Type="Qty" AbbrName="PxUOMQty" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Qty" />
</xs:simpleType>
|