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

OnFill() protected method

protected OnFill ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
return void
        protected override void OnFill(Fill fill)
        {
            // Add fill to fill group.
            Log(fill, fillGroups[fill.Instrument]);
        }