-
When running the example code in a Blazor WASM application, I encounter the following:
![image](https://github.com/dxFeed/dxfeed-graal-net-api/assets/12551442/6445e168-12c9-44c6-8543-40bc7abab85f)
…
-
@stdcion
Running into issues with the `eventFlags` not being consistent when streaming in historical Candles.
When subscribing to Candles, setting the `fromTime` to something a day or more in t…
EcBen updated
3 months ago
-
Hey all,
Just came across this lib today, able to retrieve account information with the test code but having issues with data. Not entirely sure how to debug since there's no real information in th…
-
Hopefully I just missed it but there does not seem to be a way to throttle data streaming.
The [dxfeed docs](https://demo.dxfeed.com/dxlink-ws/debug/#/protocol) mentions a FEED_SETUP Configuration …
-
Its fantastic that we can call JS from the worker, however having issues calling .NET from JS within BlazorWorker context.
Should JS Interop from JS -> .NET work in a BlazorWorker?
Can see Blazor…
-
**What's the problem of not having this feature?**
I would become a member for life if a handful of tools were added to expand the futures side of things. I trade auction market theory and I know man…
-
Any chance that the examples could be improved / revised, especially with regards to the asyncio stuff and encapsulating things into async def functions that can be called and return what you want so …
-
First amazing job with this repo. The Official Tasty API has a ton of issues with Futures and this one worked out of the gate.
Currently I'm mostly just using this to get "real time" prices of…
-
I want to subscribe to market data on options symbols and get the latest events, even when markets are closed. I'm looking for a snapshot of data rather than a real-time stream.
The tasty platform…
-
Hi Tasty Traders.
I really like the idea of a python sdk for the tastytrade api.
What is little frustrating: No example code is working. Even searching the ISSUES gives me code that does not …