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

Autosubscribe to data based upon model codes #9

Open
chipkent opened this issue Jan 25, 2022 · 0 comments
Open

Autosubscribe to data based upon model codes #9

chipkent opened this issue Jan 25, 2022 · 0 comments

Comments

@chipkent
Copy link
Collaborator

The IB API currently has no way to request all model codes. If a way is added to get this data, then the following methods can be auto-subscribed for all model codes. The methods currently auto-subscribe to the "" model code.

  • def request_account_pnl(self, account: str = "All", model_code: str = "") -> Request:
  • def request_account_overview(self, account: str, model_code: str = "") -> Request:
  • def request_account_positions(self, account: str, model_code: str = "") -> Request:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant