<xs:simpleType name="AllocLinkID_t">
<xs:annotation>
<xs:documentation>
Can be used to link two different Allocation messages (each with unique AllocID (70)) together, i.e. for F/X "Netting" or "Swaps". Should be unique.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="AllocLinkID" ComponentType="Field" Tag="196" Type="String" AbbrName="LinkID" Category="Allocation" CategoryAbbrName="LinkID" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|