<xs:simpleType name="TimeInForce_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies how long the order remains in effect Absence of this field is interpreted as DAY NOTE not applicable to CIV Orders Valid values: 0 = Day or session = Good Till Cancel GTC 2 = At the Opening OPG 3 = Immediate or Cancel IOC 4 = Fill or Kill FOK 5 = Good Till Crossing GTX 6 = Good Till Date 7 = At the Close see Volume : Glossary for value definitions
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="TimeInForce" tag="59" datatype="char" ComponentType="Field" StdAbbrev="TmInForce" QualifiedAbbrev="TmInForce" 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="Day" />
<x:EnumDoc value="1" desc="GoodTillCancel" />
<x:EnumDoc value="2" desc="AtTheOpening" />
<x:EnumDoc value="3" desc="ImmediateOrCancel" />
<x:EnumDoc value="4" desc="FillOrKill" />
<x:EnumDoc value="5" desc="GoodTillCrossing" />
<x:EnumDoc value="6" desc="GoodTillDate" />
<x:EnumDoc value="7" desc="AtTheClose" />
</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:enumeration value="7" />
</xs:restriction>
</xs:simpleType>
|