backtest_lib.engine.plan.PlanOp#
- class backtest_lib.engine.plan.PlanOp#
Bases:
objectMarker base class for plan operations.
Plan operations are the atomic instructions inside a
Planthat aPlanExecutorcan apply.
Bases: object
Marker base class for plan operations.
Plan operations are the atomic instructions inside a
Plan that a
PlanExecutor can apply.