-
Hello,
It seems that your project is a perfect fit for quickly moving on from Serialization to Externalization. I'm following the documentation to add the repository and dependecy provided but I ca…
-
Hi! For a prompt containing a word "username" there is an undocumented behavior -- the absence of password masking (see image below).
```r
R> rstudioapi::askForPassword('username')
```
![image](…
-
Hi folks, I wanted to let everyone know about some developments that will affect a lot of users of the SDK.
Recently, a lot of users have been having issues with the streamer (#135, #137, #141)
It…
-
I'm a tastytrade user using their sandbox environment. They've provided me a "dxlink-url": "`wss://tasty-demo-ws.dxfeed.com/delayed`" and a token. The URL and token work well in https://demo.dxfeed.co…
-
Hi Guys, we want to start using this client in our iOS app.
we are seeing the docs says it's not production-ready yet. does it related to the client also?
We are also waiting for auto-reconnect …
ghost updated
10 months ago
-
System: Ubuntu 24.04
IDE: VsCode
I am getting this exception when I run the very first line.
`using var endpoint = DXEndpoint.Create().Connect(address);`
Exception has occurred: CLR/DxFeed.G…
-
updated:
impact analysis in attached Spreadsheet
[warning_deprecation.ods](https://github.com/FOME-Tech/fome-fw/files/12071074/warning_deprecation.ods)
-
Hi, I am able to retrieve the whole option chain for an expiration date without any problem.
But I can't get any Greeks for those strikes.
Code at: https://github.com/veritacodex/TastyTrade.Api.…
-
Hello,
I trying to run demo, but faced problem.
What I did is:
1. Cloned the repo into dxLink folder.
2. As mentioned at https://github.com/dxFeed/dxLink/blob/main/dxlink-javascript/dxlink-api/…
-
Getting error when creating a client -
```
const client = new DXLinkWebSocketClient()
client.connect('wss://openapi-ws.dxfeed.com/realtime')
client.setAuthToken('xyz')
const feed…