Using the RFA Java Api or Python API
Is there a command that you can run if you provide a chain and it will return all symbols in it with the data based on a filtered list of fids.
Example 0#USTSY=TWEB
I want to just enter that and somehow also ask for fields I care about say
"BID"
"MATDATE"
"BIDDISC1"
The Goal would be for every symbol that is part of the chain to be returned in that single request with the data requested rather than finding every security in the chain and then doing individual snaps.
I believe I can do something similar in TestClient using the -Z switch