<xsd:complexType name="ProductConventions">
<xsd:annotation>
<xsd:documentation xml:lang="en">ProductConventions can be used to specify conventions enforced by a trading platform.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="maximumQuotePrecisionDecimal" type="xsd:int" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Maximum precision in decimal places for providing quotes.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="minimumFillSize" type="xsd:double" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Minimum size of a contract, when a given contract is traded, its size must be a multiple of this value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="measureType" type="AssetMeasureType" minOccurs="0">
<!-- <xsd:element name="quoteType" type="xsd:string">-->
<!-- this must be an enum of some sort -->
<xsd:annotation>
<xsd:documentation xml:lang="en">Name of the economic value that serves as a single quote value during negotiation and will be used to determine best bid/offer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="quoteUnits" type="PriceQuoteUnits" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Units in which quote values are measured.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|