Definition Type: SimpleType
Name: WorkingIndicator_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.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 Valid values: Y = Order is currently being worked N = Order has been accepted but not yet in a working state
Collapse XSD Schema Diagram:
XSD Diagram of WorkingIndicator_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="WorkingIndicator_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">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   Valid values: Y = Order is currently being worked N = Order has been accepted but not yet in a working state 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="WorkingIndicator" tag="636" datatype="Boolean" ComponentType="Field" StdAbbrev="WorkingInd" QualifiedAbbrev="WorkingInd" 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="Yes" />
            <x:EnumDoc value="N" desc="No" />
        </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:WorkingIndicator_t