Skip to content

Sell in FA Group #14

@dshanabrook

Description

@dshanabrook

I am trying to sell in a financial advisor group. The Java example provided by IB looks like this:

Contract m_contract = new Contract();
Order m_order = new Order();
.
.
// allocate the order for this group
m_order.m_faGroup = "USGroup";
// using the percent change method
m_order.m_faMethod = "PctChange";
m_order.m_faPercentage = "100";

m_client.placeOrder(orderId++, m_contract, m_order);

However, when I try a similar bit of code, setting the FA attributes on the Order, the consul says:

You must specify an allocation (either a single account, group, or profile).

Any ideas?

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