FIXFloat
search:
boost: 1.0
---# Type: FIXFloat
FIX float base datatype. Sequence of digits with optional decimal point and sign character (ASCII characters "-", "0" - "9" and "."); the absence of the decimal point within the string will be interpreted as the float representation of an integer value. All float fields must accommodate up to fifteen significant digits. The number of decimal places used should be a factor of business/market needs and mutual agreement between counterparties. Note that float values may contain leading zeros (e.g. "00023.23" = "23.23") and may contain or omit trailing zeros after the decimal point (e.g. "23.0" = "23.0000" = "23" = "23."). Note that fields which are derived from float may contain negative values unless explicitly specified otherwise.
URI: fix_orchestra:FIXFloat
Type Properties
In Subsets
Annotations
| property |
value |
| proto_scalar |
double |
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
fix_orchestra:FIXFloat |
| native |
fix_orchestra:FIXFloat |
| exact |
fixr:float |