Hello,
I was able to get a demo working using the Lightstreamer quickstart C# example.
I am trying to integrate this demo with the Gain Capital streaming adapter.
I am working with Lightstreamer.DotNetStandard.Client (5.0.5) and I instantiated and populated a LightstreamerClient object so it looks like this:
http://content.invisioncic.com/h238858/monthly_2020_08/clientObject.PNG.162e9893b7b45337f67c272d716ef154.PNG
The value I used for the password was the session token I got from
https://ciapi.cityindex.com/TradingAPI/session (as the documentation states) and the User is the username that was given to me for the demo account.
When I try run the Connect() method on my LightstreamerClient object, this is what I get:
http://content.invisioncic.com/h238858/monthly_2020_08/image.png.c4183933868ae52c8bfa210feb3d612f.png
I can't find documentation for this error anywhere. Do you know what I am doing wrong?
Thanks in advance,
Ynor