pub fn breakdown_row_amount_by_symbol(
row: &BreakdownRowView,
symbol: &str,
) -> Option<Rational64>Expand description
Breakdown equivalent of row_amount_by_symbol. Category Breakdown uses
a flat row type (BreakdownRowView) rather than the tree ReportRowView.