I'm not sure why, but the SampleCustomEvents works in NT6.5 but does not in NT7b13. Log says you are accessing an index with a value that is invlaid since its out of range. Yes I'm using the NT7 version of the sample.
Attaching to VS2008 debugger catches it at the
if (e.Operation == Operation.Insert)
rows.Insert(e.Position, new LadderRow(e.Price, e.Volume, e.MarketMaker));
Any ideas? I'm running on the Replay data.

Comment