-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create enum for mleg + adds request * feat: ipynb fully works with fixes feat: examples feat: update model for mleg feat: add missing qty test feat: trailing stop limit validator separated feat: emit warning with info upon validation test failing feat: limit + mleg validation feat: adds validation + tests for symbol repetition feat: adds validation + tests feat: add legs as parameter to order-type requests * fix: docgen refactor: cleanup fix: to_request_fields empty detection refactor: typing refactor: prettiness * fix: minor docstring typo * Update alpaca/trading/models.py Co-authored-by: hiohiohio <hiohiohio@users.noreply.github.com> * Update alpaca/trading/models.py Co-authored-by: hiohiohio <hiohiohio@users.noreply.github.com> * Update alpaca/trading/models.py Co-authored-by: hiohiohio <hiohiohio@users.noreply.github.com> * Update alpaca/trading/requests.py Co-authored-by: hiohiohio <hiohiohio@users.noreply.github.com> * Update alpaca/trading/enums.py Co-authored-by: hiohiohio <hiohiohio@users.noreply.github.com> * Update alpaca/trading/models.py Co-authored-by: hiohiohio <hiohiohio@users.noreply.github.com> * feat: adds validation test for one of side or position intent in OptionLegRequest * reformat feat: typing for `leg` parameters * fixes re: @hiohiohio fix: prefer !python3 -m pip install alpaca-py refactor: ratio_qty docstring added fix: implement suggestion re: validating api returns * refactor: docs refer to options-trading-mleg.ipynb * fix: implement fixes suggested by @matebudai * fix: implement fixes suggested by @matebudai * refactor: refmt --------- Co-authored-by: hiohiohio <hiohiohio@users.noreply.github.com>
- Loading branch information
1 parent
18e2403
commit e2466ba
Showing
12 changed files
with
1,293 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.