//this however has the quantity because QuantityComputableFixed is used above
assertEquals(Integer.valueOf(10),sentryService.sendSignalStatusRequest(newCloseSignalId,true).getInteger(C2Element.ElementQuant));
//send tick data to force open position if its still in force
dataProvider = dataProvider.incTime(timeStep,new BigDecimal("13"));
simulationAdapter.tick(dataProvider,sentryService);
updateSetWithPendingSignalIds(sentryService, pendingSignalIdSet);
assertEquals(10, portfolio.position("msft").quantity().intValue());