backtest_lib.engine.plan.ReallocateOp#
- class backtest_lib.engine.plan.ReallocateOp(inner: ReallocateDecision)#
Bases:
PlanOpPlan operation for reallocating between security sets.
Typically produced from a
reallocate()decision.
Bases: PlanOp
Plan operation for reallocating between security sets.
Typically produced from a
reallocate() decision.