<xs:simpleType name="MatchAlgorithm_t">
<xs:annotation>
<xs:documentation>The types of algorithm used to match orders in a specific security. Possilbe value types are FIFO, Allocation, Pro-rata, Lead Market Maker, Currency Calender.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="MatchAlgorithm" ComponentType="Field" Tag="1142" Type="String" AbbrName="MtchAlgo" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|