Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method CopyMetaScalingInfo ( 
 | 
  StrategyLevel source 
 | 
) 
 | 
{ 
 | 
  TextBody: 
 | 
  [* 
 | 
    this.MetaLastAutoScalingRun( source.MetaLastAutoScalingRun() );  
 | 
    this.MetaScalingFactorInventoryHolding( source.MetaScalingFactorInventoryHolding() );  
 | 
    this.MetaScalingFactorMass( source.MetaScalingFactorMass() );  
 | 
    this.MetaScalingFactorMonetary( source.MetaScalingFactorMonetary() );  
 | 
    this.MetaScalingFactorTime( source.MetaScalingFactorTime() );  
 | 
    this.MetaScalingFactorTimeAccount( source.MetaScalingFactorTimeAccount() ); 
 | 
  *] 
 | 
  InterfaceProperties { Accessibility: 'Module' } 
 | 
} 
 |