Replace empty Vec stub with a real sqlx::query_as query against the broker_positions table, filtering by account_id and non-zero quantity. Uses runtime query_as (not macro) so SQLX_OFFLINE=true works without offline metadata. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>