Rithmic connection CPU Usage & Refreshspeed of SubscribeMarketDepth


Rithmic connection CPU Usage & Refreshspeed of SubscribeMarketDepth
Atom
9/2/2020


Dear S# Community,

i have a question regarding the S# Rithmic Connection. I have realised that it needs a lot of CPU Usage (up to 50%) when i am subscribing to the SubscribeMarketDepth.
It seems the method is sync and is blocking the other threads in between. It would be better to call it async but that is not implemented right now in s#[crying].

Does anybody make the same experience?

Also the second question i have is about the refreshspeed of this subscription. https://doc.stocksharp.c...ubscribeMarketDepth.htm

i gave a refreshspeed of 3 seconds,but it seems the data update comes more frequently, less than 1 second i guess.

TimeSpan span = new TimeSpan(0, 0, 0, 3, 0);
Connector.SubscribeMarketDepth(security, null, null, null, MarketDataBuildModes.LoadAndBuild,null, 25, span, null, false, null);

Am i using it wrong?

Thanks in advance & best regards
Tobias



Thanks:


Support

Avatar
Date: 9/2/2020
Reply


Hello

Currently, we disabled our connector and we will publish a new version when passing certification for the next Rithmic version.
Thanks:

Tobias Born

Avatar
Date: 9/2/2020
Reply


Thank you very much for the answer, do you have an idea already when the certification will be passed?

Thanks in advance Tobias
Thanks:


Attach files by dragging & dropping, , or pasting from the clipboard.

loading
clippy