<xs:simpleType name="UnsolicitedIndicator_enum_t">
<xs:annotation>
<xs:documentation>Indicates whether or not message is being sent as a result of a subscription request or not.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="UnsolicitedIndicator" ComponentType="Field" Tag="325" Type="Boolean" AbbrName="Unsol" 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">Message is being sent as a result of a prior request</fm:EnumDoc>
<fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Message is being sent unsolicited</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean">
<xs:enumeration value="N" />
<xs:enumeration value="Y" />
</xs:restriction>
</xs:simpleType>
|