Open dshanabrook opened 9 years ago
I am not familiar with advisor accounts. You might want to start with this IB Java API for Advisors.
A few internet searches may solve your problem, I've found the same error message discussed over here: https://github.com/ib-ruby/ib-ruby/issues/60
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?