Technical Specification
To enable subpenny precision, include tag 21005 in your Logon message:Tag | Name | Description | Value |
---|---|---|---|
21005 | UseDollars | Enable dollar-based price format | Y |
- Legacy Format (Cents): Prices given in whole cents. E.g. 72 cents =
72
. - New Format (Dollars): Prices normalized to dollars with fixed precision (up to 4 decimal places).
Cents | FIX Decimal | String Representation |
---|---|---|
1.23¢ | Decimal(123, -4) | 0.0123 |
72.5¢ | Decimal(7250, -4) | 0.725 |
99¢ | Decimal(9900, -4) | 0.99 |
Tag | Field Name | Description |
---|---|---|
6 | AvgPx | Average price of fills |
31 | LastPx | Price of last fill |
44 | Price | Order limit price |
132 | BidPx | Quote bid price |
133 | OfferPx | Quote ask price |