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
I thought I was setting things up right:
request.Order.FAMethod = "PctChange"
request.Order.FAPercentage = "-100"
request.Order.FAGroup = "everyone"
Not sure what I should do besides setting up the FAGroup.
Another approach would be to get the stock positions held in each account, yet I can't figure this out either.
I am trying to sell in a financial advisor group. The Java example provided by IB looks like this:
However, when I try a similar bit of code, setting the FA attributes on the
Order
, the consul says:Any ideas?
The text was updated successfully, but these errors were encountered: