Definition Type: SimpleType
Name: OpenCloseSettlFlag_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Flag that identifies a market data entry Valid values: 0 = Daily Open Close Settlement entry = Session Open Close Settlement entry 2 = Delivery Settlement entry 3 = Expected entry 4 = Entry from previous business day 5 = Theoretical Price value Prior to FIX 4 3 this field was of type char
Collapse XSD Schema Diagram:
XSD Diagram of OpenCloseSettlFlag_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="OpenCloseSettlFlag_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Flag that identifies a market data entry  Valid values: 0 = Daily Open   Close   Settlement entry  = Session Open   Close   Settlement entry 2 = Delivery Settlement entry 3 = Expected entry 4 = Entry from previous business day 5 = Theoretical Price value  Prior to FIX 4 3 this field was of type char  
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="OpenCloseSettlFlag" tag="286" datatype="MultipleValueString" ComponentType="Field" StdAbbrev="OpenClsSettlFlag" QualifiedAbbrev="OpenClsSettlFlag" 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="DailyOpen" />
            <x:EnumDoc value="1" desc="SessionOpen" />
            <x:EnumDoc value="2" desc="DeliverySettlement" />
            <x:EnumDoc value="3" desc="ExpectedEntry" />
            <x:EnumDoc value="4" desc="EntryFromPrevBusinessDay" />
            <x:EnumDoc value="5" desc="TheoreticalPrice" />
        </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:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Collapse Derivation Tree:
Collapse References:
nsA:OpenCloseSettlFlag_t