In the "Code Breaking Section" documentation you wrote the following:
In previous versions, the NinjaTrader core was designed to replace a tick with a volume of 0 with a volume of 1. This resulted in all ticks having a volume value of at least 1. NinjaTrader 8 has removed that design policy and will now allow ticks with a volume of 0 to be processed. This policy change may require logic changes to any custom bar types, indicators, or strategies which may have previously assumed volume would always be greater than 0.
Any reason for an exchange to send redundant data that contains volume of 0?
Please provide an example if possible.

Comment