<xs:simpleType name="LeavesQty_t">
<xs:annotation>
<xs:documentation>
Quantity open for further execution. If the OrdStatus (39) is Canceled, DoneForTheDay, Expired, Calculated, or Rejected (in which case the order is no longer active) then LeavesQty could be 0, otherwise LeavesQty = OrderQty (38) - CumQty (14).
(Prior to FIX 4.2 this field was of type int)
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="LeavesQty" ComponentType="Field" Tag="151" Type="Qty" AbbrName="LeavesQty" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Qty" />
</xs:simpleType>
|