| FixML 4.4 | Generated using Liquid XML Studio by Liquid Technologies Ltd |
| 12 October 2007 |
| Definition Type | Simple Type |
| Name | Price |
| Namespace | http://www.fixprotocol.org/FIXML-4-4 |
| Documentation | decimal representing a price. Note the number of decimal places may vary. For certain asset classes prices may be negative values. For example, prices for options strategies can be negative under certain market conditions. Refer to Volume 7: FIX Usage by Product for asset classes that support negative price values. |
| XSD Schema | fixml-datatypes-4-4.xsd |
|
|
|
|
|
|
|
|
|
<xs:simpleType name="Price" >
<xs:annotation> <xs:documentation> decimal representing a price. Note the number of decimal places may vary. For certain asset classes prices may be negative values. For example, prices for options strategies can be negative under certain market conditions. Refer to Volume 7: FIX Usage by Product for asset classes that support negative price values. </xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"/> </xs:simpleType> |
|