FIXInt
search: boost: 1.0 ---# Type: FIXInt
FIX int base datatype. Sequence of digits without commas or decimals and optional sign character (ASCII characters "-" and "0" - "9" ). The sign character utilizes one byte (i.e. positive int is "99999" while negative int is "-99999"). Note that int values may contain leading zeros (e.g. "00023" = "23").
URI: fix_orchestra:FIXInt
Type Properties
| Property | Value |
|---|---|
| Type Of | Integer |
| Base | int |
| Type URI | fix_orchestra:FIXInt |
In Subsets
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| proto_scalar | fixed32 |
Schema Source
- from schema: https://w3id.org/lmodel/fix-orchestra
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | fix_orchestra:FIXInt |
| native | fix_orchestra:FIXInt |
| exact | fixr:int |