An immutable data record.
Usage
Record( id, value, timestamp=0.0, )
id: int
Unique record identifier.
value: str
The record value.
timestamp: float = 0.0
When the record was created.