FastQuant.PerformanceStrategy.OnTrade C# (CSharp) Method

OnTrade() protected method

protected OnTrade ( Instrument instrument, Trade trade ) : void
instrument Instrument
trade Trade
return void
        protected override void OnTrade(Instrument instrument, Trade trade)
        {
            this.stopwatch.Stop();
        }
    }