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