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.
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'