<xs:simpleType name="CustDirectedOrder_t">
<xs:annotation>
<xs:documentation>Indicates if the customer directed this order to a specific execution venue "Y" or not "N".
A default of "N" customer did not direct this order should be used in the case where the information is both missing and essential.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="CustDirectedOrder" ComponentType="Field" Tag="1029" Type="Boolean" AbbrName="CustDrctdOrd" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean" />
</xs:simpleType>
|