Receiving Account Summary
EWrapper.accountSummary (
reqId: int. the request’s unique identifier.
account: String. the account id
tag: String. the account’s attribute being received.
value: String. the account’s attribute’s value.
currency: String. the currency on which the value is expressed.
)
Receives the account information. This method will receive the account information just as it appears in the TWS’ Account Summary Window.
Python
Java
C++
C#
VB.NET
EWrapper.accountSummaryEnd(
reqId: String. The request’s identifier.
)
Notifies when all the accounts’ information has ben received. Requires TWS 967+ to receive accountSummaryEnd in linked account structures.

