Definition Type: SimpleType
Name: UnderlyingContractMultiplierUnit_enum_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Indicates the type of multiplier being applied to the contract. Can be optionally used to further define what unit UndlyContractMultiplier(tag 436) is expressed in.
Collapse XSD Schema Diagram:
XSD Diagram of UnderlyingContractMultiplierUnit_enum_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="UnderlyingContractMultiplierUnit_enum_t">
    <xs:annotation>
        <xs:documentation>Indicates the type of multiplier being applied to the contract. Can be optionally used to further define what unit UndlyContractMultiplier(tag 436) is expressed in.</xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="UnderlyingContractMultiplierUnit" ComponentType="Field" Tag="1437" Type="int" UsesEnumsFromTag="1435" AbbrName="MultTyp" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
        <xs:appinfo>
            <fm:EnumDoc value="0" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Shares</fm:EnumDoc>
            <fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Hours</fm:EnumDoc>
            <fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Days</fm:EnumDoc>
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="0" />
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2