softwarespartan / IB4m

Interactive Brokers API for Matlab
GNU General Public License v2.0
62 stars 21 forks source link

historicalDataEnd #112

Closed bondtrade closed 3 years ago

bondtrade commented 3 years ago

Hi Abel, Can we monitor for this event rather than waiting around for a nominal amount of time to check if a buffer has been populated? It becomes compelling when iterating through a large symbol list... Thank you.

softwarespartan commented 3 years ago

I think so, yes. Currently it’s used internally to figure out when to fire event for historical data. I can expose.

Sent from my iPhone

On Jan 15, 2021, at 1:40 PM, bondtrade notifications@github.com wrote:

 Hi Abel, Can we monitor for this event rather than waiting around for a nominal amount of time to check if a buffer has been populated? It becomes compelling when iterating through a large symbol list... Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bondtrade commented 3 years ago

Ok. So if put a listener on HISTORICALDATA that will achieve the same thing?

From: Abel Brown notifications@github.com Sent: Friday, 15 January 2021 1:51 PM To: softwarespartan/IB4m IB4m@noreply.github.com Cc: bondtrade pgrant71@outlook.com; Author author@noreply.github.com Subject: Re: [softwarespartan/IB4m] historicalDataEnd (#112)

I think so, yes. Currently it’s used internally to figure out when to fire event for historical data. I can expose.

Sent from my iPhone

On Jan 15, 2021, at 1:40 PM, bondtrade notifications@github.com wrote:

 Hi Abel, Can we monitor for this event rather than waiting around for a nominal amount of time to check if a buffer has been populated? It becomes compelling when iterating through a large symbol list... Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/softwarespartan/IB4m/issues/112#issuecomment-761119650, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHR76FKUTIIIHUQ2754GU23S2CFAXANCNFSM4WEONOIQ.

softwarespartan commented 3 years ago

yes, exactly. That would be the recommended solution

bondtrade commented 3 years ago

Will do. Thanks again.