<xs:simpleType name="OddLot_enum_t">
<xs:annotation>
<xs:documentation>
This trade is to be treated as an odd lot
If this field is not specified, the default will be "N"
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="OddLot" ComponentType="Field" Tag="575" Type="Boolean" AbbrName="OddLot" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="N" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Treat as round lot (default)</fm:EnumDoc>
<fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Treat as odd lot</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean">
<xs:enumeration value="N" />
<xs:enumeration value="Y" />
</xs:restriction>
</xs:simpleType>
|