Crate tesser_portfolio

Crate tesser_portfolio 

Source
Expand description

Portfolio accounting primitives.

Structs§

ExecutionCheckpoint
Tracks the last known execution timestamp and corresponding identifiers.
FillLedgerImpact
Summary of the realized cash deltas generated by a fill.
LiveState
Durable snapshot of the live trading runtime persisted on disk.
Portfolio
Stores aggregate positions keyed by symbol.
PortfolioConfig
Configuration used when instantiating a portfolio.
PortfolioState
Serializable representation of a portfolio used for persistence.
SqliteStateRepository
StateRepository implementation backed by a SQLite database file.
SubAccount
Aggregated ledger and position data for a specific venue.
SubAccountState
Snapshot of a single venue’s ledger/positions for persistence.

Enums§

PortfolioError
Portfolio-specific error type.

Traits§

StateRepository
Abstraction over state persistence backends.

Type Aliases§

PortfolioResult
Result alias for portfolio operations.