In the IB API to get historical data we use reqHistoricalData
then the historicalData function is called to receive the bars/candles.
if I requested 100 bars of data, is historicalData called 100 times?
Also, if I have update turned on, historicalDataUpdate is called, perhaps 100 times...