-
```
$ tt
Traceback (most recent call last):
File "/Users/john/depot/tastytrade/venv/bin/tt", line 5, in
from ttcli.app import main
File "/Users/john/depot/tastytrade/venv/lib/python3.12/…
-
[See sample project](https://github.com/user-attachments/files/16808723/test.zip)
Using the code in your README:
```
root@2f3496033380:/app# node main.js
file:///app/main.js:1
import { DXLin…
-
**Describe the bug**
- Getting errors when downloading DxFeed-Python via pip
**To Reproduce**
- Tried to download dxfeed in a *CLEAN and NEW* python environment
```
pip install dxfeed
```…
-
**Describe the bug**
- A very basic test of the dxfeed api results in an error when attempting to import DXFeePy from dxfeed.core
**To Reproduce**
- I created a very basic file with only the fo…
-
@stdcion
Testing out the new 1.3.0 version and getting this error:
```
SendCandleSubscription() for /ESM24:XCME{=m}{fromTime=20240519-151501.000}
SendCandleSubscription() Error: DxFeed.Graal.Net.…
EcBen updated
6 months ago
-
Refactoring the dxfeed module, managing unsubscriptions, and modifying the output returned by the module.
-
Trying to setup locally to make some fixes but I get this on `npm i` in `dxlink-javascript`:
```
npm ERR! code E403
npm ERR! 403 403 Forbidden - GET https://dxfeed.jfrog.io/artifactory/api/npm/n…
-
@stdcion As you mentioned here, there's no way to update the token after it has expired without doing a full shutdown and startup:
- https://github.com/dxFeed/dxfeed-graal-net-api/issues/47#issuecomm…
EcBen updated
5 months ago
-
Hi,
Even if I use the default DXFeed method, my event listener never gets called back. What could be the reason?
```
var subscription= DXFeed.GetInstance().CreateSubscription(typeof(Quote));
s…
-
My Broker has provided me with the link to connect and it does not have a port.
Its something like wss://abc.dxfeed.com/realtime
How do I authenticate with a token?