<xs:simpleType name="SideTimeInForce_t">
<xs:annotation>
<xs:documentation>Indicates how long the order as specified in the side stays in effect. SideTimeInForce allows a two-sided cross order to specify order behavior separately for each side. Absence of this field indicates that TimeInForce should be referenced. SideTimeInForce will override TimeInForce if both are provided.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="SideTimeInForce" ComponentType="Field" Tag="962" Type="UTCTimestamp" AbbrName="SideTmFrc" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="UTCTimestamp" />
</xs:simpleType>
|