<xs:simpleType name="OrderDelay_t">
<xs:annotation>
<xs:documentation>Time lapsed from order entry until match, based on the unit of time specified in OrderDelayUnit. Default is seconds if OrderDelayUnit is not specified. Value = 0, indicates the aggressor (the initiating side of the trade).</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="OrderDelay" ComponentType="Field" Tag="1428" Type="int" AbbrName="OrdDelay" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer" />
</xs:simpleType>
|