File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ pass `testnet=True` when creating the client.
171171 dcm.start_depth_cache(callback = handle_dcm_message, symbol = ' ETHBTC' )
172172
173173 # replace with a current options symbol
174- options_symbol = ' BTC-210430-36000 -C'
174+ options_symbol = ' BTC-241227-41000 -C'
175175 dcm.start_options_depth_cache(callback = handle_dcm_message, symbol = options_symbol)
176176
177177 # join the threaded managers to the main thread
@@ -239,7 +239,7 @@ for more information.
239239 print (depth_cache.get_bids()[:5 ])
240240
241241 # Vanilla options Depth Cache works the same, update the symbol to a current one
242- options_symbol = ' BTC-210430-36000 -C'
242+ options_symbol = ' BTC-241227-41000 -C'
243243 async with OptionsDepthCacheManager(client, symbol = options_symbol) as dcm_socket:
244244 for _ in range (5 ):
245245 depth_cache = await dcm_socket.recv()
You can’t perform that action at this time.
0 commit comments