<xs:simpleType name="TradeLinkID_t">
<xs:annotation>
<xs:documentation xml:lang="en">Used to link a group of trades together Useful for linking a group of trades together for average price calculations
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="TradeLinkID" tag="820" datatype="String" ComponentType="Field" StdAbbrev="LinkID" QualifiedAbbrev="LinkID" Category="TradeCapture" CategoryAbbrev="LinkID" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|