You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: