Skip to content

Commit 472fd4a

Browse files
committed
Minor comment fix
1 parent b1fd5b8 commit 472fd4a

File tree

1 file changed

+2
-2
lines changed
  • nautilus_trader/adapters/interactive_brokers

1 file changed

+2
-2
lines changed

nautilus_trader/adapters/interactive_brokers/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ async def _subscribe_index_prices(self, command: SubscribeIndexPrices) -> None:
178178
f"Cannot subscribe to index prices for {command.instrument_id}: instrument not found",
179179
)
180180
return
181-
181+
182182
await self._client.subscribe_index_market_data(
183183
instrument_id=command.instrument_id,
184184
contract=contract,
185-
generic_tick_list="", # Empty for basic bid/ask data
185+
generic_tick_list="", # Empty for basic price updates
186186
)
187187

188188
async def _subscribe_order_book_deltas(self, command: SubscribeOrderBook) -> None:

0 commit comments

Comments
 (0)