Skip to content

Commit

Permalink
Version 2.20 (2019-07-10)
Browse files Browse the repository at this point in the history
  - [5.6] Added ReportEmptyFields parameter to control summary query results
  - [5.6] Added scanner functionality (summary query with Filter parameter; Pro license)
  - [9.1] Improved IQConnect startup on Linux/Mac via wine
  • Loading branch information
altmany committed Jul 10, 2019
1 parent 91b2f48 commit 96eba54
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IQML.m
Expand Up @@ -59,6 +59,8 @@
% DataType (String) default='snapshot'; one of 'snapshot','fundamental'
% SecType (String) default='equity'; one of 'equity','bond','mutual fund',...
% Exchange (String) default='NYSE'; one of 'NYSE','NASDAQ','CBOT',...
% ReportEmptyFields (Logical) default=0 or false; if true or 1, empty fields will be reported
% Filter (String or cell-array) list of criteria to filter the returned data
% Date (Integer or String) default=yesterday; end-of-day data for this date (only!) will be fetched
%
% Greeks:
Expand Down
Binary file modified IQML.p
Binary file not shown.
Binary file modified IQML_User_Guide.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions changelog.log
@@ -1,3 +1,8 @@
2.20 (2019-07-10)
- [5.6] Added ReportEmptyFields parameter to control summary query results
- [5.6] Added scanner functionality (summary query with Filter parameter; Pro license)
- [9.1] Improved IQConnect startup on Linux/Mac via wine

2.19 (2019-07-07)
- [*.*] Fixed compatibility problem with old Matlab releases (R2008a-R2012b)
- [*.*] Added functionSignatures.json file for easier IQML usage in Matlab's Live Editor
Expand Down
2 changes: 2 additions & 0 deletions functionSignatures.json
Expand Up @@ -112,6 +112,8 @@
{"name":"DataType", "kind":"namevalue", "type":["char","string", "choices={'snapshot','fundamental'}"], "purpose":"Data type to fetch (default=snapshot)"},
{"name":"SecType", "kind":"namevalue", "type":["char","string", "choices={'Equity','Index/Equity Option','Mutual Fund','Money Market Fund', 'Bond','Index','Market Statistic','Future','Future Option','Future Spread','Spot (Cash) Price','Forward','DTN Calculated Statistic','Calculated Strip','Single Stock Future','Foreign Monetary Exchange','Future Market Depth','Precious Metals','...'}"], "purpose":"Security type to fetch (default=Equity)"},
{"name":"Exchange", "kind":"namevalue", "type":["char","string", "choices={'NYSE','NASDAQ','CBOT','...'}"], "purpose":"Exchange to fetch (default=NYSE)"},
{"name":"ReportEmptyFields", "kind":"namevalue", "type":["logical","scalar"], "purpose":"Report empty fields? (default=false)"},
{"name":"Filter", "kind":"namevalue", "type":["char","string", "cellstr"], "purpose":"Filter criteria for reported securities"},
{"name":"Date", "kind":"namevalue", "type":["char","string","datetime","numeric"], "purpose":"Date of end-of-day data (default=yesterday)"}
]
},
Expand Down

0 comments on commit 96eba54

Please sign in to comment.