askPriceSummary = natTable.getDataValueByPosition(askPriceColumnIndex,
4);
assertEquals("110.0", askPriceSummary.toString());
// Add data and fire event
dataList.add(new RowDataFixture("SID", "SDesc", "A", new Date(),
new PricingTypeBean("MN"), 2.0, 2.1, 100, true, 3.0, 1.0, 1.0,
1000, 100000, 50000));
dataLayer.fireLayerEvent(new RowInsertEvent(dataLayer, 4));
// Trigger summary calculation - on the new summary row