Definition Type: SimpleType
Name: TimeInForce_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
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
Collapse XSD Schema Diagram:
XSD Diagram of TimeInForce_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7
Collapse Derivation Tree:
Collapse References:
nsA:TimeInForce_t