Samples.Roll.RollSellSide.OnBar C# (CSharp) Method

OnBar() protected method

protected OnBar ( Instrument instrument, Bar bar ) : void
instrument Instrument
bar FastQuant.Bar
return void
        protected override void OnBar(Instrument instrument, Bar bar)
        {
            // Add bar to bar group.
            Log(bar, barsGroups[instrument]);
        }