<xs:simpleType name="TradeCondition_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Space delimited list of conditions describing a trade Valid values: A = Cash only Market B = Average Price Trade C = Cash Trade same day clearing D = Next Day only Market E = Opening Reopening Trade Detail F = Intraday Trade Detail G = Rule 27 Trade NYSE H = Rule 55 Trade Amex I = Sold Last late reporting J = Next Day Trade next day clearing K = Opened late report of opened trade L = Seller M = Sold out of sequence N = Stopped Stock guarantee of price but does not execute the order P = Imbalance More Buyers Cannot be used in combination with Q Q = Imbalance More Sellers Cannot be used in combination with P R = Opening Price
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="TradeCondition" tag="277" datatype="MultipleValueString" ComponentType="Field" StdAbbrev="TrdCond" QualifiedAbbrev="TrdCond" 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="A" desc="ashMkt" />
<x:EnumDoc value="B" desc="AvgPx" />
<x:EnumDoc value="C" desc="CashTrade" />
<x:EnumDoc value="D" desc="NextDay" />
<x:EnumDoc value="E" desc="Opening" />
<x:EnumDoc value="F" desc="Intraday" />
<x:EnumDoc value="G" desc="Rule127" />
<x:EnumDoc value="H" desc="Rule155" />
<x:EnumDoc value="I" desc="SoldLast" />
<x:EnumDoc value="J" desc="NextDay" />
<x:EnumDoc value="K" desc="Opened" />
<x:EnumDoc value="L" desc="Seller" />
<x:EnumDoc value="M" desc="Sold" />
<x:EnumDoc value="N" desc="Stopped" />
<x:EnumDoc value="P" desc="ImbalanceMoreBuyers" />
<x:EnumDoc value="Q" desc="ImbalanceMoreSellers" />
<x:EnumDoc value="R" desc="OpeningPrice" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="A" />
<xs:enumeration value="B" />
<xs:enumeration value="C" />
<xs:enumeration value="D" />
<xs:enumeration value="E" />
<xs:enumeration value="F" />
<xs:enumeration value="G" />
<xs:enumeration value="H" />
<xs:enumeration value="I" />
<xs:enumeration value="J" />
<xs:enumeration value="K" />
<xs:enumeration value="L" />
<xs:enumeration value="M" />
<xs:enumeration value="N" />
<xs:enumeration value="P" />
<xs:enumeration value="Q" />
<xs:enumeration value="R" />
</xs:restriction>
</xs:simpleType>
|