akapur / pyiqfeed

Python LIbrary for reading DTN's IQFeed
GNU General Public License v2.0
168 stars 108 forks source link

Missing field in streaming news named tuple #15

Closed ivan-vasilev closed 7 years ago

ivan-vasilev commented 7 years ago

On line 702 of conn.py the line should become: "story_id", "distributor", "symbol_list", "story_date", "story_time", "headline")) e.g. a field called _storydate is missing, causing exception in runtime, when the namedtuple is instantiated here.

akapur commented 7 years ago

Fixed. Thanks for noticing this. I don't exercise this particular code in the stuff I run.

akapur commented 7 years ago

Fixed