Hi. I previously had an UPA server for testing that successfully was able to encode the Reuter's Domain Model Market By Price Refresh and Update messages. They were consumed successfully by an rssl consumer. I recently added summary data to the map that is the payload of this message. I didn't change the surrounding code…
What is the correct status to be sent for an item from Publisher, which is not available at the moment, but will be available later. Also want to understand the difference between the Recoverable Close and Non-recoverable Close.
...the event of disconnection? Hi, I am trying to flush out disconnect handling for an RSSL Consumer connecting to a UPA server and I have some questions. The connection type this question is relevant to is RSSL_CONN_TYPE_SOCKET. I am first wondering if there are any general guidelines on usage of rsslConnect and…
Hi. I am looking for more ways to test and validate my RSSL Consumer application. With many market data feeds, I am able to run a replay of the data to verify the application/parser works as well. Theoretically, were I to get permission to get a PCAP of a current RSSL consumer application we have interacting with a real…
Hello, Based on my understanding of UPA RDM, it seems that if I want to request market price updates for a set of symbols, I need to either send a request per symbol, or send a batch request, where in either case I have to enumerate every symbol via RDM_INSTRUMENT_NAME_TYPE_RIC. Is there a way I can instead make this…
Hello. I am wondering if you could help clarify my understanding of RSSL and UPA, as well as answer a question. Say I am in a 64bit Linux environment, designing a C program with a single RSSL channel and two relevant threads, thread A and thread B. Say I have initialized RSSL on thread A with the rsslLocking parameter…
I am testing MBO behavior when ADH/ADS is set up in caching. I am sending a query for MBO RIC and get a response back with Summary Data and the Orderbook multi part solicited refresh message. While keeping the subscription on, I query the same RIC via the ADH and expectedly ADH responds back but this time I just see the…
I am working on TREP FH as provider for Market By order domain. My question is how does the TREP FH notify downstream clients to clear the orderbook before start of new trading day? Now I know we can use status message with Clear Cache flag, but wouldn't that also remove the summary data (reference data) with the…
I am trying to add groupId to the refreshMsg and statusMsg in TREP FH using the following: RsslBuffer group = RSSL_INIT_BUFFER; group = {2, (char*)"2"}; refreshMsg.groupId = {2, (char*)"2"}; statusMsg.groupId = {2, (char*)"2"}; I see difference in testclient groupId in refreshMsg and statusMsg. Below is the data. Shouldn't…
Here is a log snippet: 2020-10-06 16:20:01.703054 3FE6D720 INFO App.cpp:234: application:"reuterClosing" on domain:"prod" started on host:"hallgat608" with pid:136291 as user:"evavol" cwd:"/data1/eva/log" config_dir:"/opt/eva/etc" config_file:"reuterClosing.cfg" 2020-10-06 16:20:01.871682 3FE6D720 INFO IceEnv.cpp:73: Ice…
It looks like you're new here. Sign in or register to get started.