<xs:simpleType name="MDPriceLevel_t">
<xs:annotation>
<xs:documentation>Integer to convey the level of a bid or offer at a given price level. This is in contrast to MDEntryPositionNo which is used to convey the position of an order within a Price level</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="MDPriceLevel" ComponentType="Field" Tag="1023" Type="int" AbbrName="MDPxLvl" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer" />
</xs:simpleType>
|