Exemplo n.º 1
0
 /// <summary>
 /// This function will be called after removing a strategy
 /// </summary>
 protected override void OnRemove()
 {
     if (_historicalData != null)
     {
         _historicalData.Dispose();
     }
 }