reqManagedAccts {IBrokers} | R Documentation |
Managed Accounts
Description
A single username can handle more than one account. As mentioned in the Connectivity section, the TWS will automatically send a list of managed accounts once the connection is established. The list can also be fetched via the IBApi.EClient.reqManagedAccts method. For an individual account, this call works as well and returns a single account.
Usage
reqManagedAccts(twsconn)
Arguments
twsconn |
a valid tws connection object |
Value
Individual account: a string containing a single account number. For a FamilyAccount it returns a string with a ',' separated list of available accounts.
Author(s)
J.W. de Roode
References
Interactive Brokers https://www.interactivebrokers.com
Examples
## Not run:
tws <- twsConnect()
reqManagedAccts(tws)
## End(Not run)
[Package IBrokers version 0.10-2 Index]