Does anyone know the source of such data, from such deprecated EClient API call (with reportType='ReportsOwnership')?
void reqFundamentalData (
int reqId,
Contract contract,
string reportType,
List< TagValue > fundamentalDataOptions
)
It cannot be the Thompson-Reuters Ownership data, as TR uses a 9-digit int for "OwnerId" while the IB API data has 10-char "OwnerId".
Anyone has the documentation of such legacy data? Thanks.
void reqFundamentalData (
int reqId,
Contract contract,
string reportType,
List< TagValue > fundamentalDataOptions
)
It cannot be the Thompson-Reuters Ownership data, as TR uses a 9-digit int for "OwnerId" while the IB API data has 10-char "OwnerId".
Anyone has the documentation of such legacy data? Thanks.