Client is getting below error while accessing instrument list.
Looking at the Python Shareholder Rights Example Application
code for the DSS (which has a few typos by the way).
https://developers.thomsonreuters.com/datascope-select-dss/datascope-select-rest-api/downloads
I am getting the following errors, when I run the script in
the following ways. Why is this?
python fetchDSSshareHolderData.py -U 9015636 -P 'xxxxx'
-B BasketPositions.csv
- ERROR,
20171227175243,InstrumentList of name
'API_ShareHolder_Disclosure_InstrumentList' not found.
python fetchDSSshareHolderData.py -U 9015636 -P 'xxxxx'
-B BasketPositions.csv -R API_ShareHolder_Disclosure_InstrumentList.csv
- ERROR,
20171227175637,InstrumentList of name
'API_ShareHolder_Disclosure_InstrumentList.csv' not found.