<xs:simpleType name="TradSesStatus_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">State of the trading session Valid values: 0 = Unknown = Halted 2 = Open 3 = Closed 4 = Pre Open 5 = Pre Close 6 = Request Rejected
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="TradSesStatus" tag="340" datatype="int" ComponentType="Field" StdAbbrev="Stat" QualifiedAbbrev="Stat" 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="0" desc="Unknown" />
<x:EnumDoc value="1" desc="Halted" />
<x:EnumDoc value="2" desc="Open" />
<x:EnumDoc value="3" desc="Closed" />
<x:EnumDoc value="4" desc="PreOpen" />
<x:EnumDoc value="5" desc="PreClose" />
<x:EnumDoc value="6" desc="ReqRej" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="0" />
<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:restriction>
</xs:simpleType>
|