pub fn collect_redemptions_for<T: Config>(
    who: T::AccountId,
    investment_id: T::InvestmentId
)
Expand description

Collect the results of another users redeem orders for the given investment. If any amounts are not fulfilled they are directly appended to the next active order for this investment.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::collect_redemptions_for.