xbbg icon indicating copy to clipboard operation
xbbg copied to clipboard

interval for subscription [Solved by modifying blp.py]

Open mrhaa opened this issue 2 years ago • 0 comments

refer to the blpapi guide, I can set the interval for subscription. but xbbg does not pass the interval or any option argument to blpapi.

For example, If you want to set the interval 10 seconds, You have to modify subscribe function of blp.py in xbbg line# 532 sub_list.add(topic, flds, correlationId=cid) ---> sub_list.add(topic, flds, correlationId=cid, options='interval=10')

mrhaa avatar Apr 29 '22 03:04 mrhaa