<xs:simpleType name="RoundingDirection_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">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 52 or for CIV only OrderPercent 56 are specified on an order Valid values are: 0 = Round to nearest = Round down 2 = Round up 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 round up would give 330 units and round to nearest would give 320 units
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="RoundingDirection" tag="468" datatype="char" ComponentType="Field" StdAbbrev="RndDir" QualifiedAbbrev="RndDir" 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="0" desc="RoundNearest" />
<x:EnumDoc value="1" desc="RoundDown" />
<x:EnumDoc value="2" desc="RoundUp" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
|