Skip to content

Commit

Permalink
Version 2.33 (2019-12-31)
Browse files Browse the repository at this point in the history
  - [4.5] Displayed message when Greeks are requested for expired contracts or with missing data
  - [4.6] Identified cases of missing summary data from IQFeed
  - [5.*] Displayed message when trying to use Days with Begin/EndDateTime in interval/ticks queries
  - [8.2] Clarified message when querying a chain with DataType='options' and non-default Years
  • Loading branch information
altmany committed Dec 31, 2019
1 parent eff75e0 commit 6b4703a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IQML.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [data, errMsg] = IQML(action, parameters, varargin)
function [data, errMsg] = IQML(action, parameters, varargin) %#ok
%IQML - Get historic or real-time market data from DTN IQFeed
%
% Syntax: [data, errMsg] = IQML(action, paramName1,paramValue1, paramName2,paramValue2, ...)
Expand Down
Binary file modified IQML.p
Binary file not shown.
Binary file modified IQML_User_Guide.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions changelog.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.33 (2019-12-31)
- [4.5] Displayed message when Greeks are requested for expired contracts or with missing data
- [4.6] Identified cases of missing summary data from IQFeed
- [5.*] Displayed message when trying to use Days with Begin/EndDateTime in interval/ticks queries
- [8.2] Clarified message when querying a chain with DataType='options' and non-default Years

2.32 (2019-12-16)
- [2.4] Modified the hyperlinks in the new-version message
- [4.1] Fixed bug in accumulating multiple quotes when some quotes data is missing
Expand Down

0 comments on commit 6b4703a

Please sign in to comment.