<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>
|