We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfabf74 commit d4ba59fCopy full SHA for d4ba59f
nautilus_trader/adapters/betfair/data.py
@@ -345,6 +345,7 @@ def _on_instrument(self, instrument: BettingInstrument):
345
cache_instrument = self._cache.instrument(instrument.id)
346
if cache_instrument is None:
347
self._handle_data(instrument)
348
+ return
349
350
# We've received an update to an existing instrument, update any fields that have changed
351
instrument = merge_instrument_fields(cache_instrument, instrument, self._log)
0 commit comments