<xs:simpleType name="HighLimitPrice_t">
<xs:annotation>
<xs:documentation>Allowable high limit price for the trading day. A key parameter in validating order price. Used as the upper band for validating order prices. Orders submitted with prices above the upper limit will be rejected</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="HighLimitPrice" ComponentType="Field" Tag="1149" Type="Price" AbbrName="HiLmtPx" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Price" />
</xs:simpleType>
|