Skip to content

reqMultiPositions () method #41

@phctrade

Description

@phctrade

I am trying to use reqMultiPositions for an Advisor Group in my FA account such that I request and track aggregated positions across the Advisor group. I had help with this for sending orders so that is set but I am not having luck with using this method to capture aggregated positions. On TWS, I am able to see aggregated (unallocated positions) but I am not able to use the reqPositionsMulti method to extract and track them in my code...The code and traceback is below.

iwmgroup_pos = ib.reqPositionsMulti(3, "IWM_Group1", "")


AttributeError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_7540\398524094.py in
----> 1 iwmgroup_pos = ib.reqPositionsMulti(3, "IWM_Group1", "")

AttributeError: 'IB' object has no attribute 'reqPositionsMulti'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions