Hi,
I'm using RFAJ to subscribe to data. If the process starts early (e.g. Sunday) and requests some symbols via IDN we get back unavailable responses
Moving to use 14002 in fx_connections_reuters.ql I get a lot more including say CNH10M=UBSZ
Service: IDN_SELECTFEED Item: CNH10M=UBSZ MESSAGE
Msg Type: MsgType.STATUS_RESP
Msg Model Type: MARKET_PRICE
Indication Flags:
Hint Flags: HAS_ATTRIB_INFO | HAS_STATE
State: CLOSED, SUSPECT, NOT_FOUND, "The record could not be found"
AttribInfo
ServiceName: IDN_SELECTFEED
ServiceId: 23
Name: CNH10M=UBSZ
NameType: 1 (RIC)
Payload: None
My reading of the docs suggest CLOSED means that it is closed but can reopen. But when the feed becomes available I don't see any data. If I restart my application (and remake the subscription request) then I get data.
Should I be retrying sending subscriptions periodically or is there a way to get RFA to handle this?