Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Instruments. #227

Merged
merged 2 commits into from
Apr 18, 2020
Merged

Add Instruments. #227

merged 2 commits into from
Apr 18, 2020

Commits on Apr 18, 2020

  1. Add Instruments.

    * Update models/base.py
      * Remove len from BaseModel
      * Add __first__ BaseSchema class attribute to help filter before
      object load
      * Add BasePaginator and BasePaginatorSchema
    * models/sessionmanager.py
      * Update timeout in SessionManager
      * Add many keyword to schema load
      * Add guard for common schema error (class instead of object)
    * Add PyrhValueError, InvalidOperation, and remove InvalidInstrumentId
    * Integrate instruments with robinhood.py
    * Remove xdoctest: not quite useful since a lot of doc tests cannot be
      run.
      * Update poetry.lock
    adithyabsk committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    d4da7ce View commit details
    Browse the repository at this point in the history
  2. Add newsfragment.

    adithyabsk committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    f38b0a1 View commit details
    Browse the repository at this point in the history