Module types

Source
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ยง

BidderId
Unique identifier for a bidder in the flow trading system
DateTime
A type that represents a datetime with subsecond precision.
DemandId
Unique identifier for a demand curve submission
PortfolioId
Unique identifier for a portfolio that groups demands and products
ProductId
Unique identifier for a tradeable product