diff options
Diffstat (limited to 'test/stocks-response.json')
| -rw-r--r-- | test/stocks-response.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/test/stocks-response.json b/test/stocks-response.json new file mode 100644 index 0000000..f9d6d59 --- /dev/null +++ b/test/stocks-response.json @@ -0,0 +1,51 @@ +{ + "AAPL": [ + { + "name": "APPLE INC", + "chineseName": "苹果公司", + "assetClass": "STK", + "contracts": [ + { + "conid": 265598, + "exchange": "NASDAQ", + "isUS": true + }, + { + "conid": 38708077, + "exchange": "MEXI", + "isUS": false + }, + { + "conid": 273982664, + "exchange": "EBS", + "isUS": false + } + ] + }, + { + "name": "LS 1X AAPL", + "chineseName": null, + "assetClass": "STK", + "contracts": [ + { + "conid": 493546048, + "exchange": "LSEETF", + "isUS": false + } + ] + }, + { + "name": "APPLE INC-CDR", + "chineseName": "苹果公司", + "assetClass": "STK", + "contracts": [ + { + "conid": 532640894, + "exchange": "AEQLIT", + "isUS": false + } + ] + } + ] +} + |
