Definition Type: SimpleType
Name: AggressorIndicator_enum_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Used to identify whether the order initiator is an aggressor or not in the trade.
Collapse XSD Schema Diagram:
XSD Diagram of AggressorIndicator_enum_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="AggressorIndicator_enum_t">
    <xs:annotation>
        <xs:documentation>Used to identify whether the order initiator is an aggressor or not in the trade.
				</xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="AggressorIndicator" ComponentType="Field" Tag="1057" Type="Boolean" AbbrName="AgrsrInd" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
        <xs:appinfo>
            <fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Order initiator is aggressor</fm:EnumDoc>
            <fm:EnumDoc value="N" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Order initiator is passive</fm:EnumDoc>
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="Boolean">
        <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:AggressorIndicator_t