<xsd:complexType name="TradeLegPriceChange">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a change to the size of a single leg or stream of a trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="priceReference" type="Reference" />
<xsd:element name="instrumentId" type="InstrumentId" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identification of the underlying asset, using public and/or private identifiers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="priceChangeAmount" type="xsd:decimal" />
<xsd:element name="newPrice" type="xsd:decimal" />
</xsd:sequence>
</xsd:complexType>
|