Definition Type: SimpleType
Name: InViewOfCommon_enum_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Indicates whether or not the halt was due to Common Stock trading being halted.
Collapse XSD Schema Diagram:
XSD Diagram of InViewOfCommon_enum_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="InViewOfCommon_enum_t">
    <xs:annotation>
        <xs:documentation>Indicates whether or not the halt was due to Common Stock trading being halted.</xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="InViewOfCommon" ComponentType="Field" Tag="328" Type="Boolean" AbbrName="InViewOfCmn" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
        <xs:appinfo>
            <fm:EnumDoc value="N" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Halt was not related to a halt of the common stock</fm:EnumDoc>
            <fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Halt was due to common stock being halted</fm:EnumDoc>
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="Boolean">
        <xs:enumeration value="N" />
        <xs:enumeration value="Y" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration N
Enumeration Y
Collapse Derivation Tree:
Collapse References:
nsA:InViewOfCommon_t