<xs:simpleType name="ApplQueueMax_t">
<xs:annotation>
<xs:documentation>
Used to specify the maximum number of application messages that can be queued bedore a corrective action needs to take place to resolve the queuing issue.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ApplQueueMax" ComponentType="Field" Tag="812" Type="int" AbbrName="ApplQuMax" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer" />
</xs:simpleType>
|