Skip to content

Commit

Permalink
update docs (tastyware#131)
Browse files Browse the repository at this point in the history
* fix tastyware#126, use pydantic w/ dxfeed, don't raise for orders, add more futures exp utils

* fix isort

* update to pydantic v2

* fix tests

* update docs
  • Loading branch information
Graeme22 authored Feb 29, 2024
1 parent c6febb9 commit 8ea8e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ sphinx==6.2.1
sphinx-rtd-theme==1.2.2
sphinx-toolbox==3.4.0
enum-tools==0.10.0
autodoc-pydantic==1.9.0
autodoc-pydantic==2.0.1
8 changes: 3 additions & 5 deletions tastytrade/dxfeed/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
class Summary(Event):
"""
Summary is an information snapshot about the trading session including
session highs, lows, etc. This record has two goals:
1. Transmit OHLC values.
2. Provide data for charting. OHLC is required for a daily chart, and
if an exchange does not provide it, the charting services refer to the
session highs, lows, etc. This record has two goals: Transmit OHLC
values, and provide data for charting. OHLC is required for a daily chart,
and if an exchange does not provide it, the charting services refer to the
Summary event.
Before opening the bidding, the values are reset to N/A or NaN.
Expand Down

0 comments on commit 8ea8e81

Please sign in to comment.