<xs:simpleType name="TradSesMethod_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Method of trading Valid values: = Electronic 2 = Open Outcry 3 = Two Party
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="TradSesMethod" tag="338" datatype="int" ComponentType="Field" StdAbbrev="Method" QualifiedAbbrev="Method" 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="Electronic" />
<x:EnumDoc value="2" desc="OpenOutcry" />
<x:EnumDoc value="3" desc="TwoParty" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
|