xbbg
xbbg copied to clipboard
interval for subscription [Solved by modifying blp.py]
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')