Hi, I've been tinkering with data fillforward and consolidated bars. When I use QuantConnect's consolidator, and I consolidate to 15 minute bars, and there is are no trades between 10.00 am - 10.15 am, if data fill forward is set to true (which I believe is the default setting), will I get a 15 minute bar in the 15 minute bar event handler? 

I'm asking this because, if data is filled forward, then in theory the algorithm believes that there's been trades within that 15 minute time frame, hence, there should be a 15 minute bar generated, at least, that's what I'm understanding.