Page History
...
| Info | ||
|---|---|---|
| ||
Note that DecimalQtyNULL and PriceNULL may both be used to represent negative values: Negative quantities are differ in that whilst negative quantities are supported ( used in pre-trade allocations to denote the opposite allocation direction vs the net direction for the leg as a whole), this is not the case for prices, which must always be positive. Negative prices are used to represent pre-Spot Forward Points, where appropriate. |
Examples below:
| Value | Mantissa | Exponent |
|---|---|---|
| 1.2345 | 12345 | -4 |
| 1.23 | 123 | -2 |
| 1.2300 | 12300 | -4 |
| 123.00 | 12300 | -2 |
| 0.0001234 | 1234 | -7 |
| 1000000 | 1000000 | 0 |
| 1567234.56 | 156723456 | -2 |
| -0.01 | -1 | -2 |
| -500000 | -500000 | 0 |
| 0 | 0 | 0 |
...
Overview
Content Tools