Skip to content

Commit

Permalink
Version 2.15 (2019-03-24)
Browse files Browse the repository at this point in the history
  - [9.1]  Fixed a problem with license validation on certain Matlab installations
  - [12.1] Added display of a few types of IQFeed system messages (excluding stats) in Debug mode
  - [12.2] Added programmatic control of IQFeed logging
  • Loading branch information
altmany committed Mar 24, 2019
1 parent 0e9ed3d commit 0805aa4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion IQML.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
% Username (String) the login ID for connecting to IQFeed via the client
% Password (String) the password for connecting to IQFeed via the client
%
% Message processing:
% Message processing (also see Logging section below):
% Timeout (Number) default=5; max # of seconds to wait for a response to a blocking query (0=infinite)
% Debug (Logical) default=0 or false; if true or 1, extra data will be displayed in Matlab console
% AddPortStats (Logical) default=0 or false; if true or 1, extra port stats are streamed and returned when Action=stats
Expand Down Expand Up @@ -117,6 +117,12 @@
% String (String) default=''; command to be sent to IQFeed
% PortName (String) default='Level1'; one of 'Level1','Level2','Admin'
%
% Logging:
% Path (String) default=''; Path of folder containing the log file
% Details (Numeric) default=[1,0,0,0,0]; array of flags describing which msg groups to log (Admin,L1,L2,Lookup,Debug)
% CopyTo (String) default=''; Path of folder or filename to which the live log file is copied
% DoThis (String) default=''; one of 'show', 'display', 'clear' or 'reset'
%
% Refer to the User Guide for detailed documentation and usage examples.
%
% THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.15 (2019-03-24)
- [9.1] Fixed a problem with license validation on certain Matlab installations
- [12.1] Added display of a few types of IQFeed system messages (excluding stats) in Debug mode
- [12.2] Added programmatic control of IQFeed logging

2.14 (2019-03-14)
- [3.1] Added ability to specify parameters as Matlab class properties (like structs)
- [3.1] Fixed problem with specifying parameters using a Matlab table
Expand Down

0 comments on commit 0805aa4

Please sign in to comment.