Tag 468
RoundingDirection
Abbreviation:
RndDirDescription
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.
Wire Format & Usage Example
Single field (key=value)
468=0 (RoundToNearest)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 468=0 (RoundToNearest) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 468=0 (RoundToNearest) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
468=0 | RoundToNearest | Round to nearest |
468=1 | RoundDown | Round down |
468=2 | RoundUp | Round up |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | RoundToNearest | Round to nearest | FIX.4.3 |
| 1 | RoundDown | Round down | FIX.4.3 |
| 2 | RoundUp | Round up | FIX.4.3 |
Used in Messages
19tCrossOrderCancelReplaceRequestuCrossOrderCancelRequestQDontKnowTradeBNExecutionAcknowledgement8ExecutionReport6IOIACMultilegOrderCancelReplacesNewOrderCrossENewOrderListABNewOrderMultilegDNewOrderSingleGOrderCancelReplaceRequestFOrderCancelRequestSQuoteRQuoteRequestAGQuoteRequestRejectAJQuoteResponseAIQuoteStatusReportAETradeCaptureReport