Skip to content

Commit 68d3e24

Browse files
author
Sam McHardy
authored
Update to current option symbol
1 parent 07d05cf commit 68d3e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)