@@ -419,9 +419,9 @@ book is called "listed." Testing indicates this stream corresponds to the NYSE
419
419
book, but if you find any behavior that suggests otherwise please
420
420
`let us know <https://github.com/alexgolec/schwab-api/issues >`__.
421
421
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
425
425
426
426
.. automethod :: schwab.streaming::StreamClient.nasdaq_book_subs
427
427
.. automethod :: schwab.streaming::StreamClient.nasdaq_book_unsubs
@@ -443,67 +443,11 @@ exchanges, although this is an admittedly an uneducated guess.
443
443
.. automethod :: schwab.streaming::StreamClient.add_options_book_handler
444
444
445
445
446
- ++++++++++++
447
- Time of Sale
448
- ++++++++++++
449
-
450
- The data in :ref: `level_two ` describes the bids and asks for various
451
- instruments, but by itself is insufficient to determine when trades actually
452
- take place. The time of sale streams notify on trades as they happen. Together
453
- with the level two data, they provide a fairly complete picture of what is
454
- happening on an exchange.
455
-
456
- All time of sale streams uss a common set of fields:
457
-
458
- .. autoclass :: schwab.streaming::StreamClient.TimesaleFields
459
- :members:
460
- :undoc-members:
461
-
462
-
463
- -------------
464
- Equity Trades
465
- -------------
466
-
467
- .. automethod :: schwab.streaming::StreamClient.timesale_equity_subs
468
- .. automethod :: schwab.streaming::StreamClient.timesale_equity_unsubs
469
- .. automethod :: schwab.streaming::StreamClient.add_timesale_equity_handler
470
-
471
-
472
- --------------
473
- Futures Trades
474
- --------------
475
-
476
- .. automethod :: schwab.streaming::StreamClient.timesale_futures_subs
477
- .. automethod :: schwab.streaming::StreamClient.timesale_futures_unsubs
478
- .. automethod :: schwab.streaming::StreamClient.add_timesale_futures_handler
479
-
480
-
481
- --------------
482
- Options Trades
483
- --------------
484
-
485
- .. automethod :: schwab.streaming::StreamClient.timesale_options_subs
486
- .. automethod :: schwab.streaming::StreamClient.timesale_options_unsubs
487
- .. automethod :: schwab.streaming::StreamClient.add_timesale_options_handler
488
-
489
-
490
- ++++++++++++++
491
- News Headlines
492
- ++++++++++++++
493
-
494
- .. automethod :: schwab.streaming::StreamClient.news_headline_subs
495
- .. automethod :: schwab.streaming::StreamClient.news_headline_unsubs
496
- .. automethod :: schwab.streaming::StreamClient.add_news_headline_handler
497
- .. autoclass :: schwab.streaming::StreamClient.NewsHeadlineFields
498
- :members:
499
- :undoc-members:
500
-
501
-
502
446
++++++++++++++++
503
447
Account Activity
504
448
++++++++++++++++
505
449
506
- .. automethod :: schwab.streaming::StreamClient.account_activity_sub
450
+ .. automethod :: schwab.streaming::StreamClient.account_activity_subs
507
451
.. automethod :: schwab.streaming::StreamClient.account_activity_unsubs
508
452
.. automethod :: schwab.streaming::StreamClient.add_account_activity_handler
509
453
.. autoclass :: schwab.streaming::StreamClient.AccountActivityFields
0 commit comments