<xs:simpleType name="SecurityTradingStatus_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the trading status applicable to the transaction Valid values: = Opening Delay 2 = Trading Halt 3 = Resume 4 = No Open No Resume 5 = Price Indication 6 = Trading Range Indication 7 = Market Imbalance Buy 8 = Market Imbalance Sell 9 = Market On Close Imbalance Buy 0 = Market On Close Imbalance Sell = not assigned 2 = No Market Imbalance 3 = No Market On Close Imbalance 4 = ITS Pre Opening 5 = New Price Indication 6 = Trade Dissemination Time 7 = Ready to trade start of session 8 = Not Available for trading end of session 9 = Not Traded on this Market 20 = Unknown or Invalid 2 = Pre Open 22 = Opening Rotation 23 = Fast Market
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="SecurityTradingStatus" tag="326" datatype="int" ComponentType="Field" StdAbbrev="TrdgStat" QualifiedAbbrev="TrdgStat" 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="pnDelay" />
<x:EnumDoc value="2" desc="TrdHalt" />
<x:EnumDoc value="3" desc="Resume" />
<x:EnumDoc value="4" desc="NoOpen" />
<x:EnumDoc value="5" desc="PxInd" />
<x:EnumDoc value="6" desc="TrdRngInd" />
<x:EnumDoc value="7" desc="MktImbBuy" />
<x:EnumDoc value="8" desc="MktBalSell" />
<x:EnumDoc value="9" desc="MktOnClsImbBuy" />
<x:EnumDoc value="10" desc="MktOnClsImbSell" />
<x:EnumDoc value="11" desc="na" />
<x:EnumDoc value="12" desc="NoMktImb" />
<x:EnumDoc value="13" desc="NoMktOnClsImb" />
<x:EnumDoc value="14" desc="ITSPreOpn" />
<x:EnumDoc value="15" desc="NewPxInd" />
<x:EnumDoc value="16" desc="TrdDisTime" />
<x:EnumDoc value="17" desc="Ready" />
<x:EnumDoc value="18" desc="NotAvail" />
<x:EnumDoc value="19" desc="NotTraded" />
<x:EnumDoc value="20" desc="Unknown" />
<x:EnumDoc value="21" desc="Pre-Open" />
<x:EnumDoc value="22" desc="OpeningRotation" />
<x:EnumDoc value="23" desc="FastMarket" />
</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="10" />
<xs:enumeration value="11" />
<xs:enumeration value="12" />
<xs:enumeration value="13" />
<xs:enumeration value="14" />
<xs:enumeration value="15" />
<xs:enumeration value="16" />
<xs:enumeration value="17" />
<xs:enumeration value="18" />
<xs:enumeration value="19" />
<xs:enumeration value="20" />
<xs:enumeration value="21" />
<xs:enumeration value="22" />
<xs:enumeration value="23" />
</xs:restriction>
</xs:simpleType>
|