| FixML 4.4 | Generated using Liquid XML Studio by Liquid Technologies Ltd |
| 12 October 2007 |
| Definition Type | Simple Type |
| Name | Qty |
| Namespace | http://www.fixprotocol.org/FIXML-4-4 |
| Documentation | decimal capable of storing either a whole number (no decimal places) of “shares” (securities denominated in whole units) or a decimal value containing decimal places for non-share quantity asset classes (securities denominated in fractional units). |
| XSD Schema | fixml-datatypes-4-4.xsd |
|
|
|
|
|
|
|
|
|
<xs:simpleType name="Qty" >
<xs:annotation> <xs:documentation> decimal capable of storing either a whole number (no decimal places) of “shares” (securities denominated in whole units) or a decimal value containing decimal places for non-share quantity asset classes (securities denominated in fractional units). </xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"/> </xs:simpleType> |
|