Definition Type: SimpleType
Name: GTBookingInst_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Code to identify whether to book out executions on a part filled GT order on the day of execution or to accumulate Valid values: 0 = book out all trades on day of execution = accumulate executions until order is filled or expires 2 = accumulate until verbally notified otherwise
Collapse XSD Schema Diagram:
XSD Diagram of GTBookingInst_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="GTBookingInst_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Code to identify whether to book out executions on a part filled GT order on the day of execution or to accumulate  Valid values: 0 = book out all trades on day of execution  = accumulate executions until order is filled or expires  2 = accumulate until verbally notified otherwise 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="GTBookingInst" tag="427" datatype="int" ComponentType="Field" StdAbbrev="GTBkngInst" QualifiedAbbrev="GTBkngInst" 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="BookAll" />
            <x:EnumDoc value="1" desc="AccumUntilFill" />
            <x:EnumDoc value="2" desc="AccumUntilNotify" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="0" />
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Collapse Derivation Tree:
Collapse References:
nsA:GTBookingInst_t