-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does PyRFA support conflation for streaming? #11
Comments
PyRFA does not combine market data from two or more services on its own. However it does support service resiliency through Service Group where it subscribes to two or more services and give you the data from the first available service. |
Sorry, I might have used the wrong term, but I thought conflation means that if multiple updates are queued up in the event queue then earlier updates are ignored and conflated into a single update when they are finally dispatched. (I.e. only the latest update dictionary is returned) |
Hi, PyRFA does not support this. |
PyRFA cannot conflate updates at this version. I know this can be done at Wiwat Tharateeraparb On 1 Jul 2015, at 17:34, peervm notifications@github.com wrote: Sorry, I might have used the wrong term, but I thought conflation means — |
Understood - thanks for the prompt reply. |
Good news, the next release of PyRFA will include a feature called "pause/resume" with new commands To achieve update conflation, we can use pause/resume with command: p.resumeAll()
p.dispatchEventQueue(50)
p.pauseAll() Individual update during a pause
After resuming, updates are conflated to:
|
Awesome - that is exactly what I am looking for. |
Just released 8.0.0.1 and it supports pause/resume. Checkout |
Great stuff -and thanks for the fast turn around time. Much appreciated. I just realized that 8.0.0.1 doesn't support windows 32bit 2.7 anymore. Unfortunately due to a couple of proprietary yet essential libraries, I am unable to upgrade. Is the decision to drop 32bit builds permanent, because I am sure other people must have the same problem. Thanks. |
Hello According to RFA 8.0, it currently supports only 64 bit machine. So, Good news that we're working to release PyRFA7.6.1.3 which will support However, we still encourage you to upgrade to windows 64 bit in the future. Thanks for using PyRFA On Mon, Aug 24, 2015 at 12:19 PM, Peer VM notifications@github.com wrote:
|
Hello, I would like to inform you that we have released RFA7.6.1.3 which supports Please noted that since PyRFA8.0.0 there's an update which simplify the
Please visit our download page below: Best regards, On Mon, Aug 24, 2015 at 12:32 PM, Ukrit Himakoon ukrit.h@devcartel.com
|
No description provided.
The text was updated successfully, but these errors were encountered: