devcartel / pyrfa

Open sourced Python API for Refinitiv (Thomson Reuters) Enterprise Platform.
http://devcartel.com/pyrfa
MIT License
50 stars 15 forks source link

fields subsetting #49

Closed iposter2016 closed 5 years ago

iposter2016 commented 5 years ago

RFA java has an ability to let you see updates only for a subset of fields. Is this already available on pyrfa or will it be any time soon? Thanks.

wiwat-tharateeraparb commented 5 years ago

It is already supported in PyRFA. It's called View and can be used with Pyrfa.setView()

iposter2016 commented 5 years ago

Thanks. I see the function but am not sure how to set the fields I'd like.

iposter2016 commented 5 years ago

I figured it out. Thanks.