pub fn apply_adjustment(
group: &mut StrategyGroup,
adjustment: &StrategyAdjustment,
)Expand description
Apply a validated adjustment to a StrategyGroup. Immutable fields (id, name, symbol, interval_secs) are never changed.
pub fn apply_adjustment(
group: &mut StrategyGroup,
adjustment: &StrategyAdjustment,
)Apply a validated adjustment to a StrategyGroup. Immutable fields (id, name, symbol, interval_secs) are never changed.