<xs:simpleType name="TradeLinkID_t">
<xs:annotation>
<xs:documentation>
Used to link a group of trades together. Useful for linking a group of trades together for average price calculations.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="TradeLinkID" ComponentType="Field" Tag="820" Type="String" AbbrName="LinkID" Category="TradeCapture" CategoryAbbrName="LinkID" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|