Definition Type: SimpleType
Name: WorkingIndicator_enum_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Indicates if the order is currently being worked. Applicable only for OrdStatus = "New". For open outcry markets this indicates that the order is being worked in the crowd. For electronic markets it indicates that the order has transitioned from a contingent order to a market order.
Collapse XSD Schema Diagram:
XSD Diagram of WorkingIndicator_enum_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="WorkingIndicator_enum_t">
    <xs:annotation>
        <xs:documentation>Indicates if the order is currently being worked.  Applicable only for OrdStatus = "New".  For open outcry markets this indicates that the order is being worked in the crowd.  For electronic markets it indicates that the order has transitioned from a contingent order to a market order. </xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="WorkingIndicator" ComponentType="Field" Tag="636" Type="Boolean" AbbrName="WorkingInd" 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">Order has been accepted but not yet in a working state</fm:EnumDoc>
            <fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Order is currently being worked</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:WorkingIndicator_t