dxFeed / dxfeed-graal-net-api

For .NET developers, this library offers easy access to dxFeed market data. Built upon the GraalVM Native Image and our flagship dxFeed Java API, it provides a seamless experience for .NET-based applications
Mozilla Public License 2.0
11 stars 6 forks source link

Authentication without a Port #41

Closed voros1 closed 6 months ago

voros1 commented 1 year ago

Hello,

What authentication string would I use for a dxfeed URL in this format: wss://foo.dxfeed.com/bar The auth code appears to crash because it is trying to find a Port: One or more errors occurred. ( Java Class: com.devexperts.qd.qtp.AddressSyntaxException Java Message: Port number format error in ...

Thanks.

stdcion commented 1 year ago

Hello,

Unfortunately, at this time, this library does not support websocket transport. But there is now active development of a connector (on Java side) that will allow connection to dxLink services via websocket.

Best regards, dxFeed APIs Team

voros1 commented 1 year ago

OK, thanks. I've moved on and am using the POCO classes from this project, ie Quote, Trade etc in combination with custom DXLink websocket code.

stdcion commented 1 year ago

Oh, that sounds good. We considered this option as well, but decided that it would be more universal to solve this task once on the java side and use it in our other APIs (including C#).

stdcion commented 6 months ago

we now support dxLink