Search. Search. StockSharp



Nov 2, 2017 - Hi Thank you, but what about the case where I: 1) submit order, receiving NewOrder gets fired 2) my app crashes 3) I restart the app How does Orders collection on connector get populated after restart...


Nov 2, 2017 - Hi How do I get Orders collection on connector populated with my open orders after connecting the connector? (i.e. if I have open orders on application startup and want to access them through Orders c...


Nov 2, 2017 - Hi How do I get S# to trigger NewMyTrade? And how do I get MyTrade collection populated after connecting? (If I already have open trades and then start my application) Regards


Nov 2, 2017 - Hi I tried to register for trade updates by calling RegisterTrades(security), but then I received the error message: No suitable adapter found for Trades S#:SPXW 171215C02580000@SMART, Native:,Type:Op...


Nov 1, 2017 - Hi I found the problem. In my SecurityChanged handler, I had code that stopped the code executing past a point. Effectively pausing the thread that does the update. Once I removed that, the updates ca...


Nov 1, 2017 - Hi Thank you, this worked for me Regards


Oct 31, 2017 - Hi I have used SampleIB to search for futures and options and pressed Level1. The sampleIB application returned the correct bid and ask with no warnings. Regards


Oct 31, 2017 - Hi Thank you for the feedback. I can do what you suggest, but the reason for me loading it in the way I did, is I do not want to load 300+ options. It takes time and memory. I want to load a specific ...


Oct 31, 2017 - I have a windows service that hosts a web api interface. The service connects to an interactive broker TWS. A call to the web api must lookup the security and return the Id. The code to do this is: va...


Oct 30, 2017 - I have a windows service that hosts a web api interface. The service connects to an interactive broker TWS. A call to the web api must register the security to receive level 1 price updates. The code ...

< 1 2