Definition Type: SimpleType
Name: ReportToExch_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Identifies party of trade responsible for exchange reporting Valid values: Y = Indicates that party receiving message must report trade N = Indicates that party sending message will report trade
Collapse XSD Schema Diagram:
XSD Diagram of ReportToExch_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="ReportToExch_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies party of trade responsible for exchange reporting  Valid values: Y = Indicates that party receiving message must report trade N = Indicates that party sending message will report trade 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="ReportToExch" tag="113" datatype="Boolean" ComponentType="Field" StdAbbrev="RptToExch" QualifiedAbbrev="RptToExch" 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="Y" desc="PartyMustRpt" />
            <x:EnumDoc value="N" desc="PartySendingWillRpt" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Y" />
        <xs:enumeration value="N" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Y
Enumeration N
Collapse Derivation Tree:
Collapse References:
nsA:ReportToExch_t