<xs:simpleType name="OrderRestrictions_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Restrictions associated with an order If more than one restriction is applicable to an order this field can contain multiple instructions separated by space Valid values: = Program Trade 2 = Index Arbitrage 3 = Non Index Arbitrage 4 = Competing Market Maker 5 = Acting as Market Maker or Specialist in the security 6 = Acting as Market Maker or Specialist in the underlying security of a derivative security 7 = Foreign Entity of foreign governmnet or regulatory jurisdiction 8 = External Market Participant 9 = External Inter connected Market Linkage A = Riskless Arbitrage
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="OrderRestrictions" tag="529" datatype="MultipleValueString" ComponentType="Field" StdAbbrev="Rstctions" QualifiedAbbrev="Rstctions" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="1" desc="ProgramTrade" />
<x:EnumDoc value="2" desc="IndexArbitrage" />
<x:EnumDoc value="3" desc="Non-IndexArbitrage" />
<x:EnumDoc value="4" desc="CompetingMarketMaker" />
<x:EnumDoc value="5" desc="ActMM" />
<x:EnumDoc value="6" desc="ActMMDeriv" />
<x:EnumDoc value="7" desc="ForEntity" />
<x:EnumDoc value="8" desc="ExMrktPart" />
<x:EnumDoc value="9" desc="ExIntMrktLink" />
<x:EnumDoc value="A" desc="RiskArb" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="A" />
</xs:restriction>
</xs:simpleType>
|