protected virtual void Dispose(bool disposing) { if (disposed) { return; } if (disposing) { tradingStrategy.Dispose(); } disposed = true; }