<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>
|