Skip to content

Commit

Permalink
Version 2.59 (2021-12-14)
Browse files Browse the repository at this point in the history
  - [*.*] Added new possible formats of date parameters e.g. '21/11/15', 'Nov 15', '15-Nov-2021'
  - [2.2] Added 'validate' action: returns true if IQML license is ok, error (or errMsg) if not
  - [7.2] Fixed: News headlines request returned partial results on Matlab R2021b (Pro license)
  • Loading branch information
altmany committed Dec 14, 2021
1 parent 4967dbc commit 0a52d49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IQML.m
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT
% OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
%
% Copyright (c) Yair Altman, Octahedron Ltd. (info @ IQML.net)
% Copyright (c) Yair Altman, Octahedron Ltd. (info @ undocumentedmatlab.com)
%
% IQML webpage: http://IQML.net
% IQML webpage: http://undocumentedmatlab.com/IQML
% DTN IQFeed webpage: http://iqfeed.net
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,4 +1,10 @@
2.59 (2021-12-14)
- [*.*] Added new possible formats of date parameters e.g. '21/11/15', 'Nov 15', '15-Nov-2021'
- [2.2] Added 'validate' action: returns true if IQML license is ok, error (or errMsg) if not
- [7.2] Fixed: News headlines request returned partial results on Matlab R2021b (Pro license)

2.58 (2021-11-21)
- *** Important note: this version may require reactivation on Windows (but not MacOS/Linux) ***
- [*.*] Replaced all references to iqml.net with undocumentedmatlab.com
- [4.4] Fixed display of the market-maker description in MarketDepth (Level2) queries (Pro license)
- [6.1] Clarified warning when requesting streaming quotes for more symbols than IQFeed allows
Expand Down

0 comments on commit 0a52d49

Please sign in to comment.