The most recent content from our members.
Hello :) I saw the error message like below a few hours ago. After Nasdaq market opened, the message occured. What is ChannelDownReconnecting? loggerMsg ClientName: ChannelCallbackClient Severity: Warning Text: Received ChannelDownReconnecting event on channel DATA_CHANNEL_1 RsslReactor ===== RsslChannel ===== Error Id 0…
We have used rdp.StreamingPrices and registered many RICs, at specific time, if we can get details how many pending callbacks in cache of StreamingPrices, it will give us idea how much liquid market and how many RICs / FIDs we should register for an application. callbacks remain pending because we might consume slowly…
I have a consumer app that request MMT_MARKET_PRICE snapshot (ReqMsg.InteractionTypeFlag.InitialImage) to a bunch of RICs every minute or so. It has 1 instance of OMMConsumer that call RegisterClient but passing a separate instance of Client callback relevant for each unique RIC. The idea is to have ability to process each…
After requesting real time data for RIC HSIc1 / Tick / TRDPRC_1 * the callbacks timestamp contains milliseconds. * the update callbacks timestamp does not contains milliseconds. I mean all the timestamp has got millisecond 0. Similar request for RIC:HSIc1 / Tick / BID * both the callback and update callback timestamp have…
Hello, I'm trying to do batch queries to retrieve Time Series data in non-interative non-callback mode. I have not found any example on how to do this. all documentation and samples are showing callback interactive mode. Please help me asap. Thanks.
What I would like to do is to run RHistoryQuery get the results from callback event OnImage and pass it to AdInterp function. Is it possible to loop the following steps for different Instrument lists (for the Rhistory) and retrieve only the results from the Adinterp? Best Regards, Adam
Hello, i just found out that the callback mechanism relies on application.enableevents being set to true in excel/vba. that's why i'm asking you to provide me with an efficient synchronous query mechanism. in sophisticated excel/vba tools, users often need to set the enableevents to false. callback is very good in…
We ran a network test to compare what events an ETA application and an SSL application receive when connected to an Elektron server. The tests were run with: cnctOpts.reconnectAttemptLimit = -1; cnctOpts.reconnectMinDelay = 5000; cnctOpts.reconnectMaxDelay = 10000; If the server is rebooted, the ETA application receives…
I'd like to offload the processing of a defaultMsgEventCallback to another thread to distribute the data received from the subscriptions among multiple threads rather than the thread on which rsslReactorDispatch is called to prevent being disconnect for buffer overruns in the Elektron Server In order to due so, I'm…
It looks like you're new here. Sign in or register to get started.