GroupTpSlSideSummary
Folded state of one side (take profit or stop loss) across a grouped position’s children.
Properties
display"none" | "uniform" | "mixed"requiredHow the cell should render this side. "uniform" only when every child carries the same trigger price and
price type.
countnumberrequiredChildren carrying a trigger on this side.
totalnumberrequiredChildren folded over — the count denominator.
pricestringoptionalThe shared trigger price. Set only when display is "uniform".
The shared price type. Set only when display is "uniform".
isPendingbooleanrequiredtrue while any child’s side is mid-flight ("pending" or "confirming").
coveredNotionalbigintrequiredΣ open notional of the covered children, wei.
coveragePercentbigintoptionalNotional-weighted coverage as an 18-decimal fixed-point percent (50% → 50_000000000000000000n) — not a count
ratio, so one large uncovered child correctly drags coverage down. undefined when the group has no open notional.
Last updated on