I wrote an algo that uses CBOE data. Added the data on initialize as below.

data:Security = self.AddData(CBOE, 'VIX', Resolution.Daily)

This works ok with backtest, however the live onData event doesn't receive this data. Please note, My live algo has be launched with QC+IBKR data.