Definition Type: SimpleType
Name: RoundingDirection_enum_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Specifies which direction to round For CIV - indicates whether or not the quantity of shares/units is to be rounded and in which direction where CashOrdQty (152) or (for CIV only) OrderPercent (516) are specified on an order. The default is for rounding to be at the discretion of the executing broker or fund manager. e.g. for an order specifying CashOrdQty or OrderPercent if the calculated number of shares/units was 325.76 and RoundingModulus (469) was 0 - "round down" would give 320 units, 1 - "round up" would give 330 units and "round to nearest" would give 320 units.
Collapse XSD Schema Diagram:
XSD Diagram of RoundingDirection_enum_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="RoundingDirection_enum_t">
    <xs:annotation>
        <xs:documentation>
                Specifies which direction to round   For CIV - indicates whether or not the quantity of shares/units is to be rounded and in which direction where CashOrdQty (152) or (for CIV only) OrderPercent (516) are specified on an order.
                The default is for rounding to be at the discretion of the executing broker or fund manager.
                e.g. for an order specifying CashOrdQty or OrderPercent  if the calculated number of shares/units was 325.76 and RoundingModulus (469) was 0 - "round down" would give 320 units, 1 - "round up" would give 330 units and "round to nearest" would give 320 units.
              </xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="RoundingDirection" ComponentType="Field" Tag="468" Type="char" AbbrName="RndDir" 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">Round to nearest</fm:EnumDoc>
            <fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Round down</fm:EnumDoc>
            <fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Round up</fm:EnumDoc>
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="char">
        <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
Collapse Derivation Tree:
Collapse References:
nsA:RoundingDirection_t