Skip to content

Commit

Permalink
Subscribe to requestFA(2) for FA accounts.
Browse files Browse the repository at this point in the history
Resolves #32.
  • Loading branch information
chipkent committed May 11, 2022
1 parent 74d56eb commit a584266
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deephaven_ib/_tws/tws_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,8 @@ def _subscribe(self) -> None:

if self._is_fa:
self.requestFA(1) # request GROUPS. See FaDataTypeEnum.
#TODO: see https://github.com/deephaven-examples/deephaven-ib/issues/32
#TODO: see https://github.com/deephaven-examples/deephaven-ib/issues/5
# self.requestFA(2) # request PROFILE. See FaDataTypeEnum.
self.requestFA(2) # request PROFILE. See FaDataTypeEnum.
self.requestFA(3) # request ACCOUNT ALIASES. See FaDataTypeEnum.

self.request_account_pnl("All")
Expand Down

0 comments on commit a584266

Please sign in to comment.