Expand description
Type definitions for the SQLite implementation.
This module contains both public types used throughout the crate and internal types used for database row mapping. The public types include strongly-typed IDs and datetime representations that ensure type safety across the system.
Structsยง
- Bidder
Id - Unique identifier for a bidder in the flow trading system
- Date
Time - A type that represents a datetime with subsecond precision.
- Demand
Id - Unique identifier for a demand curve submission
- Portfolio
Id - Unique identifier for a portfolio that groups demands and products
- Product
Id - Unique identifier for a tradeable product