Skip to content

Commit 1348e35

Browse files
committed
Documentation changed to reflect function name changes for NYSE_BOOK service
1 parent e123382 commit 1348e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/streaming.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ book is called "listed." Testing indicates this stream corresponds to the NYSE
419419
book, but if you find any behavior that suggests otherwise please
420420
`let us know <https://github.com/alexgolec/schwab-api/issues>`__.
421421

422-
.. automethod:: schwab.streaming::StreamClient.listed_book_subs
423-
.. automethod:: schwab.streaming::StreamClient.listed_book_unsubs
424-
.. automethod:: schwab.streaming::StreamClient.add_listed_book_handler
422+
.. automethod:: schwab.streaming::StreamClient.nyse_book_subs
423+
.. automethod:: schwab.streaming::StreamClient.nyse_book_unsubs
424+
.. automethod:: schwab.streaming::StreamClient.add_nyse_book_handler
425425

426426
.. automethod:: schwab.streaming::StreamClient.nasdaq_book_subs
427427
.. automethod:: schwab.streaming::StreamClient.nasdaq_book_unsubs

0 commit comments

Comments
 (0)