pub async fn query_order_fills_for_startup(
backend: &BackendConn,
acc_id: u64,
trd_cache: &TrdCache,
) -> Result<Vec<OrderFillInfo>>Expand description
Startup necessary-data read. A malformed, partial, or backend-error response must not be converted into an authoritative empty snapshot.