pub fn retain_order_status_reports(
reports: &mut Vec<OrderStatusReport>,
command: &GenerateOrderStatusReports,
)Expand description
Retains order status reports matching the command’s status and time filters.
Open-only requests include both open and in-flight reports. The inclusive start and end
bounds apply only to closed reports.