Definition Type: SimpleType
Name: OddLot_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
This trade is to be treated as an odd lot Values: Y = treat as odd lot N = treat as round lot If this field is not specified the default will be N
Collapse XSD Schema Diagram:
XSD Diagram of OddLot_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="OddLot_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">This trade is to be treated as an odd lot Values: Y = treat as odd lot N = treat as round lot If this field is not specified  the default will be  N  
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="OddLot" tag="575" datatype="Boolean" ComponentType="Field" StdAbbrev="OddLot" QualifiedAbbrev="OddLot" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
            <xs:Xref Protocol="ISO_15022_XML" />
        </xs:appinfo>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <x:EnumDoc value="Y" desc="Yes" />
            <x:EnumDoc value="N" desc="No" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Y" />
        <xs:enumeration value="N" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Y
Enumeration N
Collapse Derivation Tree:
Collapse References:
nsA:OddLot_t